/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8E8E92;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #8E8E92;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #8E8E92;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #8E8E92;
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Reset bx-slider
   ========================================================================== */
.bx-wrapper {
  border: none;
  overflow: hidden;
  left: 0;
  box-shadow: none;
  margin: 0;
}
.bx-wrapper .bx-next {
  right: 0;
}
.bx-wrapper .bx-next:hover {
  transform: scale(1.1);
}
.bx-wrapper .bx-prev {
  transform: rotate(180deg);
  left: 0;
}
.bx-wrapper .bx-prev:hover {
  transform: rotate(180deg) scale(1.1);
}
.bx-wrapper .bx-controls-direction a {
  width: 93px;
  height: 160px;
  z-index: 9 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: url(../img/slider-btn.png) no-repeat;
  margin-top: -80px;
}
@media (max-width: 1000px) {
  .bx-wrapper .bx-controls-direction a {
    background-size: 100%;
    width: 53px;
    height: 90px;
    margin-top: -35px;
  }
  .bx-wrapper .bx-controls-direction a span {
    bottom: 0;
  }
}
@media (max-width: 550px) {
  .bx-wrapper .bx-controls-direction a {
    background-size: 100%;
    width: 40px;
    height: 68px;
    margin-top: -35px;
  }
  .bx-wrapper .bx-controls-direction a span {
    font-size: 1rem;
    bottom: 0;
  }
}
.bx-wrapper .bx-controls-direction a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-position: 0;
}
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0;
}
.bx-wrapper .slider-count {
  position: absolute;
  bottom: 10px;
  text-indent: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  text-shadow: 1px 1px 1px black;
}
/* ==========================================================================
   Flags sprite
   ========================================================================== */
.flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url('../img/flags.png') no-repeat;
}
.flag.flag-es {
  background-position: -16px 0;
}
.flag.flag-ao {
  background-position: 0 0;
}
.flag.flag-mz {
  background-position: -16px -11px;
}
.flag.flag-pt {
  background-position: -32px -11px;
}
.flag.flag-fr {
  background-position: -32px 0;
}
.flag.flag-gb {
  background-position: 0 -11px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.button,
button {
  border: none;
}
.section {
  padding: 80px 0 45px 0;
}
.section .u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.section#hotels {
  padding-top: 0;
}
@media (max-width: 550px) {
  .section {
    padding: 38px 0 0 0;
  }
}
@media (max-width: 1200px) {
  .section {
    padding: 50px 0 0  0;
  }
}
@media (max-width: 1000px) {
  .section {
    padding: 30px 0 0  0;
  }
}
#booking-holder {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 3%;
}
@media (max-width: 767px) {
  #booking-holder .container {
    width: 95%;
  }
}
#booking-holder #select-holder {
  color: #000;
  margin: 0 auto;
  display: inline-block;
  font-size: .9rem;
  position: relative;
}
#booking-holder #select-holder .bg {
  height: 40px;
  background-color: white;
}
@media (min-width: 1200px) {
  #booking-holder #select-holder .bg {
    height: 60px;
  }
}
#booking-holder #select-holder .dropdown {
  width: 100%;
  border-radius: 0;
  background-color: transparent;
}
#booking-holder #select-holder .dropdown .btn {
  border-radius: 0;
  background-color: transparent !important;
  border: 0 !important;
  height: 40px;
}
@media (min-width: 1200px) {
  #booking-holder #select-holder .dropdown .btn {
    height: 60px;
  }
}
#booking-holder #select-holder .dropdown .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
#booking-holder #select-holder .dropdown .btn .filter-option-inner-inner {
  text-transform: none;
}
#booking-holder #select-holder .dropdown .btn:after {
  display: none;
}
#booking-holder #select-holder .bootstrap-select .dropdown-menu {
  width: 100%;
  min-width: auto !important;
  max-height: 285px  !important;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
#booking-holder #select-holder .bootstrap-select .dropdown-menu .inner li:first-child {
  display: none;
}
#booking-holder #select-holder .bootstrap-select .dropdown-menu .inner li.dropdown-divider {
  display: none;
}
#booking-holder #select-holder .bootstrap-select .dropdown-menu .inner li.dropdown-header {
  color: black;
  font-weight: bold;
}
#booking-holder #select-holder .bootstrap-select .dropdown-menu .inner li a {
  font-size: .9rem;
  padding-left: 1.6rem;
}
#booking-holder #select-holder select {
  border: 0;
  background: none;
  -webkit-appearance: none;
  float: left;
  width: 100%;
  padding-top: 0;
  padding-left: 10px;
  margin: 0;
  height: 40px;
}
#booking-holder #select-holder select option,
#booking-holder #select-holder select optgroup {
  font-size: .8rem!important;
}
#booking-holder #select-holder select option.invisible,
#booking-holder #select-holder select optgroup.invisible {
  display: none;
}
@media (min-width: 1200px) {
  #booking-holder #select-holder select {
    height: 45px;
    padding-top: 17px;
  }
}
#booking-holder #select-holder i {
  position: absolute;
  top: 15px;
  right: 10px;
}
@media (min-width: 1200px) {
  #booking-holder #select-holder i {
    top: 25px;
  }
}
#booking-holder #two-inputs {
  color: #000;
  margin: 0 auto;
  padding: 0 10px;
  display: inline-block;
}
#booking-holder #two-inputs .bg {
  background: white;
  height: 40px;
  width: 100%;
  display: block;
  position: relative;
}
@media (min-width: 1200px) {
  #booking-holder #two-inputs .bg {
    height: 60px;
  }
}
#booking-holder #two-inputs input {
  pointer-events: none;
  margin: 0;
  position: relative;
  border: none;
  padding: 0 0px 0 0;
  top: 0;
  background: none;
  text-align: left;
  border-right: 1px solid #aa895f;
  color: #000;
  width: 48%;
  height: 100%;
  float: left;
  outline: none;
  font-size: 1rem;
  background: url(../img/bg-input.jpg) no-repeat 80% center transparent;
}
@media (max-width: 991px) {
  #booking-holder #two-inputs input {
    font-size: .9rem;
    background: url(../img/bg-input.jpg) no-repeat 90% center transparent;
  }
}
@media (min-width: 1200px) {
  #booking-holder #two-inputs input {
    background-position: r;
  }
}
#booking-holder #two-inputs input#date-range200 {
  left: 8px;
}
#booking-holder #two-inputs input#date-range201 {
  right: 0;
  float: right;
}
#booking-holder .btn-reservation-holder,
#booking-holder .btn-reservation-mobile {
  color: #000;
  margin: 0 auto;
  padding: 0 0;
  display: inline-block;
}
@media (max-width: 1000px) {
  #booking-holder .btn-reservation-holder,
  #booking-holder .btn-reservation-mobile {
    width: 100%;
  }
}
#booking-holder .btn-reservation-holder button,
#booking-holder .btn-reservation-mobile button {
  background: #AA895F;
  float: left;
  border: none;
  color: #FFF;
  margin: 0;
  height: 40px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 550px) {
  #booking-holder .btn-reservation-holder button,
  #booking-holder .btn-reservation-mobile button {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  #booking-holder .btn-reservation-holder button,
  #booking-holder .btn-reservation-mobile button {
    height: 60px;
  }
}
#booking-holder .btn-reservation-holder button:hover,
#booking-holder .btn-reservation-mobile button:hover {
  color: #AA895F;
  background: #FFF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#select-countries {
  background: #f2f2f2;
  width: 100%;
  margin-bottom: 5%;
}
#select-countries select {
  border: none;
  width: 95%;
  margin: 0 auto;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 43px;
  color: #a4a5a8;
  font-size: 1.2rem;
  text-transform: uppercase;
  background: url('../img/cross-down.png') no-repeat center right;
}
@media (min-width: 550px) {
  #select-countries {
    display: none;
  }
}
#tabs-countries {
  text-align: center;
  background: #f2f2f2;
  margin: 0 0 80px 0;
  padding: 40px 0 0 0;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 550px) {
  #tabs-countries {
    display: none;
  }
}
@media (max-width: 1200px) {
  #tabs-countries {
    margin: 0 0 40px 0;
  }
}
#tabs-countries li {
  width: 30%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  background: #e0e0e0;
  margin: 0;
  padding: 13px 0px;
  color: #a0a0a0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  top: 1px;
  cursor: pointer;
}
#tabs-countries li.active,
#tabs-countries li:hover {
  background: #FFF;
  color: #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#hotels h2,
#special-moments h2,
#related-products h2 {
  font-size: 2.1rem;
  text-align: center;
  font-weight: normal;
  margin: 0 0 72px 0;
}
@media (max-width: 550px) {
  #hotels h2,
  #special-moments h2,
  #related-products h2 {
    margin: 0 0 33px 0;
  }
}
@media (max-width: 1200px) {
  #hotels h2,
  #special-moments h2,
  #related-products h2 {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 1000px) {
  #hotels h2,
  #special-moments h2,
  #related-products h2 {
    margin: 0 0 25px 0;
  }
}
#hotels .columns,
#special-moments .columns,
#related-products .columns {
  position: relative;
  margin-bottom: 3%;
}
@media (max-width: 550px) {
  #hotels .columns,
  #special-moments .columns,
  #related-products .columns {
    margin-bottom: 5%;
  }
}
#hotels .columns.35px-margin,
#special-moments .columns.35px-margin,
#related-products .columns.35px-margin {
  margin-bottom: 0;
}
#hotels .columns a,
#special-moments .columns a,
#related-products .columns a,
#hotels .columns .holder,
#special-moments .columns .holder,
#related-products .columns .holder {
  background: #000;
  display: block;
}
#hotels .columns a img,
#special-moments .columns a img,
#related-products .columns a img,
#hotels .columns .holder img,
#special-moments .columns .holder img,
#related-products .columns .holder img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
  background: #FFF;
  z-index: 0;
}
#hotels .columns a .hotel-info,
#special-moments .columns a .hotel-info,
#related-products .columns a .hotel-info,
#hotels .columns .holder .hotel-info,
#special-moments .columns .holder .hotel-info,
#related-products .columns .holder .hotel-info {
  position: absolute;
  width: 80%;
  bottom: 14px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #FFF;
  text-shadow: 1px 1px 1px black;
  z-index: 1;
}
#hotels .columns a .hotel-info h3,
#special-moments .columns a .hotel-info h3,
#related-products .columns a .hotel-info h3,
#hotels .columns .holder .hotel-info h3,
#special-moments .columns .holder .hotel-info h3,
#related-products .columns .holder .hotel-info h3,
#hotels .columns a .hotel-info h4,
#special-moments .columns a .hotel-info h4,
#related-products .columns a .hotel-info h4,
#hotels .columns .holder .hotel-info h4,
#special-moments .columns .holder .hotel-info h4,
#related-products .columns .holder .hotel-info h4 {
  font-size: 2rem;
  font-weight: bolder;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 2.5rem;
}
@media (max-width: 991px) {
  #hotels .columns a .hotel-info h3,
  #special-moments .columns a .hotel-info h3,
  #related-products .columns a .hotel-info h3,
  #hotels .columns .holder .hotel-info h3,
  #special-moments .columns .holder .hotel-info h3,
  #related-products .columns .holder .hotel-info h3,
  #hotels .columns a .hotel-info h4,
  #special-moments .columns a .hotel-info h4,
  #related-products .columns a .hotel-info h4,
  #hotels .columns .holder .hotel-info h4,
  #special-moments .columns .holder .hotel-info h4,
  #related-products .columns .holder .hotel-info h4 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 767px) {
  #hotels .columns a .hotel-info h3,
  #special-moments .columns a .hotel-info h3,
  #related-products .columns a .hotel-info h3,
  #hotels .columns .holder .hotel-info h3,
  #special-moments .columns .holder .hotel-info h3,
  #related-products .columns .holder .hotel-info h3,
  #hotels .columns a .hotel-info h4,
  #special-moments .columns a .hotel-info h4,
  #related-products .columns a .hotel-info h4,
  #hotels .columns .holder .hotel-info h4,
  #special-moments .columns .holder .hotel-info h4,
  #related-products .columns .holder .hotel-info h4 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 575px) {
  #hotels .columns a .hotel-info h3,
  #special-moments .columns a .hotel-info h3,
  #related-products .columns a .hotel-info h3,
  #hotels .columns .holder .hotel-info h3,
  #special-moments .columns .holder .hotel-info h3,
  #related-products .columns .holder .hotel-info h3,
  #hotels .columns a .hotel-info h4,
  #special-moments .columns a .hotel-info h4,
  #related-products .columns a .hotel-info h4,
  #hotels .columns .holder .hotel-info h4,
  #special-moments .columns .holder .hotel-info h4,
  #related-products .columns .holder .hotel-info h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
#hotels .columns a .hotel-info .endline,
#special-moments .columns a .hotel-info .endline,
#related-products .columns a .hotel-info .endline,
#hotels .columns .holder .hotel-info .endline,
#special-moments .columns .holder .hotel-info .endline,
#related-products .columns .holder .hotel-info .endline {
  font-size: 1rem;
}
@media (max-width: 767px) {
  #hotels .columns a .hotel-info .endline,
  #special-moments .columns a .hotel-info .endline,
  #related-products .columns a .hotel-info .endline,
  #hotels .columns .holder .hotel-info .endline,
  #special-moments .columns .holder .hotel-info .endline,
  #related-products .columns .holder .hotel-info .endline {
    font-size: 1.2rem;
  }
}
#hotels .columns a .hotel-info .endline .price,
#special-moments .columns a .hotel-info .endline .price,
#related-products .columns a .hotel-info .endline .price,
#hotels .columns .holder .hotel-info .endline .price,
#special-moments .columns .holder .hotel-info .endline .price,
#related-products .columns .holder .hotel-info .endline .price {
  font-size: 1.3rem;
  font-weight: bold;
}
#hotels .columns a:hover img,
#special-moments .columns a:hover img,
#related-products .columns a:hover img,
#hotels .columns .holder:hover img,
#special-moments .columns .holder:hover img,
#related-products .columns .holder:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateZ(0);
}
#hotels .columns a.alt img,
#special-moments .columns a.alt img,
#related-products .columns a.alt img,
#hotels .columns .holder.alt img,
#special-moments .columns .holder.alt img,
#related-products .columns .holder.alt img {
  height: 100%;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
@media (max-width: 550px) {
  #related-products {
    padding: 0;
  }
}
#related-products .columns a .hotel-info {
  transform: translate(0, -50%);
  top: 50%;
  bottom: auto;
}
#related-products .columns a .hotel-info h4 {
  margin: 0!important;
}
@media (max-width: 550px) {
  #related-products h2 {
    display: none;
  }
  #related-products .columns {
    margin-bottom: 0;
  }
  #related-products .columns a {
    background: none;
    text-decoration: none;
    border-bottom: 2px solid #e5e6e6;
  }
  #related-products .columns a img {
    display: none!important;
  }
  #related-products .columns a .hotel-info {
    position: relative;
    text-align: center;
    text-shadow: none;
    color: #000;
    bottom: auto;
    padding: 6px 0;
    top: auto;
    transform: translate(0, 0);
  }
  #related-products .columns a .hotel-info h4 {
    font-size: 1.4rem;
    padding: 0;
    margin: 0;
  }
}
#special-moments {
  color: #AA895F;
  background: #EEE7DF;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
