@charset "UTF-8";

/* MIXINS */

/* TYPOGRAPHY */

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

h1.standard {
  font-family: "Racing Sans One", cursive;
  font-size: 60px;
  line-height: 56px;
  margin-top: 100px;
  padding: 0 0 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

h1.standard.spaced {
  margin-bottom: 60px;
}

h1.standard::after {
  background: #007d9d;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin-left: -300px;
  max-width: 100%;
  position: absolute;
  width: 600px;
}

h2 {
  font-family: "Racing Sans One", cursive;
  font-size: 60px;
  margin-top: 140px;
  padding: 0 0 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

h2.spaced {
  margin-bottom: 60px;
}

h2::after {
  background: #007d9d;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin-left: -300px;
  max-width: 100%;
  position: absolute;
  width: 600px;
}

h2.mini {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-align: left;
  text-transform: none;
}

h2.mini::after {
  display: none;
}

h3 {
  font-family: "Racing Sans One", cursive;
  font-size: 46px;
  line-height: 54px;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

p.subtitle {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 50px;
  text-align: center;
  text-transform: uppercase;
}

p.intro,
div.centered p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  padding: 0 20%;
  text-align: center;
}

p.simple {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-boxed {
  background: #007d9d;
  margin-top: 40px;
  padding: 60px 60px 50px;
}

.text-boxed * {
  color: #fff;
}

.text-boxed p {
  font-size: 20px;
  line-height: 30px;
}

/* VARIE */

#terms_agreement_overlay {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99998;
}

#terms_agreement_popup {
  background: #007d9d;
  box-shadow: 0 20px 20px -20px #555, 0 -20px 20px -20px #555;
  color: #fff;
  display: none;
  height: 70%;
  left: calc(50% - 300px);
  max-width: 98%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px;
  position: fixed;
  top: 15%;
  width: 600px;
  z-index: 99999;
}

#terms_agreement_popup * {
  color: #fff;
}

#terms_agreement_popup h1 {
  font-family: "Racing Sans One", cursive;
  font-size: 48px;
  line-height: 50px;
  margin: 0 0 35px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

#terms_agreement_popup h2 {
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin: 20px 0;
  padding: 0;
  text-align: left;
}

#terms_agreement_popup p {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

#terms_agreement_popup .ios-ui-select {
  border: 1px solid #fff;
  margin-left: 90px;
}

#terms_agreement_popup .ios-ui-select.checked {
  box-shadow: inset 0 0 0 36px #f88b1d;
}

#terms_agreement_popup label {
  display: block;
  font-size: 20px;
  padding-top: 6px;
}

#terms_agreement_popup #terms_agreement_btn {
  background: #f88b1d;
  color: #fff;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  margin: 40px auto;
  padding: 16px 20px !important;
  text-align: center;
  text-transform: uppercase;
  width: 360px;
}

#landscape_overlay {
  background: #f88b1d;
  bottom: 0;
  color: #fff;
  display: none;
  left: 0;
  padding: 20px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

#landscape_overlay .fa {
  display: block;
  font-size: 80px;
  margin-bottom: 40px;
}

#landscape_overlay p.title {
  font-family: "Racing Sans One", cursive;
  font-size: 42px;
  margin-bottom: 20px;
}

#landscape_overlay p.desc {
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  line-height: 36px;
}

* {
  transition: all 300ms;
}

.clear {
  clear: both;
  display: block;
  min-height: 1px;
  width: 100%;
}

.space-top20 {
  margin-top: 20px;
}

.space-top40 {
  margin-top: 40px;
}

.space-top60 {
  margin-top: 60px;
}

.space-top80 {
  margin-top: 80px;
}

.space-top100 {
  margin-top: 100px;
}

.space-bot20 {
  margin-bottom: 20px;
}

.space-bot40 {
  margin-bottom: 40px;
}

.space-bot60 {
  margin-bottom: 60px;
}

.space-bot80 {
  margin-bottom: 80px;
}

.space-bot100 {
  margin-bottom: 100px;
}

.no-top {
  margin-top: 0 !important;
}

img {
  max-width: 100%;
}

img + label {
  color: #007d9d;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  padding: 5px 0 0 0;
}

.img_bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.img_bg label {
  bottom: -23px;
  color: #007d9d;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  left: 0;
  position: absolute;
  z-index: 10;
}

ul {
  margin-left: 0 !important;
  text-indent: 0;
}

ul li {
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

#contact_form button,
#mushing_school .video_wrapper a.cta,
#intro.parallax.excursion .intro .cta,
.parallax.excursion .intro .cta,
.bxslider li a.cta,
.v_bxslider li a.cta {
  background: #f88b1d;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  padding: 26px 50px;
  text-align: center;
  text-transform: uppercase;
  width: 460px;
}

#contact_form button.mini,
#mushing_school .video_wrapper a.mini.cta,
#intro.parallax.excursion .intro .mini.cta,
.parallax.excursion .intro .mini.cta,
.bxslider li a.mini.cta,
.v_bxslider li a.mini.cta {
  font-size: 22px;
  width: 300px;
}

#contact_form button:hover,
#mushing_school .video_wrapper a.cta:hover,
#intro.parallax.excursion .intro .cta:hover,
.parallax.excursion .intro .cta:hover,
.bxslider li a.cta:hover,
.v_bxslider li a.cta:hover {
  background: rgb(85.9648236977%, 44.5039131532%, 2.6626272827%);
}

/* LAYOUT */

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
}

body::before {
  background: #fff;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 320px;
  top: 64px;
  transition: all 300ms;
  width: 2px;
  z-index: 9998;
}

body::after {
  background: #007d9d;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: -2px;
  transition: all 300ms;
  width: 320px;
  z-index: 9998;
}

body.logo_boxed::before {
  height: 251px;
}

body.logo_boxed::after {
  height: 315px;
}

/* HEADER */

header #menu_link::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  height: 64px;
  right: -64px;
  width: 64px;
  clip-path: polygon(0 0, 50% 0, 0 100%);
}

header #menu_link {
  background: #fff;
  cursor: pointer;
  display: block;
  height: 64px;
  left: 0;
  padding: 20px 20px 20px 30px;
  position: fixed;
  top: 0;
  width: 75px;
  z-index: 9999;
}

header #menu_row {
  background: #009ddf;
}

header #menu_row::after {
  background: #007d9d;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  height: 64px;
  right: -64px;
  width: 64px;
  clip-path: polygon(0 0, 50% 0, 0 100%);
}

header #menu_row::after {
  background: #009ddf;
}

header #menu_row {
  display: block;
  height: 64px;
  left: 75px;
  padding: 20px 30px 20px 60px;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 9900;
}

header #menu_row nav {
  display: none;
  float: left;
}

header #menu_row nav > ul li {
  list-style-type: none;
  position: relative;
}

header #menu_row nav > ul > li {
  display: inline-block;
  float: left;
  height: 64px;
  margin-right: 50px;
}

header #menu_row nav > ul > li.book {
  margin-right: 20px;
}

header #menu_row nav > ul > li a {
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
}

header #menu_row nav > ul > li a.book,
header #menu_row nav > ul > li a.gift {
  background: #f88b1d;
  padding: 5px 20px;
}

header #menu_row nav > ul > li ul {
  background: #007d9d;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  display: none;
  height: auto;
  left: -45px;
  padding: 30px 0 30px 0;
  position: absolute;
  top: 45px;
  width: 340px;
  z-index: 9998;
}

header #menu_row nav > ul > li ul li {
  padding: 5px 20px 5px 45px;
  text-transform: uppercase;
}

header #menu_row nav > ul > li ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  display: block;
}

header #menu_row nav > ul > li ul li:hover {
  background: rgba(255, 255, 255, 0.2);
}

header #menu_row nav > ul > li:hover ul {
  display: block;
}

header #menu_row nav > ul > li:hover ul::before {
  background: url("/gfx/freccina.png");
  content: "";
  display: block;
  height: 14px;
  left: 45px;
  position: absolute;
  top: -3px;
  width: 33px;
  z-index: 9999;
}

header #menu_row .lang {
  display: inline-block;
}

header #menu_row .lang[data-lang=it] {
  margin-left: 10px;
}

header #menu_row.open {
  border-bottom: 2px solid #fff;
  padding: 20px 20px 20px 120px;
  width: 100%;
}

header #menu_row.open nav {
  display: block;
}

header #logo_wrapper {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 9999;
}

.ie header #menu_link::after {
  background: transparent;
  border-color: #fff;
  border-style: solid;
  border-width: 32px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  bottom: 0;
  content: "";
  height: 0;
  top: 0;
  position: absolute;
  right: -63px;
  width: 0;
}

.ie header #menu_row::after {
  background: transparent;
  border-color: #007d9d;
  border-style: solid;
  border-width: 32px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  bottom: 0;
  content: "";
  height: 0;
  top: 0;
  position: absolute;
  right: -63px;
  width: 0;
}

#banner_row {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 600px;
}

/* HP SLIDER */

.bxslider li,
.v_bxslider li {
  position: relative;
  min-height: 1px;
  min-width: 1px;
}

.bxslider li img,
.v_bxslider li img {
  width: 100% !important;
}

.bxslider li::after,
.v_bxslider li::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  bottom: 0;
  content: "";
  display: block;
  height: 30%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 900;
}

.bxslider li p.title,
.v_bxslider li p.title {
  color: #fff;
  font-family: "Racing Sans One", cursive;
  font-size: 120px;
  left: 0;
  position: absolute;
  top: 35%;
  text-align: center;
  text-shadow: 1px 1px 10px #555, -1px -1px 10px #555;
  text-transform: uppercase;
  width: 100%;
  z-index: 999;
}

.bxslider li p.desc,
.v_bxslider li p.desc {
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 36px;
  left: 0;
  position: absolute;
  top: 43%;
  text-align: center;
  text-shadow: 1px 1px 5px #555, -1px -1px 5px #555;
  text-transform: uppercase;
  width: 100%;
  z-index: 999;
}

.bxslider li a.cta,
.v_bxslider li a.cta {
  left: 50%;
  margin-left: -230px;
  position: absolute;
  top: 50%;
  z-index: 999;
}

.bxslider li a.godown,
.v_bxslider li a.godown {
  bottom: 10%;
  left: 50%;
  margin-left: -47px;
  position: absolute;
  z-index: 999;
}

#portrait_slider {
  display: none;
}

#intro.parallax,
.parallax {
  align-items: center;
  background-attachment: fixed;
  background-image: url("/gfx/Centro_Sleddog.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  display: flex;
  min-height: 500px;
  padding: 80px 0;
  position: relative;
}

#intro.parallax .payoff,
.parallax .payoff {
  background: rgba(18, 83, 104, 0.8);
  padding: 250px 80px;
}

#intro.parallax .payoff h1,
.parallax .payoff h1 {
  color: #fff;
  font-family: "Racing Sans One", cursive;
  font-size: 100px;
  line-height: 100px;
  position: relative;
  text-transform: uppercase;
}

#intro.parallax .payoff h1 span,
.parallax .payoff h1 span {
  display: block;
  font-size: 80px;
  line-height: 80px;
  margin-top: 20px;
}

#intro.parallax .payoff h1::after,
.parallax .payoff h1::after {
  background: #fff;
  bottom: -60px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 70%;
  z-index: 20;
}

#intro.parallax .intro .text_wrapper,
.parallax .intro .text_wrapper {
  padding: 0 160px 0 115px;
}

#intro.parallax .intro .text_wrapper h3,
.parallax .intro .text_wrapper h3 {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

#intro.parallax .intro .text_wrapper p,
.parallax .intro .text_wrapper p {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
}

#intro.parallax .intro .text_wrapper .info,
.parallax .intro .text_wrapper .info {
  background: transparent;
  margin-bottom: 40px;
}

#intro.parallax.excursion .payoff h1,
.parallax.excursion .payoff h1 {
  position: relative;
}

#intro.parallax.excursion .payoff h1::before,
.parallax.excursion .payoff h1::before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 120px;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: -150px;
  width: 100%;
  z-index: 50;
}

#intro.parallax.excursion .payoff.mobile,
.parallax.excursion .payoff.mobile {
  display: none;
}

#intro.parallax.excursion .intro .text_wrapper h3,
.parallax.excursion .intro .text_wrapper h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 30px;
  text-transform: none;
}

#intro.parallax.excursion .intro .text_wrapper p,
.parallax.excursion .intro .text_wrapper p {
  font-size: 24px;
  line-height: 36px;
}

#intro.parallax.excursion .intro .cta,
.parallax.excursion .intro .cta {
  display: block;
  margin-top: 40px;
}

#intro.parallax.excursion .intro input[type=checkbox],
.parallax.excursion .intro input[type=checkbox] {
  float: left;
  margin: 0 20px 20px 0;
}

#intro.parallax.excursion .intro hr,
.parallax.excursion .intro hr {
  border: 1px solid #ccc;
  margin: 30px 0 35px;
}

#intro.parallax.excursion #sleddog-adulti .payoff,
.parallax.excursion #sleddog-adulti .payoff {
  padding: 250px 80px 350px;
}

#sestriere .excursion:nth-of-type(1) .payoff h1::before {
  background-image: url("/gfx/escursioni/sleddogadulti.png");
}

#sestriere .excursion:nth-of-type(2) .payoff h1::before {
  background-image: url("/gfx/escursioni/nottecena.png");
}

#cervinia .excursion:nth-of-type(1) .payoff h1::before {
  background-image: url("/gfx/escursioni/sleddogadulti.png");
}

#cervinia .excursion:nth-of-type(2) .payoff h1::before {
  background-image: url("/gfx/escursioni/sleddogbimbi.png");
}

#cervinia .excursion:nth-of-type(3) .payoff h1::before {
  background-image: url("/gfx/escursioni/girituristici.png");
}

#pragelato .excursion:nth-of-type(1) .payoff h1::before {
  background-image: url("/gfx/escursioni/dogkart.png");
}

#pragelato .excursion:nth-of-type(2) .payoff h1::before {
  background-image: url("/gfx/escursioni/dogtrekking.png");
}

/* HP MAP */

#map_wrapper {
  border-bottom: 30px solid #007d9d;
  position: relative;
}

#map_wrapper.contact_map_wrapper {
  border-bottom: 0;
  margin-bottom: -60px;
}

#map_wrapper .place_selector {
  background: #007d9d;
  height: 94px;
  text-align: center;
}

#map_wrapper .place_selector ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}

#map_wrapper .place_selector ul li {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  height: 94px;
  line-height: 102px;
  list-style-type: none;
  margin: 0;
  padding: 0 30px;
  text-transform: uppercase;
}

#map_wrapper .place_selector ul li:hover {
  background: #f88b1d;
}

#map_wrapper .place_selector ul li.active {
  background: #f88b1d;
}

#map_wrapper #map {
  background: #eee;
  display: block;
  height: 750px;
  width: 100%;
}

#map_wrapper .box {
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  display: block;
  height: 750px;
  overflow: hidden;
  position: absolute;
  top: 94px;
  z-index: 9100;
}

#map_wrapper .box.box_dx {
  background: #007d9d;
  right: 0;
  width: 0;
}

#map_wrapper .box.box_dx.open {
  padding: 100px 80px;
  width: 50%;
}

#map_wrapper .box.box_dx .activity {
  float: left;
  margin: 0 100px 60px 0;
  padding: 0 40px 0 0;
  position: relative;
  max-width: 450px;
}

#map_wrapper .box.box_dx .activity img {
  display: block;
  margin-bottom: 10px;
}

#map_wrapper .box.box_dx .activity p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

#map_wrapper .box.box_dx .activity::before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 200ms;
  width: 0;
}

#map_wrapper .box.box_dx .activity::after {
  content: "";
  background: #007d9d;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 13px;
  display: block;
  height: 60px;
  opacity: 0;
  position: absolute;
  right: -31px;
  transform: rotate(-45deg);
  transition: all 200ms;
  width: 60px;
}

#map_wrapper .box.box_dx .activity:hover::before {
  width: 100%;
}

#map_wrapper .box.box_dx .activity:hover::after {
  opacity: 1;
}

#map_wrapper #box_close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 9910;
}

#map_wrapper .box.box_sx,
.contact_box {
  background: #fff;
  left: 0;
  width: 0;
}

#map_wrapper .box.box_sx.open,
.contact_box.open {
  width: 50%;
}

#map_wrapper .box.box_sx svg,
.contact_box svg {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9000;
}

#map_wrapper .box.box_sx svg path,
.contact_box svg path {
  stroke: #007d9d !important;
}

#map_wrapper .box.box_sx svg.show,
.contact_box svg.show {
  display: block;
}

#map_wrapper .box.box_sx p.regione,
.contact_box p.regione {
  color: #000;
  display: block;
  font-family: "Racing Sans One", cursive;
  font-size: 100px;
  left: 0;
  margin-left: -42%;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff;
  text-transform: uppercase;
  top: 50%;
  transform: rotate(-90deg);
  width: 100%;
  z-index: 9010;
}

#map_wrapper .box.box_sx .info,
.contact_box .info {
  background: transparent;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  top: 40%;
  width: 400px;
  z-index: 9010;
}

#map_wrapper .box.box_sx .info p,
.contact_box .info p {
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff;
}

#map_wrapper .box.box_sx .info p.sede,
.contact_box .info p.sede {
  font-family: "Racing Sans One", cursive;
  font-size: 60px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

#map_wrapper .box.box_sx .info p.indirizzo,
.contact_box .info p.indirizzo {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 5px;
}

#map_wrapper .box.box_sx .info p.coords,
.contact_box .info p.coords {
  color: #999;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

#map_wrapper .box.box_sx .info p.tel,
.contact_box .info p.tel {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}

#map_wrapper .box.box_sx .info a,
.contact_box .info a {
  color: #fff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  opacity: 0.8;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

#map_wrapper .box.box_sx .info a:hover,
.contact_box .info a:hover {
  opacity: 1;
}

#map_wrapper .box.box_sx .info a.gotopage,
.contact_box .info a.gotopage {
  background: #f88b1d;
  clear: both;
  width: 100%;
}

#map_wrapper .box.box_sx .info a.find_link,
#map_wrapper .box.box_sx .info a.call_link,
.contact_box .info a.find_link,
.contact_box .info a.call_link {
  background: #007d9d;
  float: left;
  padding-left: 42px;
  width: 49%;
}

#map_wrapper .box.box_sx .info a.find_link::before,
#map_wrapper .box.box_sx .info a.call_link::before,
.contact_box .info a.find_link::before,
.contact_box .info a.call_link::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 38px;
  left: 10px;
  position: absolute;
  top: 5px;
  width: 38px;
}

#map_wrapper .box.box_sx .info a.find_link,
.contact_box .info a.find_link {
  margin-right: 2%;
}

#map_wrapper .box.box_sx .info a.find_link::before,
.contact_box .info a.find_link::before {
  background-image: url("/gfx/marker_map.png");
}

#map_wrapper .box.box_sx .info a.call_link::before,
.contact_box .info a.call_link::before {
  background-image: url("/gfx/phone_map.png");
}

#map_wrapper .box.box_sx .info a.email_link::before,
.contact_box .info a.email_link::before {
  background-image: url("/gfx/phone_map.png");
}

/* HP MUSHING */

#mushing_school .video_wrapper {
  margin-top: 60px;
  position: relative;
}

#mushing_school .video_wrapper::before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 200ms;
  width: 100%;
  z-index: 90;
}

#mushing_school .video_wrapper a.play {
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

#mushing_school .video_wrapper .bigicon {
  display: block;
  font-family: "FontAwesome" !important;
  font-size: 140px !important;
  font-style: normal !important;
  left: 50%;
  margin-left: -70px;
  margin-top: 0px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 160px;
  z-index: 999;
}

#mushing_school .video_wrapper a.play_message {
  background: #007d9d;
  color: #fff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  left: 50%;
  margin-left: -150px;
  margin-top: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 100%;
  width: 300px;
  z-index: 100;
}

#mushing_school .video_wrapper a.play_message:hover {
  background: #f88b1d;
}

#mushing_school .video_wrapper a.cta {
  bottom: -30px;
  position: absolute;
  left: 50%;
  z-index: 1200;
}

#mushing_school .video_wrapper a.cta.first {
  margin-left: -400px;
}

#mushing_school .video_wrapper a.cta.last {
  margin-left: 100px;
}

#mushing_school .video_wrapper:hover::before {
  height: 100%;
}

#mushing_school .video_wrapper:hover .bigicon {
  margin-top: -120px;
  opacity: 1;
  top: 50%;
}

#mushing_school .video_wrapper:hover a.play_message {
  margin-top: 60px;
  opacity: 1;
  top: 50%;
}

/* HP ATTIVITA */

.activity_row .blocks_wrapper {
  clear: both;
  display: block;
  margin: 0 auto;
  padding-top: 60px;
  max-width: 100%;
  width: 1600px;
}

.activity_row .blocks_wrapper > div {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #fff;
  display: flex;
  height: 450px;
  float: left;
  justify-content: center;
  position: relative;
  text-align: center;
}

.activity_row .blocks_wrapper > div.big {
  width: 100%;
}

.activity_row .blocks_wrapper > div.small {
  width: 50%;
}

.activity_row .blocks_wrapper > div::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.activity_row .blocks_wrapper > div::after {
  background: rgba(0, 125, 157, 0.3);
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 300ms;
  width: 100%;
  z-index: 20;
}

.activity_row .blocks_wrapper > div a.title {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  position: relative;
  text-shadow: 1px 1px 5px #333, -1px -1px 5px #333;
  text-transform: uppercase;
  z-index: 100;
}

.activity_row .blocks_wrapper > div a.title::after {
  background: #fff;
  bottom: -30px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 300ms;
  width: 0;
  z-index: 150;
}

.activity_row .blocks_wrapper > div a.activity_link {
  background: #fff;
  bottom: 0;
  box-shadow: 0 10px 10px -10px #555;
  color: #007d9d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  margin-left: -90px;
  opacity: 0;
  padding: 15px 0;
  position: absolute;
  text-transform: uppercase;
  width: 180px;
  z-index: 300;
}

.activity_row .blocks_wrapper > div a.activity_link:hover {
  background: #eee;
}

.activity_row .blocks_wrapper > div:hover::after {
  height: 100%;
}

.activity_row .blocks_wrapper > div:hover a.title {
  margin-top: -120px;
}

.activity_row .blocks_wrapper > div:hover a.title::after {
  width: 100%;
}

.activity_row .blocks_wrapper > div:hover a.activity_link {
  bottom: 25%;
  opacity: 1;
}

/* HP CTA */

#cta_row {
  background: #f88b1d;
  margin-top: 60px;
  min-height: 300px;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
  text-align: center;
}

#cta_row::after {
  background-image: url("/gfx/zampa.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 130%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  z-index: 50;
}

#cta_row p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

#cta_row a {
  background: #fff;
  box-shadow: 0 10px 10px -10px #555;
  color: #111;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 40px;
  text-transform: uppercase;
}

#cta_row a:hover {
  background: #eee;
}

/* HUSKIES */

.dog_wrapper .dog_item {
  float: left;
  overflow: hidden;
  position: relative;
  width: 20%;
}

.dog_wrapper .dog_item::before {
  background: rgba(0, 125, 157, 0.3);
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 300ms;
  width: 100%;
  z-index: 30;
}

.dog_wrapper .dog_item:hover::before {
  height: 100%;
}

.dog_wrapper .dog_item::after {
  color: #fff;
  content: attr(data-name);
  display: block;
  font-family: "Racing Sans One", cursive;
  font-size: 80px;
  left: 0;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 150%;
  transition: all 300ms;
  width: 100%;
  z-index: 50;
}

.dog_wrapper .dog_item:hover::after {
  top: 50%;
}

.dog_wrapper .dog_item img {
  display: block;
}

#dogs_cervinia .dog_item {
  width: 16.66%;
}

/* TEAM */

.team_item {
  float: left;
  padding-right: 40px;
  width: 33.33%;
  margin-bottom: 40px;
}

.team_item:nth-of-type(3n+1) {
  clear: left;
}

.team_item .member_pic {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  float: left;
  height: 420px;
  margin: 0 20px 20px 0;
  position: relative;
  width: 100%;
}

.team_item .member_pic::before {
  background: transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  transition: all 300ms;
  width: 0;
  z-index: 10;
}

.team_item .member_pic p.title {
  bottom: 0;
  color: #fff;
  font-family: "Racing Sans One", cursive;
  font-size: 80px;
  left: 0;
  line-height: 46px;
  margin: 0 0 5px;
  position: absolute;
  text-transform: uppercase;
}

.team_item .member_pic:hover p.title {
  left: 100px;
}

.team_item .member_pic:hover::before {
  border-left: 50px solid #fff;
  border-bottom: 50px solid #fff;
  border-top: 50px solid transparent;
  border-right: 50px solid transparent;
}

.team_item p.subtitle {
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px;
  text-align: left;
}

.team_item .desc {
  border-left: 1px solid #007d9d;
  padding-left: 20px;
}

.team_item .desc p {
  font-size: 16px;
  line-height: 24px;
  padding-right: 30px;
  text-align: justify;
}

.team_item .desc p a {
  color: #666;
}

/* CONTATTI */

.contact_row > div {
  padding: 0 40px;
}

.contact_row h3 {
  color: #007d9d;
  font-size: 64px;
  line-height: 70px;
  text-align: center;
}

.contact_row .contact_box {
  width: 100%;
}

.contact_row .contact_box * {
  left: 0 !important;
  margin-left: 0 !important;
  position: relative !important;
  top: 0 !important;
  position: relative !important;
}

.contact_row .contact_box p.regione {
  display: block;
  font-family: "Racing Sans One", cursive;
  font-size: 40px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  transform: none;
  width: 100% !important;
  z-index: 10;
}

.contact_row .contact_box .info {
  width: 100%;
}

.email_link {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 60px;
  padding-left: 60px;
  position: relative;
}

.email_link::before {
  background-image: url("/gfx/email.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 40px;
  z-index: 20;
}

#contact_form input[type=text],
#contact_form input[type=email],
#contact_form textarea {
  background: #f6f6f6;
  border: none;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-right: 1%;
  margin-bottom: 20px;
  padding: 10px;
  width: 49%;
}

#contact_form input[type=text][name=name],
#contact_form input[type=email][name=name],
#contact_form textarea[name=name] {
  width: 100%;
}

#contact_form textarea {
  height: 150px;
  width: 100%;
}

#contact_form input[type=checkbox] {
  float: left;
  margin: 0 10px 0 0;
}

#contact_form label {
  cursor: pointer;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

#contact_form button {
  border: 0 !important;
  border-radius: 0;
  color: #fff !important;
  padding: 22px 40px;
  width: 280px;
}

/* FAQ */

#faq_row h3 {
  font-size: 32px;
  line-height: 44px;
  margin: 0 0 10px;
}

#faq_row p.simple {
  margin-bottom: 25px;
}

/* PARTNER */

.partner_row {
  margin-bottom: 60px;
}

.partner_row img {
  border-bottom: 10px solid #007d9d;
  display: block;
  margin: 0 auto 20px;
  max-width: 95%;
  width: 400px;
}

.partner_row p {
  text-align: center;
}

/* FOOTER */

footer #footer_row {
  background: #f4f4f4;
  margin-top: 0;
  min-height: 200px;
  padding: 80px 20%;
}

footer #footer_row #footer_logo {
  margin-bottom: 60px;
}

footer #footer_row #footer_logo .logo {
  float: left;
  height: 150px;
  margin-right: 40px;
}

footer #footer_row #footer_logo p {
  margin: 0;
  text-align: left;
}

footer #footer_row #footer_logo p.title {
  color: #111;
  font-family: "Racing Sans One", cursive;
  font-size: 40px;
  margin: 40px 0 10px;
  text-transform: uppercase;
}

footer #footer_row #footer_logo p.subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

footer #footer_row #reward_container {
  margin-bottom: 60px;
}

footer #footer_row #reward_container > div {
  display: inline-block;
}

footer #footer_row #reward_container > .TA_excellent > .widEXC {
  margin-top: 0;
}

footer #footer_row .col {
  color: #111;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.02em;
  line-height: 28px;
}

footer #footer_row .col * {
  color: #111;
  font-size: 18px;
}

footer #footer_row .col img.social {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

footer #footer_row .col a:hover {
  color: #007d9d;
}

footer #footer_row .col a.social {
  padding-left: 35px;
}

footer #footer_row .col ul {
  margin: 0;
  padding: 0;
}

footer #footer_row .col ul li {
  font-family: "Open Sans", sans-serif;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0;
  text-indent: 0;
}

footer #footer_row .col ul li a {
  position: relative;
  text-transform: uppercase;
}

footer #footer_row .col ul li a::after {
  background: #000;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 300ms;
  width: 0;
  z-index: 10;
}

footer #footer_row .col ul li a:hover::after {
  width: 100%;
}

footer #footer_row .col.weather .location {
  clear: both;
  display: block;
  line-height: 26px;
  margin-bottom: 20px;
}

footer #footer_row .col.weather .location img {
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
  width: 52px;
}

footer #end_row {
  background: #009ddf;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 35px 20px;
  text-align: center;
}

footer #end_row a {
  color: #fff;
  text-decoration: none;
}

footer .social i {
  font-size: 26px !important;
  margin-right: 5px;
  vertical-align: middle;
}

footer .social a.social {
  display: block;
  margin: 0 0 8px;
}

footer .links li {
  margin-bottom: 5px !important;
}

footer p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

/* COMPONENTI ESTERNI */

.bx-wrapper {
  box-shadow: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bxslider {
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
}

.bx-wrapper .bx-controls-direction a {
  height: 80px !important;
  width: 80px !important;
  z-index: 9990 !important;
}

.bx-wrapper .bx-prev {
  background: url("/gfx/arrow_left.png") !important;
  left: 0 !important;
}

.bx-wrapper .bx-next {
  background: url("/gfx/arrow_right.png") !important;
  right: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent !important;
  border: 3px solid #fff !important;
  border-radius: 50% !important;
  height: 18px !important;
  margin: 0 10px !important;
  width: 18px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 20% !important;
}

.grecaptcha-badge {
  display: none !important;
}

/* RESPONSIVE */

@media all and (max-width: 2559px) {
  #map_wrapper .box.box_dx .activity {
    margin: 0 140px 60px 0;
    padding: 0 40px 0 0;
    max-width: 400px;
  }
}

@media all and (max-width: 2048px) {
  /* HOMEPAGE */

  .bxslider li p.title,
  .v_bxslider li p.title {
    font-size: 100px;
  }

  #map_wrapper .box.box_dx.open {
    padding: 130px 60px;
  }

  #map_wrapper .box.box_dx .activity {
    margin: 0 80px 60px 0;
    padding: 0 40px 0 0;
    max-width: 330px;
  }

  /* LAYOUT */

  #banner_row {
    height: 450px;
  }

  footer #footer_row {
    padding: 80px 10%;
  }

  p.intro,
  div.centered p {
    padding: 0 10%;
  }

  /* PAGINE SEDI */

  .parallax.excursion .payoff {
    padding: 250px 60px;
  }

  .parallax.excursion .intro .text_wrapper p {
    line-height: 32px;
  }

  #intro.parallax .intro .text_wrapper,
  .parallax .intro .text_wrapper {
    padding: 0 120px 0 75px;
  }
}

@media all and (max-width: 1920px) {
  /* HOMEPAGE */

  .bxslider li p.desc,
  .v_bxslider li p.desc {
    top: 45%;
  }

  #intro.parallax .payoff h1,
  .parallax .payoff h1 {
    font-size: 90px;
  }

  #map_wrapper .box.box_dx.open {
    padding: 60px 60px;
  }

  /* STAR */

  .dog_wrapper .dog_item::after {
    font-size: 60px;
  }

  /* PAGINE SEDI */

  #intro.parallax.excursion .intro .text_wrapper p,
  .parallax.excursion .intro .text_wrapper p {
    font-size: 22px;
  }
}

@media all and (max-width: 1680px) {
  /* LAYOUT */

  .g1600 {
    padding: 0 40px;
  }

  header #menu_row.open {
    padding: 20px 20px 20px 60px;
  }

  header #menu_row nav > ul > li {
    margin-right: 70px;
  }

  header #logo_wrapper {
    right: 20px;
  }

  #logo_wrapper img {
    max-width: 80%;
  }

  footer #footer_row {
    padding: 80px 5%;
  }

  p.intro,
  div.centered p {
    padding: 0 5%;
  }

  #banner_row {
    height: 370px;
  }

  /* TYPOGRAPHY */

  h3 {
    font-size: 36px;
    line-height: 42px;
  }

  h1.standard.spaced {
    margin-bottom: 40px;
  }

  /* HOMEPAGE */

  .bxslider li p.title,
  .v_bxslider li p.title {
    line-height: 100px;
    padding: 0 200px;
    top: 25%;
  }

  .bxslider li p.desc,
  .v_bxslider li p.desc {
    line-height: 44px;
    padding: 0 240px;
    top: 54%;
  }

  #intro.parallax .payoff h1,
  .parallax .payoff h1 {
    font-size: 70px;
    line-height: 72px;
  }

  #intro.parallax .intro .text_wrapper h3,
  .parallax .intro .text_wrapper h3 {
    margin-bottom: 30px;
  }

  #map_wrapper .box.box_sx .info,
  .contact_box .info {
    margin-left: -170px;
  }

  #map_wrapper .box.box_sx svg,
  .contact_box svg {
    width: 70%;
    left: 17%;
  }

  #map_wrapper .box.box_dx .activity {
    margin: 0 80px 40px 0;
  }

  /* STAR */

  .dog_wrapper .dog_item::after {
    font-size: 50px;
  }

  /* PAGINE SEDI */

  #intro.parallax .payoff h1 span,
  .parallax .payoff h1 span {
    font-size: 50px;
    line-height: 55px;
  }

  #intro.parallax.excursion .intro .text_wrapper p,
  .parallax.excursion .intro .text_wrapper p {
    font-size: 20px;
    line-height: 28px;
  }

  #intro.parallax .intro .text_wrapper,
  .parallax .intro .text_wrapper {
    padding: 0 50px 0 45px;
  }

  .bxslider li a.cta,
  #intro.parallax.excursion .intro .cta,
  .parallax.excursion .intro .cta,
  #mushing_school .video_wrapper a.cta,
  #contact_form button,
  .v_bxslider li a.cta,
  #intro.parallax.excursion .intro .cta,
  .parallax.excursion .intro .cta,
  #mushing_school .video_wrapper a.cta,
  #contact_form button {
    font-size: 22px;
    padding: 18px 20px;
    width: 380px;
  }

  /* ATTIVITA */

  .text-boxed {
    padding: 40px 40px 30px;
  }

  .text-boxed p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media all and (max-width: 1440px) {
  /* LAYOUT */

  .g1600 {
    padding: 0 20px;
  }

  header #menu_row nav > ul > li {
    margin-right: 40px;
  }

  header #menu_row nav > ul > li ul {
    padding: 30px 20px 30px 25px;
    width: 300px;
  }

  footer #footer_row {
    padding: 40px 20px;
  }

  footer #footer_row .col * {
    font-size: 16px;
    line-height: 20px;
  }

  footer #footer_row #footer_logo {
    margin-bottom: 40px;
  }

  /* MENU */

  header #menu_row nav > ul > li ul li {
    padding: 5px 20px 5px 0;
  }

  /* TYPOGRAPHY */

  h3 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 10px;
  }

  h4 {
    font-size: 22px;
    line-height: 28px;
  }

  /* HOMEPAGE */

  .bxslider li a.godown,
  .v_bxslider li a.godown {
    bottom: 5%;
  }

  .bxslider li p.title,
  .v_bxslider li p.title {
    line-height: 80px;
    padding: 0 220px;
    top: 25%;
    font-size: 80px;
  }

  .bxslider li p.desc,
  .v_bxslider li p.desc {
    top: 50%;
  }

  #intro.parallax .payoff,
  .parallax .payoff {
    padding: 250px 40px;
  }

  #map_wrapper .box.box_sx p.regione,
  .contact_box p.regione {
    font-size: 70px;
    margin-left: -44%;
  }

  #map_wrapper .box.box_sx .info p.sede,
  .contact_box .info p.sede {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .activity_row .blocks_wrapper > div a.title {
    font-size: 36px;
  }

  #map_wrapper .place_selector {
    height: 70px;
  }

  #map_wrapper .place_selector ul li {
    font-size: 24px;
    height: 70px;
    line-height: 68px;
  }

  #map_wrapper .box {
    top: 70px;
  }

  #cta_row {
    min-height: auto;
    padding: 40px 20px;
  }

  #cta_row p {
    font-size: 30px;
    line-height: 38px;
  }

  /* TEAM */

  .team_item {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .team_item .member_pic {
    width: 30%;
    height: 300px;
  }

  .team_item .desc {
    border-left: 0;
    padding-left: 0;
  }

  .team_item .member_pic:hover::before {
    display: none !important;
  }

  .team_item .member_pic:hover p.title {
    left: 0;
  }

  /* PAGINE SEDI */

  #intro.parallax .intro .text_wrapper,
  .parallax .intro .text_wrapper {
    padding: 0 20px;
  }

  /* ATTIVITA */

  .text-boxed {
    padding: 20px 20px 10px;
  }

  .text-boxed p {
    font-size: 18px;
    line-height: 26px;
  }

  /* CONTATTI */

  hr.space-top80 {
    margin: 50px 20px;
  }

  .contact_row h3 {
    font-size: 48px;
    line-height: 48px;
  }

  .contact_row .contact_box p.regione {
    font-size: 30px;
  }

  #map_wrapper .box.box_sx .info p.indirizzo,
  .contact_box .info p.indirizzo {
    font-size: 20px;
    line-height: 30px;
  }
}

@media all and (max-width: 1280px) {
  /* LAYOUT */

  header #logo_wrapper {
    z-index: 9800;
    top: 20px;
    right: 20px;
    text-align: right;
  }

  footer #end_row {
    background: #007d9d;
    padding: 25px 40px;
    line-height: 22px;
  }

  footer #end_row a:first-of-type {
    clear: left;
  }

  footer #footer_row {
    padding: 40px 20px 0;
  }

  footer #footer_row .col {
    width: 50%;
    margin-bottom: 50px;
    text-align: center;
  }

  footer #footer_row .col a.social {
    padding-left: 0;
  }

  footer #footer_row .col.weather .location img {
    position: absolute;
    left: calc(50% - 130px);
  }

  /* TYPOGRAPHY */

  p.intro,
  div.centered p {
    padding: 0 20px;
  }

  /* MENU */

  header #menu_row.open {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    text-align: center;
  }

  header #menu_row.open nav {
    display: block;
    width: 100%;
    padding: 50px 20px 20px;
  }

  header #menu_row nav > ul > li {
    margin-right: 0;
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
    float: none;
    margin-bottom: 40px;
  }

  header #menu_row nav > ul > li ul {
    box-shadow: none;
    border: 2px solid #fff;
    left: 60%;
    top: -60px;
    width: 320px;
  }

  header #menu_row nav > ul > li:hover ul::before {
    left: -12px;
    top: 62px;
    transform: rotate(-90deg);
  }

  header #menu_row nav > ul > li ul li {
    text-align: left;
    padding-left: 15px;
  }

  /* HOMEPAGE */

  .bx-wrapper .bx-controls-direction a {
    z-index: 9800 !important;
    height: 60px !important;
    width: 60px !important;
  }

  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next {
    background-size: 90% 90% !important;
    background-position: center center !important;
  }

  .bxslider li p.title,
  .v_bxslider li p.title {
    padding: 0 100px;
    line-height: 70px;
  }

  .bxslider li p.desc,
  .v_bxslider li p.desc {
    top: 53%;
    padding: 0 100px;
  }

  #intro .c6.payoff,
  #intro .c6.intro {
    width: 100% !important;
  }

  #intro.parallax,
  .parallax {
    display: block;
  }

  #intro.parallax .payoff,
  .parallax .payoff {
    padding: 100px 40px 160px;
  }

  #intro.parallax .intro .text_wrapper,
  .parallax .intro .text_wrapper {
    padding: 70px 20px 0;
  }

  #map_wrapper .box.box_sx.open,
  .contact_box.open {
    width: 60%;
  }

  #map_wrapper .box.box_dx.open {
    width: 40%;
  }

  #map_wrapper #box_close {
    top: 20px;
    right: 20px;
    width: 50px;
  }

  #map_wrapper .box.box_dx.open {
    padding: 60px 30px;
  }

  .activity_row .blocks_wrapper > div a.title {
    font-size: 32px;
  }

  #mushing_school .video_wrapper a.play_message {
    opacity: 1;
    top: 80%;
  }

  /* TEAM */

  .team_item .member_pic p.title {
    font-size: 64px;
    line-height: 34px;
  }

  /* STAR */

  .dog_wrapper .dog_item {
    width: 33.33%;
  }

  .dog_wrapper .dog_item:hover::after {
    top: 55%;
  }

  #dogs_cervinia .dog_item {
    width: 33.33%;
  }

  /* ESCURSIONI */

  .parallax.excursion {
    padding: 0;
  }

  .parallax.excursion .c6 {
    width: 100% !important;
  }

  .parallax.excursion .payoff {
    padding: 200px 80px 150px !important;
  }

  .parallax.excursion .payoff.desktop {
    display: none;
  }

  .parallax.excursion .payoff.mobile {
    display: block;
  }

  .parallax.excursion .intro .text_wrapper {
    padding: 60px 20px 60px;
  }

  /* ATTIVITA */

  .activity_col {
    width: 100%;
    height: auto !important;
    padding: 0 !important;
  }

  .activity_col.text-boxed {
    padding: 20px 20px 10px !important;
  }

  .activity_col .block_img {
    width: 50%;
    float: left;
    padding: 40px 10px;
  }

  .activity_col .block_img img {
    margin: 0;
  }

  .activity_col.c6.img_bg {
    background-position: center 20%;
    min-height: 400px;
    display: block;
    margin: 30px 0 60px;
    width: 100%;
  }

  .activity_col.c3.img_bg {
    background-position: center 20%;
    min-height: 400px;
    display: block;
    margin: 0 0 20px;
    width: 33.33%;
    float: left;
  }

  img + label {
    font-size: 16px;
    line-height: 20px;
  }

  .activity_row {
    margin-top: 0;
  }

  /* CONTATTI */

  .email_link {
    font-size: 22px;
    padding-left: 0;
  }

  .email_link::before {
    display: none;
  }

  .contact_row > div {
    padding: 0 10px;
  }

  #map_wrapper .box.box_sx .info a.find_link::before,
  #map_wrapper .box.box_sx .info a.call_link::before,
  .contact_box .info a.find_link::before,
  .contact_box .info a.call_link::before {
    height: 24px;
    top: 8px;
    width: 24px;
  }

  #map_wrapper .box.box_sx .info a.find_link,
  #map_wrapper .box.box_sx .info a.call_link,
  .contact_box .info a.find_link,
  .contact_box .info a.call_link {
    padding-left: 20px;
  }

  #map_wrapper .box.box_sx .info a,
  .contact_box .info a {
    height: 40px;
    line-height: 40px;
  }

  hr.space-top80 {
    margin: 30px 0px;
  }

  hr + .space-top80 {
    margin-top: 40px;
  }

  #map_wrapper.contact_map_wrapper #map {
    height: 400px;
  }
}

@media all and (max-width: 1024px) {
  /* TYPOGRAPHY */

  h1.standard {
    margin-bottom: 20px;
    margin-top: 80px;
    font-size: 60px;
    line-height: 60px;
  }

  h1.standard::after {
    width: 500px;
    margin-left: -250px;
  }

  h2 {
    font-size: 50px;
    margin-top: 100px;
    padding: 0 0 20px;
  }

  h2::after {
    width: 500px;
    margin-left: -250px;
  }

  /* MENU */

  header #menu_row.open nav {
    padding: 20px 10px;
  }

  header #menu_row nav > ul > li {
    margin-right: 0;
    margin-bottom: 15px;
    clear: both;
  }

  header #menu_row nav > ul > li ul {
    border: 0;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    padding: 10px 0 30px;
  }

  header #menu_row nav > ul > li ul li {
    text-align: center;
    padding-left: 0;
    float: left;
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
    background: rgba(255, 255, 255, 0.2);
  }

  header #menu_row nav > ul > li ul li a {
    font-size: 14px;
  }

  header #menu_row nav > ul > li:hover ul::before {
    display: none;
  }

  header #menu_row nav > ul > li ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }

  /* LAYOUT */

  #logo_wrapper img {
    max-width: 60%;
  }

  .space-top80 {
    margin-top: 20px;
  }

  .g1600.space-top80 {
    margin-top: 20px;
  }

  /* HOMEPAGE */

  .bxslider li p.desc,
  .v_bxslider li p.desc {
    display: none;
  }

  .bx-wrapper .bx-pager {
    display: none;
  }

  .bxslider li a.godown,
  .v_bxslider li a.godown {
    bottom: 10px;
    width: 60px;
    margin-left: -30px;
  }

  .bxslider li p.title,
  .v_bxslider li p.title {
    padding: 0 80px;
    line-height: 60px;
    font-size: 60px;
    top: 35%;
  }

  .bx-wrapper .bx-controls-direction a {
    height: 50px !important;
    width: 50px !important;
  }

  #intro.parallax .payoff,
  .parallax .payoff {
    padding: 40px;
  }

  #map_wrapper .box.box_dx .activity::after {
    display: none;
  }

  #map_wrapper .box.box_dx .activity {
    margin: 0 0 30px 0;
  }

  #map_wrapper .box.box_sx p.regione,
  .contact_box p.regione {
    display: none;
  }

  #map_wrapper .box.box_sx .info,
  .contact_box .info {
    margin-left: 0;
    left: 5%;
    width: 90%;
  }

  #map_wrapper .box,
  #map_wrapper #map {
    height: 650px;
  }

  #map_wrapper #box_close {
    width: 40px;
  }

  .activity_row .blocks_wrapper > div {
    height: 300px;
  }

  .activity_row .blocks_wrapper > div a.title {
    font-size: 30px;
    line-height: 36px;
  }

  .activity_row .blocks_wrapper > div a.title::after {
    display: none;
  }

  /* TEAM */

  .team_item .member_pic {
    width: 40%;
    height: 260px;
  }

  /* ESCURSIONI */

  .parallax.excursion .payoff {
    padding: 140px 40px 40px !important;
  }

  #intro.parallax .payoff h1,
  .parallax .payoff h1 {
    font-size: 60px;
    line-height: 66px;
  }

  #intro.parallax .payoff h1::after,
  .parallax .payoff h1::after {
    display: none;
  }

  #intro.parallax.excursion .payoff h1::before,
  .parallax.excursion .payoff h1::before {
    width: 50%;
    top: -110px;
  }

  .bxslider li a.cta,
  #intro.parallax.excursion .intro .cta,
  .parallax.excursion .intro .cta,
  #mushing_school .video_wrapper a.cta,
  #contact_form button,
  .v_bxslider li a.cta,
  #intro.parallax.excursion .intro .cta,
  .parallax.excursion .intro .cta,
  #mushing_school .video_wrapper a.cta,
  #contact_form button {
    font-size: 20px;
    padding: 14px 10px;
    width: 320px;
  }

  #intro.parallax .intro .text_wrapper .info,
  .parallax .intro .text_wrapper .info {
    margin-bottom: 20px;
  }

  /* CONTATTI */

  .contact_row h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .contact_row .contact_box p.regione {
    font-size: 26px;
  }

  #map_wrapper .box.box_sx .info p.indirizzo,
  .contact_box .info p.indirizzo {
    font-size: 18px;
    line-height: 28px;
  }

  #map_wrapper .box.box_sx .info a.find_link,
  #map_wrapper .box.box_sx .info a.call_link,
  .contact_box .info a.find_link,
  .contact_box .info a.call_link {
    float: none;
    width: 200px;
    display: block;
    margin: 0 auto 10px !important;
  }
}

@media all and (max-width: 800px) {
  /* LAYOUT */

  .c1,
  .c2,
  .c3,
  .c4,
  .c5,
  .c6,
  .c7,
  .c8,
  .c9,
  .c10,
  .c11,
  .c12,
  .c1-5,
  .c1-8 {
    margin-bottom: 0;
  }

  /* MENU */

  header #menu_row nav > ul > li {
    margin-bottom: 25px;
  }

  header #menu_row nav > ul > li ul {
    padding: 10px 0 0;
  }

  header #menu_row nav > ul > li ul li {
    width: calc(50% - 20px);
    float: left;
    margin: 0 10px 10px;
  }

  header #menu_row nav > ul > li ul li:last-of-type {
    margin-bottom: 20px;
  }

  /* TYPOGRAPHY */

  h1.standard {
    padding: 0 0 20px;
    font-size: 50px;
    line-height: 50px;
    margin-top: 60px;
  }

  h1.standard::after {
    width: 320px;
    margin-left: -160px;
  }

  p.intro,
  div.centered p {
    text-align: left;
  }

  /* HOMEPAGE */

  #intro.parallax,
  .parallax {
    padding: 0 0 60px;
  }

  .bxslider li a.godown,
  .v_bxslider li a.godown {
    display: none;
  }

  #map_wrapper .box.box_sx.open {
    width: 50%;
  }

  #map_wrapper .box.box_dx.open {
    width: 50%;
  }

  .activity_row .blocks_wrapper > div:hover a.title {
    margin-top: -80px;
  }

  .activity_row .blocks_wrapper > div:hover a.activity_link {
    bottom: 10%;
  }

  /* ATTIVITA */

  .activity_col .block_img {
    width: 100%;
    float: left;
    padding: 20px 0;
  }

  .activity_row .c4 {
    margin-bottom: 20px;
  }

  /* CONTATTI */

  .contact_row > div {
    width: 33.33%;
  }

  .social_col .subcol {
    width: 50%;
    float: left;
  }

  .form_col {
    margin: 40px 0;
  }
}

@media all and (max-width: 768px) {
  /* LAYOUT */

  header #logo_wrapper {
    top: 10px;
    right: 10px;
  }

  /* MENU */

  header #menu_row.open nav {
    padding: 80px 10px 20px;
  }

  header #menu_row nav > ul > li ul li {
    width: calc(50% - 10px);
    float: left;
    margin: 0 5px 10px;
  }

  /* HOMEPAGE */

  #intro.parallax,
  .parallax {
    background-position: 100% 0;
  }

  #intro.parallax .payoff,
  .parallax .payoff {
    padding: 20px;
  }

  #intro.parallax .payoff h1,
  .parallax .payoff h1 {
    font-size: 50px;
    line-height: 52px;
    text-align: center;
  }

  #map_wrapper .box.box_dx .activity {
    padding: 0;
  }

  p.subtitle {
    margin: 30px 0;
  }

  #mushing_school .video_wrapper {
    margin-top: 20px;
  }

  .activity_row .blocks_wrapper {
    padding-top: 20px;
  }

  .activity_row .blocks_wrapper > div.small {
    width: 100%;
  }

  #cta_row a {
    padding: 15px 30px;
  }

  /* TEAM */

  .team_item {
    margin-top: 40px;
  }

  .team_item .member_pic {
    width: 50%;
  }

  .team_item .desc p {
    padding-right: 0;
  }

  /* STAR */

  .dog_wrapper .dog_item {
    width: 50%;
  }

  /* ESCURSIONI */

  .parallax.excursion .payoff {
    padding: 100px 40px 20px !important;
  }

  .parallax.excursion .payoff h1 {
    text-align: left;
    font-size: 48px;
    line-height: 50px;
  }

  #intro.parallax .payoff h1 span,
  .parallax .payoff h1 span {
    font-size: 36px;
    line-height: 40px;
    margin-top: 10px;
  }

  #intro.parallax.excursion .payoff h1::before,
  .parallax.excursion .payoff h1::before {
    top: -80px;
  }

  /* CONTATTI */

  .contact_row > div {
    width: 100%;
    margin-bottom: 40px;
  }

  .social_col .subcol {
    width: 100%;
    float: none;
    text-align: center;
  }

  .social_col .subcol h3,
  .form_col h3 {
    text-align: center;
  }
}

/* FAQ */

#faq_v2 {
  color: #102333;
  font-family: "Open Sans", sans-serif;
}

#faq_v2 .faq_container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 34px;
  padding-right: 34px;
  width: 100%;
}

#faq_v2 .faq_narrow {
  max-width: 1020px;
}

#faq_v2 .faq_hero,
#faq_v2 .faq_closing {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#faq_v2 .faq_overlay {
  background: rgba(7, 30, 48, 0.72);
  min-height: 740px;
}

#faq_v2 .faq_hero_content {
  align-items: flex-start;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8%;
  min-height: 740px;
  padding-bottom: 140px;
  padding-top: 140px;
  width: 52vw;
}

#faq_v2 .faq_eyebrow {
  color: #f88b1d;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.35;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#faq_v2 .faq_hero h1 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.06;
  margin: 0 0 28px;
  padding: 0;
  text-transform: none;
}

#faq_v2 .faq_hero p:not(.faq_eyebrow) {
  font-size: 19px;
  line-height: 1.55;
  margin: 0 0 18px;
}

#faq_v2 .faq_section {
  padding: 100px 0;
}

#faq_v2 .faq_soft {
  background: #f5f2ed;
}

#faq_v2 .faq_heading {
  margin: 0 auto 46px;
  max-width: 850px;
  text-align: center;
}

#faq_v2 .faq_heading .faq_eyebrow {
  margin-bottom: 16px;
}

#faq_v2 h2 {
  color: #102333;
  font-family: "Racing Sans One", cursive;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
}

#faq_v2 .faq_accordion {
  border-top: 1px solid #ccdce5;
}

#faq_v2 .faq_accordion details {
  border-bottom: 1px solid #ccdce5;
}

#faq_v2 .faq_accordion summary {
  align-items: center;
  color: #007d9d;
  cursor: pointer;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.28;
  list-style: none;
  padding: 24px 0;
}

#faq_v2 .faq_accordion summary::-webkit-details-marker {
  display: none;
}

#faq_v2 .faq_accordion summary span {
  color: #f88b1d;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 0.7;
  margin-left: 25px;
}

#faq_v2 .faq_accordion details[open] summary span {
  transform: rotate(45deg);
}

#faq_v2 .faq_answer {
  max-width: 850px;
  padding: 0 0 24px;
}

#faq_v2 .faq_answer p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.62;
  margin: 0;
  text-align: left;
}

#faq_v2 .faq_group + .faq_group {
  margin-top: 52px;
}

#faq_v2 .faq_group h3 {
  color: #007d9d;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.3;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#faq_v2 .faq_contact_split {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1fr;
}

#faq_v2 .faq_contact_split img {
  display: block;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#faq_v2 .faq_contact_copy {
  text-align: left;
}

#faq_v2 .faq_contact_copy h2 {
  margin-bottom: 26px;
}

#faq_v2 .faq_contact_copy p:not(.faq_eyebrow) {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 30px;
}

#faq_v2 .faq_closing {
  color: #fff;
  text-align: center;
}

#faq_v2 .faq_closing .faq_overlay {
  align-items: center;
  background: rgba(7, 30, 48, 0.72);
  display: flex;
  justify-content: center;
  min-height: 600px;
}

#faq_v2 .faq_closing .faq_container {
  box-sizing: border-box;
  max-width: 780px;
  padding-bottom: 100px;
  padding-top: 100px;
}

#faq_v2 .faq_closing .faq_eyebrow {
  color: #ffd7b4;
  text-align: center;
}

#faq_v2 .faq_closing h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 auto 28px;
  padding-bottom: 28px;
  position: relative;
  text-transform: none;
}

#faq_v2 .faq_closing h2::after {
  background: #007d9d;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin-left: -300px;
  position: absolute;
  width: 600px;
}

#faq_v2 .faq_closing p:not(.faq_eyebrow) {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 620px;
}

#faq_v2 .faq_closing_actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#faq_v2 .faq_closing .generic_cta {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  margin-top: 0;
  padding: 18px 30px;
  text-align: center;
}

#faq_v2 .faq_closing .faq_text_cta {
  color: #ffd7b4;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 18px;
  text-align: center;
  text-decoration: none;
}

@media all and (max-width: 768px) {
  #faq_v2 .faq_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #faq_v2 .faq_overlay,
  #faq_v2 .faq_hero_content {
    min-height: 580px;
  }

  #faq_v2 .faq_hero_content {
    margin-left: 0;
    padding-bottom: 90px;
    padding-top: 90px;
    width: 100%;
  }

  #faq_v2 .faq_hero h1 {
    font-size: 42px;
  }

  #faq_v2 h2 {
    font-size: 36px;
  }

  #faq_v2 .faq_section {
    padding: 72px 0;
  }

  #faq_v2 .faq_accordion summary {
    font-size: 20px;
  }

  #faq_v2 .faq_contact_split {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  #faq_v2 .faq_contact_split img {
    height: 370px;
  }

  #faq_v2 .faq_group + .faq_group {
    margin-top: 38px;
  }

  #faq_v2 .faq_closing h2 {
    font-size: 37px;
  }

  #faq_v2 .faq_closing h2::after {
    margin-left: -145px;
    width: 290px;
  }
}

@media all and (max-width: 600px) {
  /* LAYOUT */

  .c1,
  .c2,
  .c3,
  .c4,
  .c5,
  .c6,
  .c7,
  .c8,
  .c9,
  .c10,
  .c11,
  .c12,
  .c1-5,
  .c1-8 {
    padding: 0;
  }

  #logo_wrapper img {
    max-width: 120px;
    width: 120px;
  }

  footer #footer_row .col {
    width: 100%;
    margin-bottom: 40px;
  }

  footer #footer_row #footer_logo .logo {
    height: 100px;
    margin-right: 20px;
  }

  footer #footer_row #footer_logo p.title {
    font-size: 40px;
    margin: 0px 0 5px;
    line-height: 36px;
  }

  footer #footer_row #footer_logo p.subtitle {
    font-size: 16px;
    letter-spacing: 0;
  }

  #terms_agreement_popup {
    left: 1%;
  }

  /* TYPOGRAPHY */

  h1.standard {
    font-size: 40px;
    line-height: 42px;
  }

  h2 {
    margin-top: 60px;
  }

  h2::after {
    width: 300px;
    margin-left: -150px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  p.intro,
  div.centered p {
    padding: 0 10px;
  }

  /* MENU */

  header #menu_row {
    height: 50px;
    padding: 13px 30px 13px 60px;
  }

  header #menu_link {
    height: 50px;
    padding: 13px 20px 13px 30px;
  }

  header #menu_row.open nav {
    padding: 20px 10px;
  }

  header #menu_row nav > ul > li {
    margin-bottom: 10px;
  }

  header #menu_row nav > ul > li ul li {
    height: 45px;
  }

  header #menu_row nav > ul > li ul li:last-of-type {
    margin-bottom: 15px;
  }

  header #menu_row nav > ul > li ul li a {
    line-height: 18px;
  }

  header #menu_row nav > ul > li a.book {
    margin-top: 5px;
    display: inline-block;
  }

  /* HOMEPAGE */

  #landscape_slider {
    display: none;
  }

  #portrait_slider {
    display: block;
  }

  .bxslider li a.godown,
  .v_bxslider li a.godown {
    display: block;
    bottom: 40px;
  }

  #map_wrapper .place_selector {
    height: auto;
    padding: 0;
    display: none;
  }

  #map_wrapper .place_selector ul li {
    width: 100%;
  }

  /* TEAM */

  .team_item .member_pic {
    width: 100%;
    height: 340px;
  }

  /* STAR */

  #dogs_cervinia .dog_item {
    width: 50%;
  }

  /* ESCURSIONI */

  .parallax.excursion .payoff {
    padding: 100px 20px 20px !important;
  }

  .parallax.excursion .payoff h1 {
    text-align: left;
    font-size: 42px;
    line-height: 40px;
  }

  #intro.parallax .payoff h1 span,
  .parallax .payoff h1 span {
    font-size: 30px;
    line-height: 32px;
  }

  /* ATTIVITA */

  .activity_col.c6.img_bg {
    background-position: center center;
  }

  .activity_col.c3.img_bg {
    background-position: center center;
    margin: 0;
    width: 100%;
    float: none;
  }

  /* FAQ */

  #faq_row h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media all and (max-width: 480px) {
  /* LAYOUT */

  .g1600 {
    padding: 0 10px;
  }

  .space-top60 {
    margin-top: 20px;
  }

  #banner_row {
    height: 200px;
    margin-top: 50px;
  }

  header #logo_wrapper {
    top: 160px;
    right: auto;
    left: calc(50% - 60px);
    text-align: center;
  }

  footer #footer_row #footer_logo .logo {
    float: none;
    height: 120px;
    margin-right: 0;
    margin: 0 auto 20px;
    width: 120px;
    display: block;
  }

  footer #footer_row #footer_logo p {
    text-align: center;
  }

  footer #footer_row .col.links {
    display: none;
  }

  footer #end_row {
    padding: 10px 10px;
  }

  #cta_row {
    padding: 20px;
  }

  #cta_row p {
    font-size: 22px;
    line-height: 28px;
  }

  #terms_agreement_popup .ios-ui-select {
    margin-left: 0;
  }

  #terms_agreement_popup #terms_agreement_btn {
    width: 280px;
    font-size: 18px;
  }

  #terms_agreement_popup label {
    font-size: 18px;
    padding-top: 0;
    line-height: 18px;
  }

  .bxslider li a.cta,
  #intro.parallax.excursion .intro .cta,
  .parallax.excursion .intro .cta,
  #mushing_school .video_wrapper a.cta,
  #contact_form button,
  .v_bxslider li a.cta,
  #intro.parallax.excursion .intro .cta,
  .parallax.excursion .intro .cta,
  #mushing_school .video_wrapper a.cta,
  #contact_form button {
    width: 280px;
    font-size: 19px;
  }

  /* TYPOGRAPHY */

  h1.standard {
    font-size: 38px;
    line-height: 40px;
  }

  h1.standard.spaced {
    margin-bottom: 20px;
  }

  h2 {
    font-size: 34px;
    line-height: 34px;
  }

  h3 {
    font-size: 22px;
    line-height: 26px;
  }

  p.simple {
    font-size: 16px;
    line-height: 24px;
  }

  p.intro,
  div.centered p {
    font-size: 16px;
    line-height: 26px;
  }

  /* MENU */

  header #menu_row.open nav {
    padding: 20px 0px;
  }

  header #menu_row {
    padding: 13px 20px 13px 40px;
    width: calc(100% - 60px);
  }

  header #menu_row::after {
    display: none;
  }

  header #menu_row nav > ul > li {
    margin-bottom: 0;
  }

  header #menu_row nav > ul > li a {
    font-size: 16px;
  }

  header #menu_row nav > ul > li ul {
    padding: 0;
  }

  header #menu_row nav > ul > li ul li {
    line-height: 16px;
    height: 38px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 2px 5px;
    padding: 0;
    width: calc(50% - 4px);
  }

  header #menu_row nav > ul > li ul li:last-of-type {
    margin-bottom: 10px;
  }

  header #menu_row nav > ul > li ul li a {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 14px;
  }

  /* HOMEPAGE */

  .bxslider li p.title,
  .v_bxslider li p.title {
    line-height: 40px;
    font-size: 40px;
    top: 45%;
    padding: 0 50px;
  }

  .bx-wrapper .bx-controls-direction a {
    height: 40px !important;
    width: 40px !important;
    top: 60%;
  }

  .bxslider li a.godown,
  .v_bxslider li a.godown {
    bottom: 20px;
  }

  #intro.parallax .payoff h1,
  .parallax .payoff h1 {
    font-size: 40px;
    line-height: 42px;
  }

  #intro.parallax .intro .text_wrapper p,
  .parallax .intro .text_wrapper p {
    font-size: 18px;
    line-height: 26px;
  }

  #intro.parallax .intro .text_wrapper h3,
  .parallax .intro .text_wrapper h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  #map_wrapper .box,
  #map_wrapper #map {
    height: 400px;
  }

  .activity_row .blocks_wrapper > div a.title {
    padding: 0 10px;
  }

  /* STAR */

  .dog_wrapper .dog_item {
    width: 100%;
  }

  #dogs_cervinia .dog_item {
    width: 100%;
  }

  /* ESCURSIONI */

  #intro.parallax.excursion .payoff h1::before,
  .parallax.excursion .payoff h1::before {
    width: 70%;
  }

  #intro.parallax.excursion .intro .text_wrapper p,
  .parallax.excursion .intro .text_wrapper p {
    font-size: 18px;
    line-height: 24px;
  }

  #intro.parallax.excursion .intro .text_wrapper h3,
  .parallax.excursion .intro .text_wrapper h3 {
    line-height: 34px;
    margin-bottom: 20px;
  }

  /* ATTIVITA */

  .text-boxed p {
    font-size: 16px;
    line-height: 24px;
  }

  .activity_col.c6.img_bg {
    min-height: 320px;
    margin: 30px 0;
  }

  .activity_col.c3.img_bg {
    min-height: 300px;
  }

  .img_bg label {
    bottom: 0;
    font-size: 18px;
    left: 0;
    line-height: 22px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
  }

  /* CONTATTI */

  #contact_form input[type=text],
  #contact_form input[type=email],
  #contact_form textarea {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  /* FAQ */

  #faq_row h3 {
    font-size: 24px;
    line-height: 28px;
  }

  #faq_row p.simple {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 360px) {
  /* MENU */

  header #menu_row nav > ul > li ul li a {
    font-size: 12px;
  }

  /* ATTIVITA */

  #cta_row p {
    font-size: 24px;
    line-height: 32px;
  }
}

@media all and (max-width: 320px) {
  /* MENU */

  header #menu_row.open {
    position: absolute;
    height: auto;
    bottom: auto;
    padding: 40px 0;
  }

  header #menu_row nav > ul > li ul li {
    width: 100%;
  }
}

/* AVOID ROTATION TRICK */

@media all and (max-width: 767px) and (orientation: landscape) {
  #landscape_overlay {
    display: block;
  }
}

#homepage_v2 .home_slider {
  margin: 0;
  padding: 0;
}

#homepage_v2 .home_hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 680px;
  position: relative;
}

#homepage_v2 .home_hero::before {
  background: rgba(0, 0, 0, 0.35);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

#homepage_v2 .home_hero::after {
  pointer-events: none;
}

#homepage_v2 .home_hero.summer::before {
  background: rgba(0, 83, 104, 0.32);
}

#homepage_v2 .home_hero_content {
  color: #fff;
  left: 9%;
  max-width: 680px;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

#homepage_v2 .home_hero_content h1 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.05;
  margin: 15px 0 20px;
  text-align: left;
  text-transform: none;
}

#homepage_v2 .home_hero_content h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.05;
  margin: 15px 0 20px;
  text-align: left;
  text-transform: uppercase;
}

#homepage_v2 .home_hero_content h2::after {
  display: none;
}

#homepage_v2 .home_hero_content .hero_question {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}

#homepage_v2 .home_hero_content .lead:empty {
  display: none;
}

#homepage_v2 .home_hero_content .hero_meta {
  border-left: 4px solid #f88b1d;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
  padding-left: 16px;
}

#homepage_v2 .home_hero_content .hero_note {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

#homepage_v2 .hero_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}

#homepage_v2 .hero_actions .generic_cta {
  background: #f88b1d;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.24);
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 15px 23px;
  text-align: center;
}

#homepage_v2 .hero_actions .generic_cta:hover {
  background: #fff;
  color: #007d9d;
}

#homepage_v2 .hero_actions .generic_cta.secondary {
  background: #007d9d;
}

#homepage_v2 .hero_actions .generic_cta.secondary:hover {
  background: #fff;
  color: #007d9d;
}

#homepage_v2 .summer_cta {
  background: #f88b1d;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.24);
  color: #fff;
  display: inline-block;
  margin: 12px 0 0;
  padding: 15px 23px;
  text-align: center;
}

#homepage_v2 .summer_cta:hover {
  background: #fff;
  color: #007d9d;
}

#homepage_v2 .generic_cta.secondary {
  background: #007d9d;
  color: #fff;
}

#homepage_v2 .home_section {
  padding: 100px 0;
}

#homepage_v2 .section_heading {
  margin: 0 auto 55px;
  max-width: 1200px;
  padding: 0 20px;
  text-align: left;
}

#homepage_v2 .section_heading h2::after {
  margin-left: 0;
}

#homepage_v2 .section_heading.light {
  color: #fff;
}

#homepage_v2 .section_heading.light h2,
#homepage_v2 .section_heading.light p {
  color: #fff;
}

#homepage_v2 .eyebrow {
  color: #f88b1d;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}

#homepage_v2 .home_copy {
  padding: 35px 8%;
}

#homepage_v2 .home_copy h2 {
  margin-top: 10px;
}

#homepage_v2 .home_copy p {
  font-size: 19px;
  line-height: 1.65;
}

#homepage_v2 .honesty_copy {
  margin-top: 55px;
  padding: 0 8%;
}

#homepage_v2 .honesty_copy p {
  font-size: 18px;
  line-height: 1.6;
}

#homepage_v2 .honesty_copy .honesty_title {
  color: #007d9d;
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

#homepage_v2 .home_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 540px;
}

#homepage_v2 .text_cta {
  border-bottom: 3px solid #f88b1d;
  color: #007d9d;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  margin-top: 15px;
  padding-bottom: 6px;
  text-transform: uppercase;
}

#homepage_v2 .suitability {
  margin-top: 55px;
}

#homepage_v2 .suitability_item {
  min-height: 340px;
  padding: 45px 7%;
  text-align: left;
}

#homepage_v2 .suitability_item.yes {
  background: #2f7a57;
  color: #fff;
}

#homepage_v2 .suitability_item.no {
  background: #a13c3c;
  color: #fff;
}

#homepage_v2 .suitability_item h3 {
  color: #fff;
  font-family: "Racing Sans One", cursive;
  font-size: 38px;
  margin-bottom: 25px;
  text-align: left;
  text-transform: uppercase;
}

#homepage_v2 .suitability_item ul {
  margin: 0;
  padding: 0;
}

#homepage_v2 .suitability_item li {
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  list-style: none;
  margin: 0 0 15px;
  padding-left: 32px;
  position: relative;
  text-align: left;
}

#homepage_v2 .suitability_item.yes li::before {
  color: #fff;
  content: "\2713";
  font-size: 21px;
  font-weight: 800;
  left: 0;
  position: absolute;
  top: -2px;
}

#homepage_v2 .suitability_item.no li::before {
  color: #fff;
  content: "\2715";
  font-size: 21px;
  font-weight: 800;
  left: 0;
  position: absolute;
  top: -2px;
}

#homepage_v2 .reason_cards {
  display: flex;
}

#homepage_v2 .reason_card {
  padding: 0 20px;
  text-align: left;
}

#homepage_v2 .reason_card img {
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#homepage_v2 .reason_card h3 {
  color: #007d9d;
  font-family: "Racing Sans One", cursive;
  font-size: 31px;
  margin: 25px 0 12px;
  text-align: left;
  text-transform: uppercase;
}

#homepage_v2 .reason_card p {
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
}

#homepage_v2 .reasons_cta {
  margin-top: 35px;
}

#homepage_v2 .reasons_cta .generic_cta {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 22px 28px;
  text-transform: uppercase;
}

#homepage_v2 .reasons_cta .generic_cta:hover {
  background: #007d9d;
  color: #fff;
}

#homepage_v2 .home_experiences {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 0;
}

#homepage_v2 .home_overlay {
  background: rgba(18, 83, 104, 0.88);
  padding: 100px 0;
}

#homepage_v2 .experience_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#homepage_v2 .experience_card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #222;
  margin: 8px;
  min-height: 0;
  padding: 0 0 28px;
  text-align: left;
  width: calc(33.333% - 16px);
}

#homepage_v2 .experience_image {
  display: block;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#homepage_v2 .experience_card h3 {
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  margin: 24px 28px 10px;
  text-align: left;
  text-transform: none;
}

#homepage_v2 .experience_card p {
  color: #222;
  font-size: 16px;
  line-height: 1.45;
  margin: 0 28px 22px;
  text-align: left;
}

#homepage_v2 .experience_card .generic_cta {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-left: 28px;
  padding: 13px 20px;
  text-transform: uppercase;
}

#homepage_v2 .experience_card .generic_cta:hover {
  background: #007d9d;
  color: #fff;
}

#homepage_v2 .company_cta {
  color: #fff;
  margin-top: 32px;
  text-align: center;
}

#homepage_v2 .company_cta p {
  font-size: 18px;
  text-align: center;
}

#homepage_v2 .company_cta a {
  color: #f88b1d;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

#homepage_v2 .home_champions {
  background: #f1ede7;
}

#homepage_v2 .champion_profiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#homepage_v2 .champion_profile {
  background: #fff;
  border: 1px solid rgba(0, 125, 170, 0.18);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 8px;
  padding: 0;
  width: calc(25% - 16px);
}

#homepage_v2 .champion_profile img {
  display: block;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#homepage_v2 .champion_profile_content {
  padding: 20px 18px 26px;
}

#homepage_v2 .champion_profile h3 {
  color: #007d9d;
  font-family: "Racing Sans One", cursive;
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 12px;
  text-align: left;
  text-transform: none;
}

#homepage_v2 .champion_profile p {
  color: #343434;
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
  text-align: left;
}

#homepage_v2 .champions_cta {
  margin-top: 36px;
}

#homepage_v2 .champions_cta .generic_cta {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 22px 28px;
  text-transform: uppercase;
}

#homepage_v2 .champions_cta .generic_cta:hover {
  background: #007d9d;
  color: #fff;
}

#homepage_v2 .home_testimonials {
  background: #007d9d;
}

#homepage_v2 .testimonial_videos {
  display: flex;
}

#homepage_v2 .testimonial_video {
  padding: 0 12px;
}

#homepage_v2 .testimonial_video a {
  border-radius: 16px;
  display: block;
  overflow: hidden;
  position: relative;
}

#homepage_v2 .testimonial_video a::after {
  background: rgba(0, 53, 73, 0.3);
  content: "";
  inset: 0;
  position: absolute;
  transition: background 0.2s ease;
}

#homepage_v2 .testimonial_video a:hover::after {
  background: rgba(0, 53, 73, 0.08);
}

#homepage_v2 .testimonial_video img {
  display: block;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#homepage_v2 .video_play {
  background: #fff;
  border-radius: 50%;
  height: 66px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  z-index: 1;
}

#homepage_v2 .video_play::after {
  border-bottom: 13px solid transparent;
  border-left: 20px solid #f88b1d;
  border-top: 13px solid transparent;
  content: "";
  left: 26px;
  position: absolute;
  top: 20px;
}

#homepage_v2 .testimonial_video a:hover .video_play {
  background: #f88b1d;
}

#homepage_v2 .testimonial_video a:hover .video_play::after {
  border-left-color: #fff;
}

#homepage_v2 .testimonial_video p {
  background: #fff;
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.45;
  margin: 16px 0 0;
  min-height: 125px;
  padding: 24px;
  text-align: left;
}

#homepage_v2 .tripadvisor_meta {
  color: #fff;
  margin-top: 40px;
  text-align: center;
}

#homepage_v2 .tripadvisor_meta span {
  color: #f88b1d;
  font-size: 28px;
  letter-spacing: 4px;
}

#homepage_v2 .tripadvisor_meta p {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 15px 15px;
}

#homepage_v2 .tripadvisor_meta .text_cta {
  color: #fff;
  display: block;
  margin: 15px auto 0;
  width: -moz-max-content;
  width: max-content;
}

#homepage_v2 .learn_videos {
  display: flex;
}

#homepage_v2 .learn_video {
  padding: 0 12px;
}

#homepage_v2 .learn_video iframe {
  display: block;
  height: 210px;
  width: 100%;
}

#homepage_v2 .learn_cta {
  margin-top: 38px;
  text-align: center;
}

#homepage_v2 .learn_cta .generic_cta,
#homepage_v2 .home_story .generic_cta {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 22px 28px;
  text-transform: uppercase;
}

#homepage_v2 .learn_cta .generic_cta:hover,
#homepage_v2 .home_story .generic_cta:hover {
  background: #007d9d;
  color: #fff;
}

#homepage_v2 .home_story {
  background: #f1ede7;
}

#homepage_v2 .home_adventure .section_heading {
  text-align: center;
}

#homepage_v2 .home_adventure .section_heading h2::after {
  margin-left: auto;
  margin-right: auto;
}

#homepage_v2 .home_final_cta {
  margin-top: 0;
}

@media all and (max-width: 1024px) {
  #homepage_v2 .home_hero_content h1,
  #homepage_v2 .home_hero_content h2 {
    font-size: 62px;
  }

  #homepage_v2 .home_image {
    min-height: 420px;
  }

  #homepage_v2 .experience_card {
    width: calc(50% - 16px);
  }

  #homepage_v2 .champion_profile {
    width: calc(50% - 16px);
    margin-bottom: 16px;
  }

  #homepage_v2 .learn_video iframe {
    height: 19vw;
  }
}

@media all and (max-width: 768px) {
  #homepage_v2 .home_section,
  #homepage_v2 .home_overlay {
    padding: 65px 0;
  }

  #homepage_v2 .home_hero {
    min-height: 650px;
  }

  #homepage_v2 .home_hero_content {
    left: 8%;
    max-width: 84%;
  }

  #homepage_v2 .home_hero_content h1,
  #homepage_v2 .home_hero_content h2 {
    font-size: 48px;
  }

  #homepage_v2 .home_hero_content .lead {
    font-size: 23px;
  }

  #homepage_v2 .reason_cards,
  #homepage_v2 .testimonial_videos,
  #homepage_v2 .learn_videos {
    display: block;
  }

  #homepage_v2 .reason_card,
  #homepage_v2 .testimonial_video,
  #homepage_v2 .learn_video {
    margin-bottom: 24px;
  }

  #homepage_v2 .reason_card img {
    height: 330px;
  }

  #homepage_v2 .testimonial_video img {
    height: 300px;
  }

  #homepage_v2 .learn_video iframe {
    height: 50vw;
  }

  #homepage_v2 .experience_card {
    width: calc(100% - 16px);
  }

  #homepage_v2 .home_copy {
    padding: 45px 8%;
  }
}

@media all and (max-width: 480px) {
  #homepage_v2 .home_hero {
    min-height: 620px;
  }

  #homepage_v2 .home_hero_content h1,
  #homepage_v2 .home_hero_content h2 {
    font-size: 39px;
  }

  #homepage_v2 .home_hero_content .lead {
    font-size: 20px;
  }

  #homepage_v2 .home_hero_content .hero_meta {
    font-size: 16px;
  }

  #homepage_v2 .hero_actions {
    display: block;
  }

  #homepage_v2 .hero_actions .generic_cta {
    display: block;
    margin: 12px 0;
    text-align: center;
  }

  #homepage_v2 .home_image {
    min-height: 320px;
  }

  #homepage_v2 .suitability_item {
    min-height: 0;
    padding: 35px 8%;
  }

  #homepage_v2 .section_heading {
    margin-bottom: 35px;
  }

  #homepage_v2 .section_heading h2 {
    font-size: 36px;
  }

  #homepage_v2 .champion_profile {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #homepage_v2 .champion_profile img {
    height: 280px;
  }
}

/* RAPID CHECK FORM */

#advice a.btn_action,
#rapid_check_form a.btn_action {
  background: #f88b1d;
  color: #fff;
  display: block;
  font-family: "Racing Sans One", cursive;
  font-size: 18px;
  margin: 10px auto 0;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 250px;
}

#advice a.btn_action.mini,
#rapid_check_form a.btn_action.mini {
  background: #009ddf;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 10px;
  width: 160px;
}

#advice a.btn_action:hover,
#rapid_check_form a.btn_action:hover {
  opacity: 0.8;
}

#advice_overlay {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999998;
}

#rapid_check_form {
  background: #fff;
  display: none !important;
  height: auto;
  left: 50%;
  max-height: 90%;
  max-width: 90%;
  overflow: auto;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 999999;
}

#rapid_check_form.is-open {
  display: block !important;
}

#rapid_check_form .topbar {
  background: #009ddf;
  height: 40px;
  line-height: 45px;
  padding: 0 20px;
  text-align: right;
}

#rapid_check_close i.fa {
  color: #fff;
  font-size: 22px;
}

#rapid_check_form .inside {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  padding: 20px;
}

#rapid_check_form .inside form select {
  background: #13a1e0;
  border: 0;
  color: #fff;
  padding: 5px 10px;
  width: 100%;
}

#rapid_check_form .inside form select option {
  background: #fff;
  color: #111;
}

#rapid_check_form .inside b.label {
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
}

#rapid_check_form .inside p.top_info,
#rapid_check_form .inside p.bottom_info {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

#rapid_check_form .inside p.top_info {
  background: #eee;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}

#rapid_check_form .inside p.bottom_info {
  font-size: 13px;
  margin-bottom: 20px;
}

#rapid_check_link {
  align-content: center;
  align-items: center;
  background: #13a1e0;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  bottom: 50px;
  box-shadow: -1px -1px 20px #fff;
  cursor: pointer;
  display: flex;
  height: 55px;
  justify-content: space-around;
  padding: 0 10px 0 20px;
  position: fixed;
  right: 0;
  width: 220px;
  z-index: 9999;
}

#rapid_check_link:hover {
  background: #f88b1d;
}

#rapid_check_link i.fa {
  color: #fff;
  font-size: 32px;
}

#rapid_check_link p {
  color: #fff;
  font-family: "Racing Sans One", cursive;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
}

#check_result_wrapper {
  height: 565px;
  overflow: hidden;
  position: relative;
  transition: all 200ms;
}

.check_month_wrapper {
  clear: both;
  display: block;
  height: 565px;
}

.check_month_wrapper p.month_name {
  font-family: "Racing Sans One", cursive;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}

.check_month_wrapper .day {
  border: 1px solid #ddd;
  border-collapse: collapse;
  float: left;
  height: 75px;
  padding: 2px;
  text-align: center;
  width: 20%;
}

.check_month_wrapper .day .num {
  background: #eee;
  margin-bottom: 3px;
  padding: 1px 0;
}

.check_month_wrapper .day .num.active {
  background: #06a2e1;
  color: #fff;
  font-weight: 600;
}

.check_month_wrapper .day span {
  display: block;
  float: left;
  font-size: 12px;
  width: 50%;
}

#check_result_controls {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#check_result_controls div {
  background: #009ddf;
  color: #fff;
  cursor: pointer;
  float: left;
  padding: 5px 10px;
  text-align: center;
  width: 20%;
}

#check_result_controls div:last-of-type {
  float: right;
}

#check_result_controls div:hover {
  background: #f6f6f6;
  color: #009ddf;
}

@media all and (max-width: 987px) {
  footer #footer_row #footer_logo {
    margin-bottom: 20px;
    width: 100%;
  }

  footer #footer_row #reward_container {
    width: 100%;
  }
}

@media all and (max-width: 380px) {
  #rapid_check_form a.btn_action.mini {
    margin: 0 auto 20px;
  }

  #rapid_check_form {
    max-height: 98%;
    max-width: 98%;
  }

  #rapid_check_link {
    padding: 0 0 0 10px;
    width: 60px;
  }

  #rapid_check_data_container form .row .c6 {
    margin-bottom: 10px;
  }

  #rapid_check_link p {
    display: none;
  }

  #rapid_check_form .topbar {
    height: 32px;
    line-height: 37px;
    padding: 0 10px;
  }

  #rapid_check_form .inside {
    padding: 5px;
  }

  .check_month_wrapper p.month_name {
    margin-bottom: 5px;
  }

  .check_month_wrapper .day {
    height: 62px;
    padding: 0;
  }

  .check_month_wrapper .day span {
    font-size: 10px;
  }

  #check_result_wrapper,
  .check_month_wrapper {
    height: 480px;
  }

  #rapid_check_form .inside hr {
    margin: -2px 0 8px !important;
  }
}

/* Footer desktop: ripristino delle regole pubblicate prima della ricompilazione. */

footer #end_row {
  background: #009ddf;
}

footer .social a.social {
  background: #ccc;
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 5px 11px;
}

footer .social a.social b {
  font-size: 16px !important;
}

footer .social a.social:hover {
  background: #009ddf;
}

footer .social a.social:hover * {
  color: #fff !important;
}

/* Homepage: griglia e tipografia allineate alla struttura editoriale. */

#homepage_v2 .section_heading h2,
#homepage_v2 .home_copy h2 {
  margin: 10px 0 26px;
  text-align: left;
}

#homepage_v2 .section_heading h2::after,
#homepage_v2 .home_copy h2::after {
  left: 0;
  margin-left: 0;
}

#homepage_v2 .home_copy .intro {
  padding: 0;
  text-align: left;
}

#homepage_v2 .home_copy p {
  font-family: "Open Sans", sans-serif;
  text-align: left;
}

#homepage_v2 .home_before .honesty_copy .text_cta {
  background: #f88b1d;
  border: 0;
  color: #fff;
  padding: 13px 22px;
}

#homepage_v2 .home_before .honesty_copy .text_cta:hover {
  background: #007d9d;
  color: #fff;
}

#homepage_v2 .experience_card {
  box-sizing: border-box;
}

#homepage_v2 .home_adventure .section_heading h2 {
  text-align: center;
}

#homepage_v2 .home_adventure .section_heading h2::after {
  left: 50%;
  margin-left: -300px;
}

#rapid_check_form[hidden] {
  display: none !important;
}

#homepage_v2 .home_reasons .section_heading,
#homepage_v2 .home_experiences .section_heading,
#homepage_v2 .home_champions .section_heading,
#homepage_v2 .home_testimonials .section_heading,
#homepage_v2 .home_video .section_heading {
  float: none;
  text-align: center;
}

#homepage_v2 .home_reasons .section_heading h2,
#homepage_v2 .home_experiences .section_heading h2,
#homepage_v2 .home_champions .section_heading h2,
#homepage_v2 .home_testimonials .section_heading h2,
#homepage_v2 .home_video .section_heading h2 {
  text-align: center;
}

#homepage_v2 .home_reasons .section_heading h2::after,
#homepage_v2 .home_experiences .section_heading h2::after,
#homepage_v2 .home_champions .section_heading h2::after,
#homepage_v2 .home_testimonials .section_heading h2::after,
#homepage_v2 .home_video .section_heading h2::after {
  left: 50%;
  margin-left: -300px;
}

#homepage_v2 .home_reasons .section_heading p,
#homepage_v2 .home_experiences .section_heading p,
#homepage_v2 .home_champions .section_heading p,
#homepage_v2 .home_testimonials .section_heading p,
#homepage_v2 .home_video .section_heading p {
  text-align: center;
}

#homepage_v2 .home_adventure {
  background-position: center;
  background-size: cover;
  min-height: 675px;
  padding: 0;
}

#homepage_v2 .home_adventure .home_overlay {
  align-items: center;
  background: rgba(16, 38, 59, 0.68);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 675px;
  padding: 90px 20px;
}

#homepage_v2 .home_adventure .section_heading {
  margin: 0;
  max-width: 850px;
  padding: 0;
  text-align: center;
  width: 100%;
}

#homepage_v2 .home_adventure .section_heading .eyebrow {
  color: #f88b1d;
  font-size: 15px;
  margin-bottom: 22px;
  text-align: center;
}

#homepage_v2 .home_adventure .section_heading h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 28px;
  text-align: center;
  text-transform: none;
}

#homepage_v2 .home_adventure .section_heading h2::after {
  display: none;
}

#homepage_v2 .home_adventure .section_heading h2 span {
  white-space: nowrap;
}

#homepage_v2 .home_adventure .final_book {
  background: #f88b1d;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  font-weight: 600;
  padding: 17px 32px;
  text-transform: none;
}

#homepage_v2 .home_adventure .final_book:hover {
  background: #007d9d;
  color: #fff;
}

#homepage_v2 .home_adventure .final_check {
  color: #fff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  margin: 20px auto 0;
  text-align: center;
  text-transform: none;
}

#homepage_v2 .home_adventure .final_check:hover {
  color: #f88b1d;
}

/* Homepage closing: same component system used by all internal-page closings. */

#homepage_v2 .home_adventure {
  background-position: center;
  background-size: cover;
  min-height: 600px;
  padding: 0;
}

#homepage_v2 .home_adventure .home_overlay {
  align-items: center;
  background: rgba(7, 30, 48, 0.72);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 600px;
  padding: 0;
}

#homepage_v2 .home_adventure .home_closing_content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 780px;
  padding: 100px 30px;
  text-align: center;
  width: 100%;
}

#homepage_v2 .home_adventure .home_closing_eyebrow {
  color: #ffd7b4;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.35;
  margin: 0 0 18px;
  text-align: center;
  text-transform: uppercase;
}

#homepage_v2 .home_adventure .home_closing_content h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 30px;
  padding-bottom: 28px;
  position: relative;
  text-align: center;
  text-transform: none;
}

#homepage_v2 .home_adventure .home_closing_content h2::after {
  background: #007d9d;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: min(600px, 76vw);
}

#homepage_v2 .home_adventure .final_book {
  background: #f88b1d;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 18px 30px;
  text-transform: uppercase;
}

#homepage_v2 .home_adventure .final_book:hover {
  background: #007d9d;
  color: #fff;
}

#homepage_v2 .home_adventure .final_check {
  color: #ffd7b4;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  margin: 20px auto 0;
  text-align: center;
  text-transform: none;
}

#homepage_v2 .home_adventure .final_check:hover {
  color: #f88b1d;
}

@media all and (max-width: 768px) {
  #homepage_v2 .suitability {
    display: block;
  }

  #homepage_v2 .suitability .suitability_item {
    float: none;
    margin: 0;
    width: 100% !important;
  }

  #homepage_v2 .suitability .suitability_item + .suitability_item {
    margin-top: 0;
  }

  #homepage_v2 .home_adventure,
  #homepage_v2 .home_adventure .home_overlay {
    min-height: 560px;
  }

  #homepage_v2 .home_adventure .home_overlay {
    padding: 70px 24px;
  }

  #homepage_v2 .home_adventure .section_heading h2 {
    font-size: 36px;
  }

  #homepage_v2 .home_adventure,
  #homepage_v2 .home_adventure .home_overlay {
    min-height: 560px;
  }

  #homepage_v2 .home_adventure .home_closing_content {
    padding: 70px 24px;
  }

  #homepage_v2 .home_adventure .home_closing_content h2 {
    font-size: 36px;
  }
}

/* ABOUT V2 */

#about_v2 {
  color: #343434;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}

#about_v2 .about_container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

#about_v2 .about_hero,
#about_v2 .about_today,
#about_v2 .about_final {
  background-position: center;
  background-size: cover;
}

#about_v2 .about_hero_overlay,
#about_v2 .about_dark_overlay {
  background: rgba(15, 39, 61, 0.7);
}

#about_v2 .about_hero_overlay {
  min-height: 710px;
}

#about_v2 .about_hero_content {
  color: #fff;
  padding-bottom: 120px;
  padding-top: 130px;
}

#about_v2 .about_eyebrow {
  color: #f88b1d;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

#about_v2 h1,
#about_v2 h2 {
  color: #252525;
  font-family: "Racing Sans One", cursive;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 0 28px;
  text-transform: uppercase;
}

#about_v2 h1 {
  color: #fff;
  font-size: 58px;
  max-width: 920px;
}

#about_v2 h2 {
  font-size: 48px;
}

#about_v2 h3 {
  color: #007d9d;
  font-family: "Racing Sans One", cursive;
  font-size: 28px;
  font-style: italic;
  line-height: 1.05;
  margin: 0 0 10px;
  text-transform: uppercase;
}

#about_v2 p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 20px;
}

#about_v2 .about_hero_lead {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
  max-width: 760px;
}

#about_v2 .about_hero_text {
  max-width: 780px;
}

#about_v2 .about_signature {
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 34px;
  text-transform: uppercase;
}

#about_v2 .about_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

#about_v2 .about_button {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 26px;
  text-transform: uppercase;
}

#about_v2 .about_button:hover {
  background: #007d9d;
  color: #fff;
}

#about_v2 .about_button_outline {
  background: transparent;
  border: 1px solid #fff;
}

#about_v2 .about_button_outline:hover {
  background: #fff;
  color: #007d9d;
}

#about_v2 .about_section {
  padding: 115px 0;
}

#about_v2 .about_split {
  align-items: stretch;
  display: flex;
}

#about_v2 .about_copy {
  box-sizing: border-box;
}

#about_v2 .about_split .about_copy,
#about_v2 .about_split .about_media {
  width: 50%;
}

#about_v2 .about_split .about_copy {
  padding: 25px 60px;
}

#about_v2 .about_media {
  background-position: center;
  background-size: cover;
  min-height: 620px;
}

#about_v2 .about_mentor {
  background: #f1ede7;
}

#about_v2 blockquote {
  border-left: 5px solid #f88b1d;
  color: #007d9d;
  font-family: "Racing Sans One", cursive;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.18;
  margin: 35px 0;
  padding: 8px 0 8px 24px;
}

#about_v2 .about_today {
  color: #fff;
  padding: 0;
}

#about_v2 .about_today .about_dark_overlay,
#about_v2 .about_final .about_dark_overlay {
  padding: 115px 0;
}

#about_v2 .about_today h2,
#about_v2 .about_final h2 {
  color: #fff;
}

#about_v2 .about_intro {
  max-width: 830px;
}

#about_v2 .about_stats {
  display: flex;
  margin-top: 55px;
}

#about_v2 .about_stat {
  border-left: 1px solid rgba(255, 255, 255, 0.55);
  box-sizing: border-box;
  padding: 0 28px;
  width: 25%;
}

#about_v2 .about_stat:first-child {
  border-left: 0;
  padding-left: 0;
}

#about_v2 .about_stat strong {
  color: #f88b1d;
  display: block;
  font-family: "Racing Sans One", cursive;
  font-size: 48px;
  font-style: italic;
  line-height: 1;
}

#about_v2 .about_stat span {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase;
}

#about_v2 .about_why {
  background: #fff;
}

#about_v2 .about_copy_center {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  text-align: center;
}

#about_v2 .about_copy_center .about_eyebrow {
  text-align: center;
}

#about_v2 .about_copy_center blockquote {
  border-left: 0;
  border-top: 4px solid #f88b1d;
  padding: 28px 0 0;
  text-align: center;
}

#about_v2 .about_emphasis {
  color: #007d9d;
  font-family: "Racing Sans One", cursive;
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 8px;
}

#about_v2 .about_respect {
  background: #f1ede7;
}

#about_v2 .about_dogs {
  display: flex;
  margin-top: 60px;
}

#about_v2 .about_dog {
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  width: 25%;
}

#about_v2 .about_dog img {
  display: block;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#about_v2 .about_dog h3 {
  margin: 18px 0 0;
  text-align: center;
}

#about_v2 .about_team {
  background: #fff;
}

#about_v2 .about_team_members {
  display: flex;
  gap: 26px;
  margin-top: 60px;
}

#about_v2 .about_member {
  border-top: 4px solid #007d9d;
  box-sizing: border-box;
  width: 33.333%;
}

#about_v2 .about_member img {
  display: block;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#about_v2 .about_member > div {
  padding: 28px 22px 0;
}

#about_v2 .about_member p {
  font-size: 16px;
  line-height: 1.5;
}

#about_v2 .about_member .about_member_role {
  color: #f88b1d;
  font-family: "Titillium Web", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
}

#about_v2 .about_final {
  color: #fff;
}

#about_v2 .about_final .about_copy {
  max-width: 850px;
}

#about_v2 .about_final .about_actions {
  justify-content: center;
}

@media all and (max-width: 1024px) {
  #about_v2 h1 {
    font-size: 50px;
  }

  #about_v2 h2 {
    font-size: 42px;
  }

  #about_v2 .about_split .about_copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  #about_v2 .about_stat {
    padding-left: 18px;
    padding-right: 18px;
  }

  #about_v2 .about_stat strong {
    font-size: 40px;
  }
}

@media all and (max-width: 768px) {
  #about_v2 .about_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  #about_v2 .about_hero_overlay {
    min-height: 0;
  }

  #about_v2 .about_hero_content {
    padding-bottom: 85px;
    padding-top: 100px;
  }

  #about_v2 h1 {
    font-size: 40px;
  }

  #about_v2 h2 {
    font-size: 36px;
  }

  #about_v2 .about_section {
    padding: 75px 0;
  }

  #about_v2 .about_split {
    display: block;
  }

  #about_v2 .about_split_reverse {
    display: flex;
    flex-direction: column;
  }

  #about_v2 .about_split .about_copy,
  #about_v2 .about_split .about_media {
    width: 100%;
  }

  #about_v2 .about_split .about_copy {
    padding: 0;
  }

  #about_v2 .about_split_reverse .about_media {
    order: 2;
    margin-top: 45px;
  }

  #about_v2 .about_media {
    min-height: 390px;
    margin-top: 45px;
  }

  #about_v2 .about_stats,
  #about_v2 .about_dogs,
  #about_v2 .about_team_members {
    flex-wrap: wrap;
  }

  #about_v2 .about_stat {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    margin-top: 20px;
    padding: 20px 12px 0;
    width: 50%;
  }

  #about_v2 .about_stat:first-child {
    border-top: 0;
  }

  #about_v2 .about_dog {
    margin-bottom: 35px;
    width: 50%;
  }

  #about_v2 .about_member {
    margin-bottom: 30px;
    width: calc(50% - 13px);
  }
}

@media all and (max-width: 480px) {
  #about_v2 h1 {
    font-size: 34px;
  }

  #about_v2 h2 {
    font-size: 32px;
  }

  #about_v2 p {
    font-size: 17px;
  }

  #about_v2 .about_actions {
    display: block;
  }

  #about_v2 .about_button {
    margin: 0 0 12px;
    text-align: center;
    width: 100%;
  }

  #about_v2 .about_media {
    min-height: 290px;
  }

  #about_v2 .about_dog,
  #about_v2 .about_member,
  #about_v2 .about_stat {
    width: 100%;
  }

  #about_v2 .about_dog {
    padding-left: 0;
    padding-right: 0;
  }

  #about_v2 .about_dog img {
    height: 300px;
  }

  #about_v2 .about_member {
    margin-bottom: 35px;
  }

  #about_v2 .about_stat {
    padding-left: 0;
    padding-right: 0;
  }

  #about_v2 .about_today .about_stat {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

/* ABOUT V2 - final visual alignment */

#about_v2 .about_hero_overlay {
  align-items: center;
  display: flex;
  min-height: 740px;
}

#about_v2 .about_hero_content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 9%;
  margin-right: 0;
  max-width: none;
  min-height: 740px;
  padding-bottom: 140px;
  padding-top: 140px;
  width: 52vw;
}

#about_v2 h1,
#about_v2 h2,
#about_v2 h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

#about_v2 h1 {
  font-size: 54px;
  font-weight: 800 !important;
  line-height: 1.05;
  text-transform: none;
}

#about_v2 h2 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.06;
  text-transform: none;
}

#about_v2 h3 {
  font-size: 25px;
  font-weight: 800;
  text-transform: none;
}

#about_v2 .about_hero_text {
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

#about_v2 .about_hero_content .about_eyebrow {
  color: #ffd7b4;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}

#about_v2 .about_signature {
  color: #ffd7b4;
  margin-bottom: 0;
}

#about_v2 .about_section .about_copy,
#about_v2 .about_today .about_container {
  text-align: left;
}

#about_v2 .about_copy_center {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#about_v2 .about_copy_center .about_eyebrow {
  text-align: left;
}

#about_v2 blockquote,
#about_v2 .about_copy_center blockquote {
  border: 0;
  color: #007d9d;
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
  margin: 32px 0;
  padding: 0;
  text-align: left;
}

#about_v2 .about_stat {
  border: 0;
  padding-left: 0;
  padding-right: 28px;
  text-align: left;
}

#about_v2 .about_stat strong {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
}

#about_v2 .about_emphasis {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
}

#about_v2 .about_dog {
  text-align: left;
}

#about_v2 .about_dog h3 {
  text-align: left;
}

#about_v2 .about_respect .about_eyebrow {
  text-align: center;
}

#about_v2 .about_respect .about_respect_emphasis {
  color: inherit;
  font-weight: 800;
}

#about_v2 .about_respect .about_dog,
#about_v2 .about_respect .about_dog h3 {
  text-align: center;
}

#about_v2 .about_team .about_copy,
#about_v2 .about_team .about_copy .about_eyebrow,
#about_v2 .about_team .about_copy h2,
#about_v2 .about_team .about_copy p,
#about_v2 .about_team .about_member,
#about_v2 .about_team .about_member h3,
#about_v2 .about_team .about_member p {
  text-align: center;
}

#about_v2 .about_member {
  border-top: 0;
}

/* CHAMPIONS V2 */

#champions_v2 {
  color: #14293b;
}

#champions_v2 .champions_container {
  margin: 0 auto;
  max-width: 1220px;
  padding-left: 30px;
  padding-right: 30px;
}

#champions_v2 .champions_hero,
#champions_v2 .champions_final {
  background-position: center;
  background-size: cover;
  color: #fff;
}

#champions_v2 .champions_overlay {
  background: rgba(7, 30, 48, 0.72);
  min-height: 740px;
}

#champions_v2 .champions_hero_content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8%;
  margin-right: 0;
  max-width: none;
  min-height: 740px;
  padding-bottom: 140px;
  padding-top: 140px;
  text-align: left;
  width: 52vw;
}

#champions_v2 h1,
#champions_v2 h2,
#champions_v2 h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-transform: none;
}

#champions_v2 h1 {
  color: #fff;
  font-size: 52px;
  line-height: 1.06;
  margin: 0 0 28px;
}

#champions_v2 h2 {
  font-size: 43px;
  line-height: 1.08;
  margin: 0 0 24px;
}

#champions_v2 h3 {
  color: #007d9d;
  font-size: 24px;
  line-height: 1.12;
  margin: 0 0 14px;
}

#champions_v2 p {
  font-size: 17px;
  line-height: 1.55;
}

#champions_v2 .champions_hero_content p {
  font-size: 18px;
  margin: 0;
}

#champions_v2 .champions_hero_content .champions_eyebrow {
  color: #ffd7b4;
  margin-bottom: 18px;
  text-align: left;
}

#champions_v2 .champions_section {
  padding: 105px 0;
}

#champions_v2 .champions_heading {
  margin: 0 auto 58px;
  max-width: 850px;
  text-align: center;
}

#champions_v2 .champions_eyebrow {
  color: #f88b1d;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#champions_v2 .champions_heading > p:not(.champions_eyebrow) {
  margin: 0 auto;
}

#champions_v2 .champions_grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}

#champions_v2 .champion_card {
  background: #fff;
  border: 1px solid #d7e3e9;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

#champions_v2 .champion_card img {
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#champions_v2 .champion_card > div {
  padding: 28px;
  text-align: left;
}

#champions_v2 .champion_card p {
  margin: 0;
}

#champions_v2 .champions_memorial {
  background: #f1ede7;
}

#champions_v2 .champions_memorial .champion_card {
  background: #fbf8f3;
  border-color: #d8cfc3;
}

#champions_v2 .champions_memorial h3 {
  color: #8b623b;
}

#champions_v2 .champions_bonds {
  background: #fff;
}

#champions_v2 .champions_bonds_content {
  align-items: center;
  display: flex;
  gap: 70px;
}

#champions_v2 .champions_bonds_copy {
  width: 52%;
}

#champions_v2 .champions_bonds_copy > p {
  font-size: 20px;
  line-height: 1.62;
  margin: 0;
  text-align: left;
}

#champions_v2 .champions_bonds_media {
  width: 48%;
}

#champions_v2 .champions_bonds_media img {
  display: block;
  height: 590px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#champions_v2 .champions_bonds_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 38px 0 0;
}

#champions_v2 .champions_bonds_list span {
  background: #edf5f8;
  border: 1px solid #d3e5ec;
  border-left: 4px solid #f88b1d;
  border-radius: 0;
  color: #007d9d;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  margin: 7px 14px 7px 0;
  padding: 16px 21px;
  position: relative;
}

#champions_v2 .champions_final .champions_overlay {
  align-items: center;
  display: flex;
  min-height: 600px;
}

#champions_v2 .champions_final .champions_heading {
  margin-bottom: 0;
  max-width: 780px;
  padding-bottom: 100px;
  padding-top: 100px;
}

#champions_v2 .champions_final h2 {
  color: #fff;
  font-size: 48px;
}

#champions_v2 .champions_final .champions_eyebrow {
  color: #ffd7b4;
  font-weight: 600;
}

#champions_v2 .champions_final .champions_heading > p:not(.champions_eyebrow) {
  font-size: 18px;
  max-width: 620px;
}

#champions_v2 .champions_button {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  font-weight: 800;
  margin-top: 30px;
  padding: 18px 30px;
}

#champions_v2 .champions_suitability {
  color: #ffd7b4;
  display: block;
  font-weight: 800;
  margin-top: 18px;
}

/* FA PER TE */

#faperte_v2 {
  color: #14293b;
}

#faperte_v2 .faperte_container {
  margin: 0 auto;
  max-width: 1120px;
  padding-left: 30px;
  padding-right: 30px;
}

#faperte_v2 .faperte_hero {
  background-position: center;
  background-size: cover;
  color: #fff;
}

#faperte_v2 .faperte_overlay {
  align-items: center;
  background: rgba(7, 30, 48, 0.72);
  display: flex;
  min-height: 740px;
}

#faperte_v2 .faperte_hero_content {
  box-sizing: border-box;
  margin-left: 8%;
  max-width: none;
  padding: 140px 0;
  width: 52vw;
}

#faperte_v2 h1,
#faperte_v2 h2,
#faperte_v2 h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-transform: none;
}

#faperte_v2 h1 {
  color: #fff;
  font-size: 52px;
  line-height: 1.06;
  margin: 0 0 25px;
}

#faperte_v2 h2 {
  font-size: 43px;
  line-height: 1.1;
  margin: 0;
}

#faperte_v2 h2::after {
  display: none;
}

#faperte_v2 h3 {
  color: #007d9d;
  font-size: 25px;
  line-height: 1.15;
  margin: 42px 0 12px;
}

#faperte_v2 p {
  font-size: 18px;
  line-height: 1.6;
}

#faperte_v2 .faperte_hero_content > p:not(.faperte_eyebrow) {
  font-size: 18px;
  margin: 0 0 18px;
}

#faperte_v2 .faperte_hero_content .faperte_hero_emphasis {
  font-weight: 800;
}

#faperte_v2 .faperte_eyebrow {
  color: #f88b1d;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#faperte_v2 .faperte_hero .faperte_eyebrow {
  color: #ffd7b4;
}

#faperte_v2 .faperte_section {
  padding: 100px 0;
}

#faperte_v2 .faperte_section:nth-child(even) {
  background: #f1ede7;
}

#faperte_v2 .faperte_heading {
  margin: 0 auto 42px;
  max-width: 850px;
  text-align: center;
}

#faperte_v2 .faperte_content {
  margin: 0 auto;
  max-width: 850px;
}

#faperte_v2 .faperte_content p {
  margin: 0 0 22px;
}

#faperte_v2 .faperte_intro {
  max-width: 1040px;
  text-align: center;
}

#faperte_v2 .faperte_qa_grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}

#faperte_v2 .faperte_qa_item {
  background: #fff;
  border-top: 4px solid #f88b1d;
  box-sizing: border-box;
  padding: 30px;
}

#faperte_v2 .faperte_qa_item h3 {
  margin-top: 0;
}

#faperte_v2 .faperte_qa_item p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 18px;
}

#faperte_v2 .faperte_qa_item blockquote {
  border-left-width: 3px;
  font-size: 20px;
  margin: 25px 0 0;
  padding-left: 16px;
}

#faperte_v2 .faperte_section:nth-child(odd) .faperte_qa_item {
  background: #f6f6f6;
}

#faperte_v2 .faperte_timing_intro {
  max-width: 900px;
  text-align: center;
}

#faperte_v2 .faperte_timing_intro p:first-child {
  color: #f88b1d;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#faperte_v2 .faperte_timing_grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#faperte_v2 .faperte_timing_grid .faperte_timing_featured {
  grid-column: 1/-1;
}

#faperte_v2 .faperte_timing_grid {
  align-items: start;
  gap: 44px 54px;
}

#faperte_v2 .faperte_timing_grid .faperte_qa_item {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
  padding: 24px 0 0;
}

#faperte_v2 .faperte_timing_grid .faperte_qa_item:not(.faperte_timing_featured) {
  background: #f6f6f6;
  border-top: 3px solid #007d9d;
  padding: 26px 30px 30px;
}

#faperte_v2 .faperte_timing_grid .faperte_timing_featured {
  background: #fbf1eb;
  border-left: 6px solid #f88b1d;
  border-radius: 0;
  padding: 28px 34px 30px;
}

#faperte_v2 .faperte_timing_grid .faperte_timing_featured h3 {
  color: #14293b;
}

#faperte_v2 .faperte_timing_grid .faperte_qa_item p {
  font-size: 18px;
  margin-bottom: 0;
}

#faperte_v2 .faperte_timing_grid .faperte_timing_label {
  color: #c66b28;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#faperte_v2 .faperte_health_intro,
#faperte_v2 .faperte_health_outro {
  max-width: 1040px;
  text-align: center;
}

#faperte_v2 .faperte_health_grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 38px auto;
  max-width: 1120px;
}

#faperte_v2 .faperte_health_grid {
  -moz-column-gap: 72px;
       column-gap: 72px;
  row-gap: 38px;
}

#faperte_v2 .faperte_health_item {
  background: #f6f6f6 !important;
  border: 0;
  border-radius: 0;
  border-top: 4px solid #f88b1d;
  box-shadow: none;
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
}

#faperte_v2 .faperte_health_item h3 {
  margin: 0 0 12px;
}

#faperte_v2 .faperte_health_item p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

#faperte_v2 .faperte_health_accessibility {
  background: #f6f6f6 !important;
  grid-column: 2;
  grid-row: 2;
  text-align: left;
}

#faperte_v2 .faperte_health_accessibility h4 {
  color: #007d9d;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  margin: 24px 0 6px;
}

#faperte_v2 .faperte_health_outro {
  background: #e7f3f8;
  border: 0;
  border-radius: 0;
  border-top: 4px solid #007d9d;
  box-shadow: none;
  margin-top: 55px;
  max-width: 1120px;
  padding: 30px;
}

#faperte_v2 .faperte_health_outro p {
  margin-bottom: 10px;
}

#faperte_v2 .faperte_health_outro p:last-child {
  margin-bottom: 0;
}

#faperte_v2 .faperte_requirements_table {
  margin: 0 auto;
  max-width: 1120px;
}

#faperte_v2 .faperte_requirement {
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid rgba(20, 41, 59, 0.22);
  display: grid;
  grid-template-columns: 1.2fr 1.25fr 1.55fr;
}

#faperte_v2 .faperte_requirement span {
  box-sizing: border-box;
  padding: 18px 16px;
}

#faperte_v2 .faperte_requirement_head {
  border-bottom: 2px solid #f88b1d;
  color: #007d9d;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#faperte_v2 .faperte_requirement:not(.faperte_requirement_head) {
  font-size: 18px;
}

#faperte_v2 .faperte_requirement:not(.faperte_requirement_head) span:first-child {
  color: #14293b;
  font-size: 18px;
  font-weight: 800;
}

#faperte_v2 .faperte_requirement strong,
#faperte_v2 .faperte_requirement small {
  display: inline;
  font: inherit;
}

#faperte_v2 .faperte_requirement small {
  color: #65818f;
  font-weight: 400;
  margin-left: 4px;
}

#faperte_v2 .faperte_requirements_note {
  background: #fbf1eb;
  border: 0;
  border-left: 5px solid #f88b1d;
  border-radius: 0;
  box-shadow: none;
  margin-top: 34px;
  max-width: 1120px;
  padding: 22px 26px;
  text-align: left;
}

#faperte_v2 .faperte_requirements_note p {
  font-size: 17px;
  margin: 0;
}

#faperte_v2 .faperte_contact_copy {
  text-align: center;
}

#faperte_v2 .faperte_contact_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 34px;
}

#faperte_v2 .faperte_contact_actions .generic_cta {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  padding: 18px 30px;
}

#faperte_v2 .faperte_contact_actions .faperte_secondary_cta {
  background: #007d9d;
}

#faperte_v2 .faperte_final {
  background: linear-gradient(rgba(7, 30, 48, 0.78), rgba(7, 30, 48, 0.78)), url("/gfx/faperte/01_faperte-luca.jpg") center/cover;
  color: #fff;
  padding: 125px 0;
}

#faperte_v2 .faperte_final .faperte_heading,
#faperte_v2 .faperte_final .faperte_contact_copy {
  text-align: center;
}

#faperte_v2 .faperte_final .faperte_heading h2,
#faperte_v2 .faperte_final .faperte_contact_copy {
  color: #fff;
}

#faperte_v2 .faperte_final .faperte_eyebrow {
  color: #ffd7b4;
}

#faperte_v2 .faperte_final .faperte_heading h2 {
  display: block;
  padding: 0 0 30px;
  position: relative;
  text-align: center;
  width: 100%;
}

#faperte_v2 .faperte_final .faperte_heading h2::after {
  background: #007d9d;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin-left: -300px;
  max-width: 100%;
  position: absolute;
  width: 600px;
}

#faperte_v2 blockquote {
  border-left: 4px solid #f88b1d;
  color: #007d9d;
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  margin: 35px 0;
  padding: 6px 0 6px 24px;
}

@media all and (max-width: 900px) {
  #faperte_v2 .faperte_qa_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media all and (max-width: 640px) {
  #faperte_v2 .faperte_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #faperte_v2 .faperte_overlay {
    min-height: 580px;
  }

  #faperte_v2 .faperte_hero_content {
    margin-left: 0;
    padding: 90px 0;
    width: 100%;
  }

  #faperte_v2 h1 {
    font-size: 42px;
  }

  #faperte_v2 h2 {
    font-size: 35px;
  }

  #faperte_v2 .faperte_section {
    padding: 72px 0;
  }

  #faperte_v2 .faperte_qa_grid,
  #faperte_v2 .faperte_health_grid {
    grid-template-columns: 1fr;
  }

  #faperte_v2 .faperte_timing_grid .faperte_timing_featured,
  #faperte_v2 .faperte_health_accessibility {
    grid-column: auto;
    grid-row: auto;
  }

  #faperte_v2 .faperte_qa_item {
    padding: 25px;
  }

  #faperte_v2 .faperte_requirement {
    grid-template-columns: 1fr;
  }

  #faperte_v2 .faperte_requirement span {
    padding: 14px 18px;
  }

  #faperte_v2 .faperte_requirement_head {
    display: none;
  }
}

@media all and (max-width: 640px) {
  #faperte_v2 .faperte_final .faperte_heading h2::after {
    margin-left: -150px;
    width: 300px;
  }
}

/* Action controls use the same uppercase treatment site-wide. */

button,
input[type=button],
input[type=submit],
input[type=reset],
.cta,
.generic_cta,
.about_button,
.champions_button,
.btn,
.button,
[class*=_button] {
  font-family: "Titillium Web", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

/* Escursione sleddog */

#excursion_v2 {
  color: #102333;
  font-family: "Open Sans", sans-serif;
}

#excursion_v2 .excursion_container {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
}

#excursion_v2 .excursion_hero,
#excursion_v2 .excursion_closing {
  background-position: center;
  background-size: cover;
  color: #fff;
}

#excursion_v2 .excursion_overlay {
  background: rgba(7, 30, 48, 0.72);
  min-height: 740px;
}

#excursion_v2 .excursion_hero_content {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8%;
  margin-right: 0;
  max-width: none;
  min-height: 740px;
  padding-bottom: 140px;
  padding-top: 140px;
  width: 52vw;
}

#excursion_v2 .excursion_eyebrow {
  color: #f88b1d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#excursion_v2 h1 {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 1.06;
  margin: 0;
  text-transform: none;
}

#excursion_v2 h1 {
  font-size: 52px;
}

#excursion_v2 h2 {
  color: #102333;
  font-family: "Racing Sans One", cursive;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.03;
  margin: 0;
  text-transform: uppercase;
}

#excursion_v2 .excursion_lead {
  font-size: 21px;
  line-height: 1.5;
  margin: 28px 0;
}

#excursion_v2 .excursion_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

#excursion_v2 .generic_cta {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  padding: 16px 28px;
}

#excursion_v2 .excursion_outline {
  background: transparent;
  border: 1px solid #fff;
}

#excursion_v2 .excursion_secondary_cta {
  background: #007d9d;
  color: #fff;
}

#excursion_v2 .excursion_secondary_cta:hover {
  background: #fff;
  color: #007d9d;
}

#excursion_v2 .excursion_text_cta {
  color: #f88b1d;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  margin-top: 24px;
}

#excursion_v2 .excursion_section {
  padding: 100px 0;
}

#excursion_v2 .excursion_section:nth-of-type(even) {
  background: #f4f1ec;
}

#excursion_v2 .excursion_heading,
#excursion_v2 .excursion_intro,
#excursion_v2 .excursion_honesty,
#excursion_v2 .excursion_rates .excursion_rate_note {
  text-align: center;
}

#excursion_v2 .excursion_heading {
  margin: 0 auto 34px;
  max-width: 880px;
}

#excursion_v2 .excursion_intro {
  font-size: 19px;
  line-height: 1.55;
  margin: 0 auto 45px;
  max-width: 960px;
}

#excursion_v2 .excursion_before {
  background: #fff !important;
}

#excursion_v2 .excursion_before .excursion_fit_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 55px calc(50% - 50vw) 0;
  max-width: none;
  width: 100vw;
}

#excursion_v2 .excursion_fit {
  min-height: 340px;
  padding: 45px 7%;
  text-align: left;
}

#excursion_v2 .excursion_fit_yes {
  background: #2f7a57;
  color: #fff;
}

#excursion_v2 .excursion_fit_no {
  background: #a13c3c;
  color: #fff;
}

#excursion_v2 .excursion_fit h3 {
  color: #fff;
  font-family: "Racing Sans One", cursive;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 25px;
  text-align: left;
  text-transform: uppercase;
}

#excursion_v2 .excursion_question_grid h3,
#excursion_v2 .excursion_info_grid h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 24px;
}

#excursion_v2 .excursion_fit ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#excursion_v2 .excursion_fit li {
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  list-style: none;
  margin: 0 0 15px;
  padding-left: 32px;
  position: relative;
  text-align: left;
}

#excursion_v2 .excursion_fit_yes li::before,
#excursion_v2 .excursion_fit_no li::before {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  left: 0;
  position: absolute;
  top: -2px;
}

#excursion_v2 .excursion_fit_yes li::before {
  content: "\2713";
}

#excursion_v2 .excursion_fit_no li::before {
  content: "\D7";
}

#excursion_v2 .excursion_honesty {
  box-sizing: border-box;
  margin: 55px calc(50% - 50vw) 0;
  max-width: none;
  padding: 0 8%;
  text-align: left;
  width: 100vw;
}

#excursion_v2 .excursion_honesty p {
  font-size: 18px;
  line-height: 1.6;
}

#excursion_v2 .excursion_honesty p:first-child {
  color: #007d9d;
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

#excursion_v2 .excursion_honesty .generic_cta {
  margin-top: 15px;
}

#homepage_v2 .home_before .honesty_copy .text_cta {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 16px 28px;
}

#excursion_v2 .excursion_how_content {
  align-items: stretch;
  display: grid;
  gap: 55px;
  grid-template-columns: 1.1fr 0.9fr;
}

#excursion_v2 .excursion_how_copy p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 20px;
}

#excursion_v2 .excursion_how_content img {
  height: 100%;
  min-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#excursion_v2 .excursion_stats {
  display: flex;
  gap: 22px;
  margin-top: 36px;
}

#excursion_v2 .excursion_stats div {
  border-left: 4px solid #f88b1d;
  padding-left: 14px;
}

#excursion_v2 .excursion_stats strong {
  color: #007d9d;
  display: block;
  font-family: "Racing Sans One", cursive;
  font-size: 44px;
  line-height: 1;
}

#excursion_v2 .excursion_stats span {
  font-size: 14px;
  font-weight: 700;
}

#excursion_v2 .excursion_rate_grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

#excursion_v2 .excursion_rate_grid article {
  background: #f6f6f6;
  border: 1px solid #c7d9e2;
  display: flex;
  flex-direction: column;
  padding: 34px 26px 30px;
  position: relative;
}

#excursion_v2 .excursion_rate_grid article.excursion_rate_featured {
  background: #fff6eb;
  border-color: #f88b1d;
}

#excursion_v2 .excursion_rate_grid article.excursion_rate_infant {
  background: #eaf5fa;
  border-color: #9cc9da;
}

#excursion_v2 .excursion_rate_label {
  background: #f88b1d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: 22px;
  letter-spacing: 0.3px;
  line-height: 30px;
  padding: 0 12px;
  position: absolute;
  text-transform: uppercase;
  top: -1px;
}

#excursion_v2 .excursion_rate_label + h3 {
  margin-top: 22px;
}

#excursion_v2 .excursion_rate_grid h3 {
  color: #007d9d;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

#excursion_v2 .excursion_rate_grid strong {
  color: #102333;
  font-family: "Racing Sans One", cursive;
  font-size: 45px;
  margin: 15px 0;
}

#excursion_v2 .excursion_rate_grid p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

#excursion_v2 .excursion_rate_grid p strong {
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  font-weight: 700;
  margin: 0;
}

#excursion_v2 .excursion_rate_note {
  font-size: 17px;
  margin: 28px 0 0;
}

#excursion_v2 .excursion_question_grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

#excursion_v2 .excursion_question_grid article,
#excursion_v2 .excursion_info_grid article {
  background: #f6f6f6;
  border-top: 4px solid #007d9d;
  padding: 30px;
}

#excursion_v2 .excursion_question_grid p,
#excursion_v2 .excursion_info_grid p {
  line-height: 1.55;
  margin: 0;
}

#excursion_v2 blockquote {
  border-left: 4px solid #f88b1d;
  color: #007d9d;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin: 28px 0 0;
  padding-left: 16px;
}

#excursion_v2 .excursion_table_head,
#excursion_v2 .excursion_table_row {
  display: grid;
  grid-template-columns: 1.3fr 1.1fr repeat(4, 1fr);
}

#excursion_v2 .excursion_table_head {
  background: #102333;
  color: #fff;
  font-weight: 700;
}

#excursion_v2 .excursion_table_row {
  border-bottom: 1px solid #c9dce5;
}

#excursion_v2 .excursion_table_row:nth-child(2) {
  background: #eef7fa;
}

#excursion_v2 .excursion_table span {
  padding: 22px 15px;
}

#excursion_v2 .excursion_info_grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 36px;
}

#excursion_v2 .excursion_closing .excursion_overlay {
  align-items: center;
  display: flex;
  min-height: 600px;
}

#excursion_v2 .excursion_closing .excursion_container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 780px;
  min-height: auto;
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}

#excursion_v2 .excursion_closing .excursion_eyebrow {
  font-weight: 600;
}

#excursion_v2 .excursion_closing h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 24px;
  max-width: 780px;
  padding-bottom: 28px;
  position: relative;
  text-transform: none;
}

#excursion_v2 .excursion_closing h2::after {
  background: #007d9d;
  bottom: 0;
  content: "";
  height: 5px;
  left: 50%;
  margin-left: -300px;
  position: absolute;
  width: 600px;
}

#excursion_v2 .excursion_closing p {
  font-size: 18px;
  max-width: 620px;
}

#excursion_v2 .excursion_closing .generic_cta {
  margin-top: 30px;
  padding: 18px 30px;
}

#excursion_v2 .excursion_closing .excursion_text_cta {
  color: #ffd7b4;
  display: block;
  font-weight: 400;
  margin-top: 18px;
}

/* Masterclass */

#masterclass_v2 {
  color: #102333;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}

#masterclass_v2 .masterclass_container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

#masterclass_v2 .masterclass_hero,
#masterclass_v2 .masterclass_closing {
  background-position: center;
  background-size: cover;
  color: #fff;
}

#masterclass_v2 .masterclass_dark {
  background: rgba(7, 30, 48, 0.72);
}

#masterclass_v2 .masterclass_hero_content {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8%;
  min-height: 740px;
  padding-bottom: 140px;
  padding-top: 140px;
  width: 52vw;
}

#masterclass_v2 .masterclass_eyebrow {
  color: #f88b1d;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.35;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#masterclass_v2 h1 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.06;
  margin: 0 0 28px;
  padding: 0;
  text-transform: none;
}

#masterclass_v2 .masterclass_hero_content > p:not(.masterclass_eyebrow) {
  font-size: 19px;
  line-height: 1.55;
  margin: 0 0 30px;
}

#masterclass_v2 .generic_cta {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  padding: 16px 28px;
}

#masterclass_v2 .masterclass_section {
  padding: 110px 0;
}

#masterclass_v2 .masterclass_section:nth-of-type(even) {
  background: #f4f1ec;
}

#masterclass_v2 .masterclass_split {
  align-items: stretch;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1fr;
}

#masterclass_v2 .masterclass_split > img {
  height: 100%;
  min-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#masterclass_v2 .masterclass_copy {
  align-self: center;
  text-align: left;
}

#masterclass_v2 h2 {
  color: #102333;
  font-family: "Racing Sans One", cursive;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

#masterclass_v2 h2::after {
  display: none;
}

#masterclass_v2 .masterclass_copy p {
  font-size: 18px;
  line-height: 1.62;
  margin: 0 0 22px;
  text-align: left;
}

#masterclass_v2 blockquote {
  border-left: 4px solid #f88b1d;
  color: #007d9d;
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.38;
  margin: 38px 0 0;
  padding: 4px 0 4px 22px;
  text-align: left;
}

#masterclass_v2 .masterclass_emphasis {
  color: #007d9d;
  font-size: 22px !important;
  font-weight: 700;
}

#masterclass_v2 .masterclass_takeaway {
  border-left: 4px solid #f88b1d;
  margin-top: 34px;
  padding: 4px 0 4px 22px;
}

#masterclass_v2 .masterclass_takeaway p {
  color: #007d9d;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

#masterclass_v2 .masterclass_takeaway p:last-child {
  margin-bottom: 0;
}

#masterclass_v2 .masterclass_heading {
  margin: 0 auto 55px;
  max-width: 850px;
  text-align: center;
}

#masterclass_v2 .masterclass_heading h2,
#masterclass_v2 .masterclass_heading .masterclass_eyebrow {
  text-align: center;
}

#masterclass_v2 .masterclass_steps {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
}

#masterclass_v2 .masterclass_steps article {
  background: #f6f6f6;
  border: 1px solid #c7d9e2;
}

#masterclass_v2 .masterclass_steps article > img {
  display: block;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#masterclass_v2 .masterclass_steps article > div {
  padding: 32px;
  text-align: left;
}

#masterclass_v2 .masterclass_steps .masterclass_eyebrow {
  margin-bottom: 12px;
}

#masterclass_v2 h3 {
  color: #007d9d;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 18px;
  padding: 0;
  text-align: left;
  text-transform: none;
}

#masterclass_v2 .masterclass_steps p {
  font-size: 17px;
  line-height: 1.58;
  margin: 0;
  text-align: left;
}

#masterclass_v2 .masterclass_how_closing {
  margin: 60px auto 0;
  max-width: 900px;
  text-align: center;
}

#masterclass_v2 .masterclass_how_closing > p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto 25px;
  text-align: center;
}

#masterclass_v2 .masterclass_how_closing h3 {
  color: #102333;
  font-family: "Racing Sans One", cursive;
  font-size: 35px;
  font-weight: 400;
  margin-top: 42px;
  text-align: center;
  text-transform: uppercase;
}

#masterclass_v2 .masterclass_for_whom {
  background: #fff !important;
}

#masterclass_v2 .masterclass_for_whom_heading {
  margin-bottom: 55px;
}

#masterclass_v2 .masterclass_for_whom .masterclass_copy p strong {
  color: #102333;
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  font-weight: 700;
}

#masterclass_v2 .masterclass_guide {
  background: #f4f1ec;
}

#masterclass_v2 .masterclass_closing .masterclass_dark {
  align-items: center;
  display: flex;
  min-height: 600px;
}

#masterclass_v2 .masterclass_closing .masterclass_container {
  max-width: 780px;
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}

#masterclass_v2 .masterclass_closing .masterclass_eyebrow,
#masterclass_v2 .masterclass_closing h2,
#masterclass_v2 .masterclass_closing p {
  text-align: center;
}

#masterclass_v2 .masterclass_closing .masterclass_eyebrow {
  color: #ffd7b4;
}

#masterclass_v2 .masterclass_closing h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  margin-bottom: 28px;
  padding-bottom: 28px;
  position: relative;
  text-transform: none;
}

#masterclass_v2 .masterclass_closing h2::after {
  background: #007d9d;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin-left: -300px;
  position: absolute;
  width: 600px;
}

#masterclass_v2 .masterclass_closing p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 620px;
}

#masterclass_v2 .masterclass_closing .generic_cta {
  margin-top: 30px;
  padding: 18px 30px;
}

@media all and (max-width: 900px) {
  #masterclass_v2 .masterclass_hero_content {
    width: 68vw;
  }

  #masterclass_v2 .masterclass_split {
    gap: 40px;
  }
}

@media all and (max-width: 640px) {
  #masterclass_v2 .masterclass_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #masterclass_v2 .masterclass_hero_content {
    margin-left: 0;
    min-height: 580px;
    padding-bottom: 90px;
    padding-top: 90px;
    width: 100%;
  }

  #masterclass_v2 h1 {
    font-size: 42px;
  }

  #masterclass_v2 h2 {
    font-size: 37px;
  }

  #masterclass_v2 .masterclass_section {
    padding: 72px 0;
  }

  #masterclass_v2 .masterclass_split,
  #masterclass_v2 .masterclass_steps {
    grid-template-columns: 1fr;
  }

  #masterclass_v2 .masterclass_experience img {
    order: 2;
  }

  #masterclass_v2 .masterclass_split > img {
    min-height: 330px;
  }

  #masterclass_v2 .masterclass_steps article > img {
    height: 250px;
  }

  #masterclass_v2 .masterclass_steps article > div {
    padding: 28px 22px;
  }

  #masterclass_v2 .masterclass_heading h2::after,
  #masterclass_v2 .masterclass_closing h2::after {
    margin-left: -145px;
    width: 290px;
  }

  #masterclass_v2 .masterclass_closing h2 {
    font-size: 37px;
  }
}

/* Musher per un giorno v2 */

#musher_v2 {
  color: #102333;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}

#musher_v2 .musher_container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

#musher_v2 .musher_hero,
#musher_v2 .musher_price,
#musher_v2 .musher_closing {
  background-position: center;
  background-size: cover;
  color: #fff;
}

#musher_v2 .musher_overlay {
  background: rgba(7, 30, 48, 0.73);
}

#musher_v2 .musher_hero_content {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8%;
  min-height: 740px;
  padding-bottom: 140px;
  padding-top: 140px;
  width: 52vw;
}

#musher_v2 .musher_eyebrow {
  color: #f88b1d;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.35;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#musher_v2 h1 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.06;
  margin: 0 0 24px;
  padding: 0;
  text-transform: none;
}

#musher_v2 .musher_hero_content > p:not(.musher_eyebrow) {
  font-size: 19px;
  line-height: 1.55;
  margin: 0 0 18px;
}

#musher_v2 .musher_intro {
  font-size: 22px !important;
  font-weight: 700;
}

#musher_v2 .musher_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 18px 0 18px;
}

#musher_v2 .generic_cta {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  padding: 16px 28px;
}

#musher_v2 .musher_outline_button {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 16px 28px;
  text-transform: uppercase;
}

#musher_v2 .musher_text_cta {
  color: #f88b1d;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-top: 0;
  text-decoration: none;
}

#musher_v2 .musher_section {
  padding: 110px 0;
}

#musher_v2 .musher_day,
#musher_v2 .musher_questions {
  background: #f4f1ec;
}

#musher_v2 .musher_heading {
  margin: 0 auto 55px;
  max-width: 900px;
  text-align: center;
}

#musher_v2 .musher_heading .musher_eyebrow,
#musher_v2 .musher_heading h2,
#musher_v2 .musher_heading > p {
  text-align: center;
}

#musher_v2 h2 {
  color: #102333;
  font-family: "Racing Sans One", cursive;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 24px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

#musher_v2 h2::after {
  display: none;
}

#musher_v2 .musher_heading > p:not(.musher_eyebrow) {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

#musher_v2 .musher_lead {
  color: #007d9d;
  font-family: "Open Sans", sans-serif;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.35 !important;
  margin-bottom: 0 !important;
}

#musher_v2 .musher_lead_left {
  text-align: left !important;
}

#musher_v2 .musher_split {
  align-items: stretch;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1fr;
}

#musher_v2 .musher_split > img {
  height: 100%;
  min-height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#musher_v2 .musher_copy {
  align-self: center;
  text-align: left;
}

#musher_v2 .musher_copy p {
  font-size: 18px;
  line-height: 1.62;
  margin: 0 0 22px;
  text-align: left;
}

#musher_v2 .musher_copy .musher_list_intro {
  color: #007d9d;
  font-weight: 700;
  margin-top: 34px;
}

#musher_v2 .musher_copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#musher_v2 .musher_copy li {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 18px;
  padding-left: 27px;
  position: relative;
}

#musher_v2 .musher_copy li::before {
  color: #f88b1d;
  content: "\203A";
  font-family: "Titillium Web", sans-serif;
  font-size: 28px;
  left: 0;
  line-height: 0.9;
  position: absolute;
  top: 0;
}

#musher_v2 .musher_day .musher_copy > p:last-child {
  margin-top: 30px;
}

#musher_v2 .musher_for_whom {
  background: #fff;
}

#musher_v2 .musher_for_whom .musher_copy a {
  color: #007d9d;
  font-weight: 700;
  text-decoration: none;
}

#musher_v2 .musher_for_whom .musher_suitability_callout {
  border-left: 4px solid #f88b1d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 34px;
  padding: 5px 0 5px 22px;
}

#musher_v2 .musher_compare {
  background: #f4f1ec;
}

#musher_v2 .musher_compare_cards {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
}

#musher_v2 .musher_compare_cards article {
  background: #fff;
  border: 1px solid #c7d9e2;
}

#musher_v2 .musher_compare_cards article:last-child {
  background: #e7f2f7;
  border-color: #007d9d;
  border-top: 5px solid #f88b1d;
}

#musher_v2 .musher_compare_cards img {
  display: block;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#musher_v2 .musher_compare_cards article > div {
  padding: 28px;
  text-align: left;
}

#musher_v2 .musher_compare_cards .musher_eyebrow {
  margin-bottom: 10px;
}

#musher_v2 h3 {
  color: #007d9d;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 17px;
  padding: 0;
  text-align: left;
  text-transform: none;
}

#musher_v2 .musher_compare_cards p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  text-align: left;
}

#musher_v2 .musher_price .musher_overlay,
#musher_v2 .musher_closing .musher_overlay {
  align-items: center;
  display: flex;
  min-height: 600px;
}

#musher_v2 .musher_price .musher_container,
#musher_v2 .musher_closing .musher_container {
  max-width: 790px;
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}

#musher_v2 .musher_price .musher_eyebrow,
#musher_v2 .musher_price p,
#musher_v2 .musher_closing .musher_eyebrow,
#musher_v2 .musher_closing h2,
#musher_v2 .musher_closing p {
  text-align: center;
}

#musher_v2 .musher_price .musher_eyebrow,
#musher_v2 .musher_closing .musher_eyebrow {
  color: #ffd7b4;
}

#musher_v2 .musher_price_value {
  color: #fff;
  font-family: "Racing Sans One", cursive;
  font-size: 72px !important;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 25px !important;
}

#musher_v2 .musher_price .musher_container > p:not(.musher_eyebrow):not(.musher_price_value) {
  font-size: 19px;
  line-height: 1.55;
  margin: 0 auto 14px;
  max-width: 650px;
}

#musher_v2 .musher_price .generic_cta {
  margin-top: 24px;
}

#musher_v2 .musher_price .musher_text_cta,
#musher_v2 .musher_closing .musher_text_cta {
  color: #fff;
  margin-top: 20px;
}

#musher_v2 .musher_questions_copy {
  display: block;
}

#musher_v2 .musher_questions_copy article {
  margin: 0 0 42px;
  text-align: left;
}

#musher_v2 .musher_questions_copy article:last-child {
  margin-bottom: 0;
}

#musher_v2 .musher_questions_copy p {
  font-size: 18px;
  line-height: 1.62;
  margin: 0;
  text-align: left;
}

#musher_v2 .musher_closing h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  margin-bottom: 28px;
  padding-bottom: 28px;
  position: relative;
  text-transform: none;
}

#musher_v2 .musher_closing h2::after {
  background: #007d9d;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin-left: -300px;
  position: absolute;
  width: 600px;
}

#musher_v2 .musher_closing p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 620px;
}

#musher_v2 .musher_closing .generic_cta {
  margin-top: 30px;
}

@media all and (max-width: 900px) {
  #musher_v2 .musher_hero_content {
    width: 68vw;
  }

  #musher_v2 .musher_split {
    gap: 40px;
  }

  #musher_v2 .musher_compare_cards {
    gap: 18px;
  }

  #musher_v2 .musher_compare_cards article > div {
    padding: 22px;
  }
}

@media all and (max-width: 640px) {
  #musher_v2 .musher_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #musher_v2 .musher_hero_content {
    margin-left: 0;
    min-height: 600px;
    padding-bottom: 90px;
    padding-top: 90px;
    width: 100%;
  }

  #musher_v2 h1 {
    font-size: 42px;
  }

  #musher_v2 h2 {
    font-size: 37px;
  }

  #musher_v2 .musher_section {
    padding: 72px 0;
  }

  #musher_v2 .musher_split,
  #musher_v2 .musher_compare_cards {
    grid-template-columns: 1fr;
  }

  #musher_v2 .musher_for_whom > img {
    order: 2;
  }

  #musher_v2 .musher_split > img {
    min-height: 330px;
  }

  #musher_v2 .musher_compare_cards img {
    height: 250px;
  }

  #musher_v2 .musher_closing h2::after {
    margin-left: -145px;
    width: 290px;
  }

  #musher_v2 .musher_closing h2 {
    font-size: 37px;
  }

  #musher_v2 .musher_price_value {
    font-size: 60px !important;
  }
}

@media all and (max-width: 900px) {
  #excursion_v2 .excursion_hero_content {
    width: 68vw;
  }

  #excursion_v2 .excursion_rate_grid,
  #excursion_v2 .excursion_question_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 640px) {
  #excursion_v2 .excursion_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #excursion_v2 .excursion_overlay {
    min-height: 580px;
  }

  #excursion_v2 .excursion_hero_content {
    margin-left: 0;
    min-height: 580px;
    padding-bottom: 90px;
    padding-top: 90px;
    width: 100%;
  }

  #excursion_v2 h1 {
    font-size: 43px;
  }

  #excursion_v2 h2,
  #excursion_v2 .excursion_closing h2 {
    font-size: 37px;
  }

  #excursion_v2 .excursion_section {
    padding: 72px 0;
  }

  #excursion_v2 .excursion_before .excursion_fit_grid,
  #excursion_v2 .excursion_how_content,
  #excursion_v2 .excursion_rate_grid,
  #excursion_v2 .excursion_question_grid,
  #excursion_v2 .excursion_info_grid {
    grid-template-columns: 1fr;
  }

  #excursion_v2 .excursion_fit {
    min-height: auto;
    padding: 35px 8%;
  }

  #excursion_v2 .excursion_honesty {
    max-width: none;
    padding-left: 8%;
    padding-right: 8%;
  }

  #excursion_v2 .excursion_how_content img {
    min-height: 300px;
  }

  #excursion_v2 .excursion_stats {
    flex-wrap: wrap;
  }

  #excursion_v2 .excursion_table {
    overflow-x: auto;
  }

  #excursion_v2 .excursion_table_head,
  #excursion_v2 .excursion_table_row {
    min-width: 750px;
  }

  #excursion_v2 .excursion_closing h2::after {
    margin-left: -145px;
    width: 290px;
  }
}

/* Closing sections: shared visual system */

#about_v2 .about_final .about_dark_overlay,
#champions_v2 .champions_final .champions_overlay,
#excursion_v2 .excursion_closing .excursion_overlay,
#masterclass_v2 .masterclass_closing .masterclass_dark,
#musher_v2 .musher_closing .musher_overlay,
#tailormade_v2 .tailormade_closing .tailormade_overlay {
  align-items: center;
  background: rgba(7, 30, 48, 0.72);
  display: flex;
  min-height: 600px;
}

#faperte_v2 .faperte_final {
  align-items: center;
  background: linear-gradient(rgba(7, 30, 48, 0.72), rgba(7, 30, 48, 0.72)), url("/gfx/faperte/01_faperte-luca.jpg") center/cover;
  box-sizing: border-box;
  display: flex;
  min-height: 600px;
  padding: 0;
}

#about_v2 .about_final .about_copy,
#champions_v2 .champions_final .champions_heading,
#excursion_v2 .excursion_closing .excursion_container,
#masterclass_v2 .masterclass_closing .masterclass_container,
#musher_v2 .musher_closing .musher_container,
#faperte_v2 .faperte_final .faperte_container,
#tailormade_v2 .tailormade_closing .tailormade_container {
  box-sizing: border-box;
  margin-bottom: 0;
  max-width: 780px;
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}

#about_v2 .about_final .about_eyebrow,
#champions_v2 .champions_final .champions_eyebrow,
#excursion_v2 .excursion_closing .excursion_eyebrow,
#masterclass_v2 .masterclass_closing .masterclass_eyebrow,
#musher_v2 .musher_closing .musher_eyebrow,
#faperte_v2 .faperte_final .faperte_eyebrow,
#tailormade_v2 .tailormade_closing .tailormade_eyebrow {
  color: #ffd7b4;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 18px;
  text-align: center;
}

#about_v2 .about_final h2,
#champions_v2 .champions_final h2,
#excursion_v2 .excursion_closing h2,
#masterclass_v2 .masterclass_closing h2,
#musher_v2 .musher_closing h2,
#faperte_v2 .faperte_final h2,
#tailormade_v2 .tailormade_closing h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 28px;
  padding-bottom: 28px;
  position: relative;
  text-align: center;
  text-transform: none;
}

#about_v2 .about_final h2::after,
#champions_v2 .champions_final h2::after,
#excursion_v2 .excursion_closing h2::after,
#masterclass_v2 .masterclass_closing h2::after,
#musher_v2 .musher_closing h2::after,
#faperte_v2 .faperte_final h2::after,
#tailormade_v2 .tailormade_closing h2::after {
  background: #007d9d;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin-left: -300px;
  position: absolute;
  width: 600px;
}

#about_v2 .about_final p,
#champions_v2 .champions_final .champions_heading > p:not(.champions_eyebrow),
#excursion_v2 .excursion_closing p,
#masterclass_v2 .masterclass_closing p,
#musher_v2 .musher_closing p,
#faperte_v2 .faperte_final .faperte_contact_copy > p,
#tailormade_v2 .tailormade_closing p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  text-align: center;
}

#about_v2 .about_final .about_actions,
#champions_v2 .champions_final .champions_button,
#excursion_v2 .excursion_closing .generic_cta,
#masterclass_v2 .masterclass_closing .generic_cta,
#musher_v2 .musher_closing .generic_cta,
#faperte_v2 .faperte_final .faperte_contact_actions,
#tailormade_v2 .tailormade_closing .generic_cta {
  margin-top: 30px;
}

#about_v2 .about_final .about_button,
#champions_v2 .champions_final .champions_button,
#excursion_v2 .excursion_closing .generic_cta,
#masterclass_v2 .masterclass_closing .generic_cta,
#musher_v2 .musher_closing .generic_cta,
#faperte_v2 .faperte_final .generic_cta,
#tailormade_v2 .tailormade_closing .generic_cta {
  padding: 18px 30px;
}

#about_v2 .about_final .about_actions {
  justify-content: center;
}

#champions_v2 .champions_final .champions_suitability,
#excursion_v2 .excursion_closing .excursion_text_cta,
#musher_v2 .musher_closing .musher_text_cta {
  color: #ffd7b4;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-top: 18px;
}

#faperte_v2 .faperte_final .faperte_secondary_cta {
  background: transparent;
  border: 1px solid #fff;
}

@media all and (max-width: 640px) {
  #about_v2 .about_final .about_dark_overlay,
  #champions_v2 .champions_final .champions_overlay,
  #excursion_v2 .excursion_closing .excursion_overlay,
  #masterclass_v2 .masterclass_closing .masterclass_dark,
  #musher_v2 .musher_closing .musher_overlay,
  #faperte_v2 .faperte_final,
  #tailormade_v2 .tailormade_closing .tailormade_overlay {
    min-height: 580px;
  }

  #about_v2 .about_final h2,
  #champions_v2 .champions_final h2,
  #excursion_v2 .excursion_closing h2,
  #masterclass_v2 .masterclass_closing h2,
  #musher_v2 .musher_closing h2,
  #faperte_v2 .faperte_final h2,
  #tailormade_v2 .tailormade_closing h2 {
    font-size: 37px;
  }

  #about_v2 .about_final h2::after,
  #champions_v2 .champions_final h2::after,
  #excursion_v2 .excursion_closing h2::after,
  #masterclass_v2 .masterclass_closing h2::after,
  #musher_v2 .musher_closing h2::after,
  #faperte_v2 .faperte_final h2::after,
  #tailormade_v2 .tailormade_closing h2::after {
    margin-left: -145px;
    width: 290px;
  }
}

/* Esperienze su misura v2 */

#tailormade_v2 {
  color: #102333;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}

#tailormade_v2 .tailormade_container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

#tailormade_v2 .tailormade_hero,
#tailormade_v2 .tailormade_closing {
  background-position: center;
  background-size: cover;
  color: #fff;
}

#tailormade_v2 .tailormade_overlay {
  background: rgba(7, 30, 48, 0.72);
}

#tailormade_v2 .tailormade_hero_content {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8%;
  min-height: 740px;
  padding-bottom: 140px;
  padding-top: 140px;
  width: 52vw;
}

#tailormade_v2 .tailormade_eyebrow {
  color: #f88b1d;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.35;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#tailormade_v2 h1 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.06;
  margin: 0 0 28px;
  padding: 0;
  text-transform: none;
}

#tailormade_v2 .tailormade_hero_content > p:not(.tailormade_eyebrow) {
  font-size: 19px;
  line-height: 1.55;
  margin: 0 0 30px;
}

#tailormade_v2 .generic_cta {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  padding: 16px 28px;
}

#tailormade_v2 .tailormade_section {
  padding: 110px 0;
}

#tailormade_v2 .tailormade_why,
#tailormade_v2 .tailormade_companies {
  background: #f4f1ec;
}

#tailormade_v2 .tailormade_heading {
  margin: 0 auto 55px;
  max-width: 900px;
  text-align: center;
}

#tailormade_v2 .tailormade_heading .tailormade_eyebrow,
#tailormade_v2 .tailormade_heading h2 {
  text-align: center;
}

#tailormade_v2 h2 {
  color: #102333;
  font-family: "Racing Sans One", cursive;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

#tailormade_v2 h2::after {
  display: none;
}

#tailormade_v2 .tailormade_split {
  align-items: stretch;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1fr;
}

#tailormade_v2 .tailormade_split > img {
  height: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#tailormade_v2 .tailormade_copy {
  align-self: center;
  text-align: left;
}

#tailormade_v2 .tailormade_copy p {
  font-size: 18px;
  line-height: 1.62;
  margin: 0 0 22px;
  text-align: left;
}

#tailormade_v2 .tailormade_copy p strong {
  color: #102333;
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  font-weight: 700;
}

#tailormade_v2 .tailormade_text_cta {
  color: #007d9d;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  text-decoration: none;
}

#tailormade_v2 .tailormade_companies .generic_cta {
  margin-top: 12px;
}

#tailormade_v2 .tailormade_closing .tailormade_overlay {
  align-items: center;
  display: flex;
  min-height: 600px;
}

#tailormade_v2 .tailormade_closing .tailormade_container {
  box-sizing: border-box;
  max-width: 780px;
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}

#tailormade_v2 .tailormade_closing .tailormade_eyebrow,
#tailormade_v2 .tailormade_closing h2,
#tailormade_v2 .tailormade_closing p {
  text-align: center;
}

#tailormade_v2 .tailormade_closing .tailormade_eyebrow {
  color: #ffd7b4;
}

#tailormade_v2 .tailormade_closing h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 28px;
  padding-bottom: 28px;
  position: relative;
  text-transform: none;
}

#tailormade_v2 .tailormade_closing h2::after {
  background: #007d9d;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin-left: -300px;
  position: absolute;
  width: 600px;
}

#tailormade_v2 .tailormade_closing p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 620px;
}

#tailormade_v2 .tailormade_closing .generic_cta {
  margin-top: 30px;
}

@media all and (max-width: 900px) {
  #tailormade_v2 .tailormade_hero_content {
    width: 68vw;
  }

  #tailormade_v2 .tailormade_split {
    gap: 40px;
  }
}

@media all and (max-width: 640px) {
  #tailormade_v2 .tailormade_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #tailormade_v2 .tailormade_hero_content {
    margin-left: 0;
    min-height: 580px;
    padding-bottom: 90px;
    padding-top: 90px;
    width: 100%;
  }

  #tailormade_v2 h1 {
    font-size: 42px;
  }

  #tailormade_v2 h2 {
    font-size: 37px;
  }

  #tailormade_v2 .tailormade_section {
    padding: 72px 0;
  }

  #tailormade_v2 .tailormade_split {
    grid-template-columns: 1fr;
  }

  #tailormade_v2 .tailormade_occasions > img {
    order: 2;
  }

  #tailormade_v2 .tailormade_split > img {
    min-height: 330px;
  }

  #tailormade_v2 .tailormade_closing .tailormade_overlay {
    min-height: 580px;
  }

  #tailormade_v2 .tailormade_closing h2 {
    font-size: 37px;
  }

  #tailormade_v2 .tailormade_closing h2::after {
    margin-left: -145px;
    width: 290px;
  }
}

@media all and (max-width: 900px) {
  #champions_v2 .champions_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #champions_v2 .champions_bonds_content {
    gap: 40px;
  }
}

@media all and (max-width: 640px) {
  #champions_v2 .champions_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #champions_v2 .champions_overlay {
    min-height: 540px;
  }

  #champions_v2 .champions_hero_content {
    margin-left: 0;
    max-width: 100%;
    min-height: 540px;
    padding-bottom: 90px;
    padding-top: 90px;
    width: auto;
  }

  #champions_v2 h1 {
    font-size: 42px;
  }

  #champions_v2 h2 {
    font-size: 35px;
  }

  #champions_v2 .champions_section {
    padding: 72px 0;
  }

  #champions_v2 .champions_grid {
    grid-template-columns: 1fr;
  }

  #champions_v2 .champion_card img {
    height: 300px;
  }

  #champions_v2 .champions_bonds_content {
    display: block;
  }

  #champions_v2 .champions_bonds_copy,
  #champions_v2 .champions_bonds_media {
    width: 100%;
  }

  #champions_v2 .champions_bonds_media {
    margin-top: 35px;
  }

  #champions_v2 .champions_bonds_media img {
    height: 400px;
  }

  #champions_v2 .champions_bonds_copy > p {
    font-size: 18px;
  }
}

#about_v2 .about_final .about_copy,
#about_v2 .about_final .about_eyebrow,
#about_v2 .about_final h2,
#about_v2 .about_final p {
  text-align: center;
}

/* Buoni regalo v2 */

#giftcard_v2 {
  color: #102333;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}

#giftcard_v2 .giftcard_container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

#giftcard_v2 .giftcard_hero,
#giftcard_v2 .giftcard_closing {
  background-position: center;
  background-size: cover;
  color: #fff;
}

#giftcard_v2 .giftcard_overlay {
  background: rgba(7, 30, 48, 0.72);
}

#giftcard_v2 .giftcard_hero_content {
  box-sizing: border-box;
  margin-left: 8%;
  min-height: 740px;
  padding-bottom: 140px;
  padding-top: 140px;
  width: 52vw;
}

#giftcard_v2 .giftcard_hero_content,
#giftcard_v2 .giftcard_closing .giftcard_overlay {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#giftcard_v2 .giftcard_eyebrow {
  color: #f88b1d;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.35;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#giftcard_v2 h1 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.06;
  margin: 0 0 28px;
  padding: 0;
  text-transform: none;
}

#giftcard_v2 .giftcard_hero_content > p:not(.giftcard_eyebrow) {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 18px;
}

#giftcard_v2 .giftcard_hero_content .generic_cta {
  margin-top: 14px;
}

#giftcard_v2 .generic_cta {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  padding: 18px 30px;
}

#giftcard_v2 .giftcard_section {
  padding: 110px 0;
}

#giftcard_v2 .giftcard_section:nth-of-type(even) {
  background: #f4f1ec;
}

#giftcard_v2 .giftcard_heading {
  margin: 0 auto 45px;
  max-width: 900px;
  text-align: center;
}

#giftcard_v2 .giftcard_heading .giftcard_eyebrow,
#giftcard_v2 .giftcard_heading h2 {
  text-align: center;
}

#giftcard_v2 h2 {
  color: #102333;
  font-family: "Racing Sans One", cursive;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 25px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

#giftcard_v2 h2::after {
  display: none;
}

#giftcard_v2 .giftcard_rate_intro {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  margin: 34px auto 20px;
  max-width: 930px;
  text-align: center;
}

#giftcard_v2 .giftcard_rate_grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

#giftcard_v2 .giftcard_rate_grid article {
  background: #f6f6f6;
  border: 1px solid #c7d9e2;
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 34px 26px 30px;
  position: relative;
}

#giftcard_v2 .giftcard_rate_grid article.giftcard_rate_featured {
  background: #fff6eb;
  border-color: #f88b1d;
}

#giftcard_v2 .giftcard_rate_label {
  background: #f88b1d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: 22px;
  letter-spacing: 0.3px;
  line-height: 30px;
  padding: 0 12px;
  position: absolute;
  text-transform: uppercase;
  top: -1px;
}

#giftcard_v2 .giftcard_rate_label + h3 {
  margin-top: 22px;
}

#giftcard_v2 .giftcard_rate_grid h3 {
  color: #007d9d;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

#giftcard_v2 .giftcard_rate_grid strong {
  color: #102333;
  font-family: "Racing Sans One", cursive;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  margin: 15px 0;
}

#giftcard_v2 .giftcard_rate_grid p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

#giftcard_v2 .giftcard_rate_grid p b {
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  font-weight: 700;
}

#giftcard_v2 .giftcard_infant_note {
  border-left: 4px solid #f88b1d;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 1120px;
  padding: 12px 0 12px 22px;
  text-align: left;
}

#giftcard_v2 .giftcard_infant_note b {
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  font-weight: 700;
}

/* LEARN SLEDDOG */

#learnsleddog_v2 {
  background: #f5f2ed;
  color: #102333;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}

#learnsleddog_v2 .learnsleddog_container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

#learnsleddog_v2 .learnsleddog_overlay {
  background: rgba(7, 30, 48, 0.72);
  min-height: 740px;
}

#learnsleddog_v2 .learnsleddog_hero {
  background-position: center;
  background-size: cover;
  color: #fff;
}

#learnsleddog_v2 .learnsleddog_hero_content {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8%;
  min-height: 740px;
  padding-bottom: 140px;
  padding-top: 140px;
  width: 52vw;
}

#learnsleddog_v2 .learnsleddog_eyebrow {
  color: #f88b1d;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.35;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#learnsleddog_v2 h1,
#learnsleddog_v2 h2 {
  font-family: "Racing Sans One", cursive;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

#learnsleddog_v2 h1 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.06;
  margin: 0 0 28px;
  max-width: none;
  text-transform: none;
}

#learnsleddog_v2 .learnsleddog_hero_content > p:not(.learnsleddog_eyebrow):not(.learnsleddog_lead) {
  font-size: 19px;
  line-height: 1.55;
  margin: 0 0 18px;
  max-width: none;
}

#learnsleddog_v2 .learnsleddog_lead {
  font-size: 21px;
  line-height: 1.5;
  margin: 28px 0;
}

#learnsleddog_v2 .learnsleddog_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

#learnsleddog_v2 .generic_cta {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  padding: 16px 28px;
}

#learnsleddog_v2 .learnsleddog_secondary_cta {
  background: #007d9d;
  color: #fff;
}

#learnsleddog_v2 .learnsleddog_secondary_cta:hover {
  background: #fff;
  color: #007d9d;
}

#learnsleddog_v2 .learnsleddog_text_cta {
  color: #f88b1d;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  margin-top: 24px;
}

#learnsleddog_v2 .learnsleddog_section {
  padding: 105px 0;
}

#learnsleddog_v2 .learnsleddog_heading {
  margin: 0 auto 55px;
  max-width: 930px;
  text-align: center;
}

#learnsleddog_v2 .learnsleddog_heading .learnsleddog_eyebrow {
  text-align: center;
}

#learnsleddog_v2 h2 {
  color: #102333;
  font-size: 45px;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}

#learnsleddog_v2 h2::after {
  display: none;
}

#learnsleddog_v2 .learnsleddog_heading > p:not(.learnsleddog_eyebrow) {
  font-size: 19px;
  line-height: 1.55;
  margin: 25px auto 0;
  max-width: 860px;
}

#learnsleddog_v2 .learnsleddog_question_grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
}

#learnsleddog_v2 .learnsleddog_question_card {
  background: #fff;
  border: 1px solid #c7d9e2;
  display: flex;
  flex-direction: column;
}

#learnsleddog_v2 .learnsleddog_video_thumb {
  aspect-ratio: 16/9;
  background: #102333;
  display: block;
  overflow: hidden;
  position: relative;
}

#learnsleddog_v2 .learnsleddog_video_thumb img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.25s ease;
  width: 100%;
}

#learnsleddog_v2 a.learnsleddog_video_thumb:hover img {
  transform: scale(1.035);
}

#learnsleddog_v2 .learnsleddog_play {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  height: 54px;
  left: 50%;
  margin: -27px 0 0 -27px;
  position: absolute;
  top: 50%;
  width: 54px;
}

#learnsleddog_v2 .learnsleddog_play::after {
  border-bottom: 10px solid transparent;
  border-left: 16px solid #f88b1d;
  border-top: 10px solid transparent;
  content: "";
  left: 21px;
  position: absolute;
  top: 17px;
}

#learnsleddog_v2 .learnsleddog_question_copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
  text-align: left;
}

#learnsleddog_v2 .learnsleddog_question_copy h3 {
  color: #007d9d;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 12px;
}

#learnsleddog_v2 .learnsleddog_question_copy p {
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

#learnsleddog_v2 .learnsleddog_video_links {
  margin-top: auto;
  padding-top: 18px;
}

#learnsleddog_v2 .learnsleddog_video_links a,
#learnsleddog_v2 .learnsleddog_channel_cta {
  color: #f88b1d;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 7px;
}

#learnsleddog_v2 .learnsleddog_video_links a:hover,
#learnsleddog_v2 .learnsleddog_channel_cta:hover {
  color: #f88b1d;
}

#learnsleddog_v2 .learnsleddog_ghost_card {
  align-items: center;
  background: transparent;
  border: 2px dashed #d5e5ed;
  box-sizing: border-box;
  color: #657888;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 28px;
  text-align: center;
}

#learnsleddog_v2 .learnsleddog_ghost_card > span {
  color: #f88b1d;
  font-family: "Open Sans", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

#learnsleddog_v2 .learnsleddog_ghost_card p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  text-align: center;
}

#learnsleddog_v2 .learnsleddog_series {
  background: #fff;
}

#learnsleddog_v2 .learnsleddog_channel_cta {
  margin: 20px auto 0;
  text-align: center;
}

#learnsleddog_v2 .learnsleddog_series_grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

#learnsleddog_v2 .learnsleddog_series_card {
  color: #007d9d;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

#learnsleddog_v2 .learnsleddog_series_card > span:last-child {
  display: block;
  margin-top: 12px;
}

#learnsleddog_v2 .learnsleddog_series_card:hover {
  color: #f88b1d;
}

#learnsleddog_v2 .learnsleddog_series_card .learnsleddog_video_thumb img {
  height: 100%;
}

#learnsleddog_v2 .learnsleddog_series_ghost {
  min-height: 205px;
}

#learnsleddog_v2 .learnsleddog_series_ghost:hover {
  border-color: #f88b1d;
}

#learnsleddog_v2 .learnsleddog_series_ghost:hover p {
  color: #f88b1d;
}

#faperte_v2 .faperte_requirements_table,
#faperte_v2 .faperte_requirements_table * {
  font-family: "Open Sans", sans-serif;
}

/* CANCELLATION POLICY */

#cancellation_v2 {
  color: #102333;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}

#cancellation_v2 .cancellation_container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

#cancellation_v2 .cancellation_hero,
#cancellation_v2 .cancellation_closing {
  background-position: center;
  background-size: cover;
  color: #fff;
}

#cancellation_v2 .cancellation_overlay {
  background: rgba(7, 30, 48, 0.72);
}

#cancellation_v2 .cancellation_hero .cancellation_overlay {
  min-height: 740px;
}

#cancellation_v2 .cancellation_hero_content {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8%;
  min-height: 740px;
  padding-bottom: 140px;
  padding-top: 140px;
  width: 52vw;
}

#cancellation_v2 .cancellation_eyebrow {
  color: #f88b1d;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.35;
  margin: 0 0 18px;
  text-transform: uppercase;
}

#cancellation_v2 h1 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.06;
  margin: 0 0 25px;
  text-transform: none;
}

#cancellation_v2 h2 {
  color: #102333;
  font-family: "Racing Sans One", cursive;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
}

#cancellation_v2 h2::after {
  display: none;
}

#cancellation_v2 h3 {
  color: #007d9d;
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 14px;
  text-transform: none;
}

#cancellation_v2 p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

#cancellation_v2 .cancellation_hero_content > p:not(.cancellation_eyebrow) {
  margin: 0 0 18px;
}

#cancellation_v2 .cancellation_hero_lead {
  font-size: 21px !important;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 18px !important;
}

#cancellation_v2 .cancellation_section {
  padding: 105px 0;
}

#cancellation_v2 .cancellation_soft {
  background: #f4f1ec;
}

#cancellation_v2 .cancellation_heading {
  margin: 0 auto 45px;
  max-width: 920px;
  text-align: center;
}

#cancellation_v2 .cancellation_heading .cancellation_eyebrow,
#cancellation_v2 .cancellation_heading h2,
#cancellation_v2 .cancellation_heading > p {
  text-align: center;
}

#cancellation_v2 .cancellation_heading > p:not(.cancellation_eyebrow) {
  margin: 24px auto 0;
  max-width: 820px;
}

#cancellation_v2 .cancellation_rate_table {
  border: 1px solid #c7d9e2;
  margin: 0 auto;
  max-width: 1060px;
}

#cancellation_v2 .cancellation_rate_head,
#cancellation_v2 .cancellation_rate_table article {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1.4fr;
}

#cancellation_v2 .cancellation_rate_head {
  background: #102333;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#cancellation_v2 .cancellation_rate_head span,
#cancellation_v2 .cancellation_rate_table article > div {
  box-sizing: border-box;
  padding: 24px 28px;
}

#cancellation_v2 .cancellation_rate_table article {
  background: #fff;
  border-top: 1px solid #c7d9e2;
  font-size: 18px;
  line-height: 1.45;
}

#cancellation_v2 .cancellation_rate_table article > div + div {
  border-left: 1px solid #c7d9e2;
}

#cancellation_v2 .cancellation_rate_table h3 {
  color: #007d9d;
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

#cancellation_v2 .cancellation_rate_table strong {
  color: #102333;
  display: block;
  font-family: "Racing Sans One", cursive;
  font-size: 43px;
  font-weight: 400;
  line-height: 1;
}

#cancellation_v2 .cancellation_rate_table b,
#cancellation_v2 .cancellation_rate_table small {
  display: block;
  font-family: "Open Sans", sans-serif;
}

#cancellation_v2 .cancellation_rate_table b {
  font-size: 18px;
  font-weight: 700;
}

#cancellation_v2 .cancellation_rate_table small {
  color: #657888;
  font-size: 14px;
  line-height: 1.35;
  margin-top: 5px;
}

#cancellation_v2 .cancellation_rate_table .cancellation_rate_featured {
  background: #fbf1eb;
  border-left: 3px solid #f88b1d;
  border-right: 3px solid #f88b1d;
}

#cancellation_v2 .cancellation_notes {
  margin: 35px auto 0;
  max-width: 1060px;
}

#cancellation_v2 .cancellation_notes p {
  margin: 0 0 16px;
  text-align: center;
}

#cancellation_v2 .cancellation_notes .cancellation_note_0 {
  color: #526b7b;
  margin-top: 30px;
}

#cancellation_v2 .cancellation_notes .cancellation_note_1 {
  color: #102333;
  font-weight: 700;
}

#cancellation_v2 .cancellation_notes .cancellation_note_2 {
  color: #526b7b;
  margin-top: 24px;
}

#cancellation_v2 .cancellation_notes .cancellation_note_3 {
  color: #526b7b;
}

#cancellation_v2 .cancellation_notes .cancellation_note_4 {
  color: #102333;
  font-weight: 700;
  margin-top: 26px;
}

#cancellation_v2 .cancellation_split {
  align-items: stretch;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1fr;
}

#cancellation_v2 .cancellation_split > img {
  height: 100%;
  min-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#cancellation_v2 .cancellation_copy {
  align-self: center;
  text-align: left;
}

#cancellation_v2 .cancellation_copy > p {
  margin: 0 0 22px;
  text-align: left;
}

#cancellation_v2 .cancellation_copy h2 {
  margin: 0 0 28px;
  text-align: left;
}

#cancellation_v2 .cancellation_copy h3 {
  margin-top: 34px;
}

#cancellation_v2 .cancellation_copy ul,
#cancellation_v2 .cancellation_text_panel ul,
#cancellation_v2 .cancellation_center_copy ul {
  list-style: none;
  margin: 28px 0;
  padding: 0;
}

#cancellation_v2 .cancellation_copy li,
#cancellation_v2 .cancellation_text_panel li,
#cancellation_v2 .cancellation_center_copy li {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 15px;
  padding-left: 24px;
  position: relative;
}

#cancellation_v2 .cancellation_copy li::before,
#cancellation_v2 .cancellation_text_panel li::before,
#cancellation_v2 .cancellation_center_copy li::before {
  color: #f88b1d;
  content: "\203A";
  font-size: 25px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 2px;
}

#cancellation_v2 .cancellation_lead {
  color: #007d9d;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.45 !important;
}

#cancellation_v2 .cancellation_notice {
  background: #e7f3f8;
  border-left: 4px solid #007d9d;
  box-sizing: border-box;
  margin-top: 28px !important;
  padding: 22px 24px;
}

#cancellation_v2 .cancellation_gift_note {
  border-left: 4px solid #f88b1d;
  font-weight: 700;
  margin-top: 20px !important;
  padding-left: 18px;
}

#cancellation_v2 .cancellation_weather {
  background: #f4f1ec;
}

#cancellation_v2 .cancellation_split_reverse > img {
  order: -1;
}

#cancellation_v2 .cancellation_narrow {
  max-width: 970px;
}

#cancellation_v2 .cancellation_text_panel {
  margin: 0 auto;
  max-width: 850px;
  text-align: left;
}

#cancellation_v2 .cancellation_text_panel > p {
  margin: 0 0 22px;
  text-align: left;
}

#cancellation_v2 .cancellation_center_copy {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

#cancellation_v2 .cancellation_center_copy > p {
  text-align: center;
}

#cancellation_v2 .cancellation_center_copy li {
  text-align: left;
}

#cancellation_v2 .cancellation_center_copy > p.cancellation_participants_note {
  margin: 24px 0 0;
  text-align: left !important;
}

#cancellation_v2 .cancellation_no_refund_note {
  margin: 24px 0 0;
  text-align: left;
}

#cancellation_v2 .cancellation_gifts_copy ul {
  margin-top: 8px;
  margin-bottom: 24px;
}

#cancellation_v2 .cancellation_gifts_copy li {
  margin-bottom: 14px;
}

#cancellation_v2 .cancellation_gifts_copy li strong {
  color: #102333;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

#cancellation_v2 .cancellation_card_grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1040px;
}

#cancellation_v2 .cancellation_card_grid article {
  background: #f6f6f6;
  border-top: 4px solid #007d9d;
  box-sizing: border-box;
  padding: 32px;
  text-align: left;
}

#cancellation_v2 .cancellation_card_grid article p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  text-align: left;
}

#cancellation_v2 .cancellation_soft .cancellation_card_grid article {
  background: #fff;
}

#cancellation_v2 .cancellation_legal_grid {
  grid-template-columns: repeat(2, 1fr);
}

#cancellation_v2 .cancellation_closing {
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#cancellation_v2 .cancellation_closing .cancellation_overlay {
  align-items: center;
  display: flex;
  min-height: 600px;
}

#cancellation_v2 .cancellation_closing .cancellation_container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 780px;
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}

#cancellation_v2 .cancellation_closing .cancellation_eyebrow {
  color: #ffd7b4;
  text-align: center;
}

#cancellation_v2 .cancellation_closing h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 28px;
  padding-bottom: 28px;
  position: relative;
  text-align: center;
  text-transform: none;
}

#cancellation_v2 .cancellation_closing h2::after {
  background: #007d9d;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin-left: -300px;
  position: absolute;
  width: 600px;
}

#cancellation_v2 .cancellation_closing p {
  margin: 0 auto 12px;
  max-width: 680px;
  text-align: center;
}

#cancellation_v2 .cancellation_closing .cancellation_closing_prompt {
  font-weight: 700;
  margin-top: 26px;
}

#cancellation_v2 .cancellation_closing .generic_cta {
  background: #f88b1d;
  color: #fff;
  display: inline-block;
  margin-top: 24px;
  padding: 18px 30px;
}

@media all and (max-width: 900px) {
  #cancellation_v2 .cancellation_hero_content {
    width: 68vw;
  }

  #cancellation_v2 .cancellation_split {
    gap: 42px;
  }
}

@media all and (max-width: 640px) {
  #cancellation_v2 .cancellation_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #cancellation_v2 .cancellation_hero .cancellation_overlay,
  #cancellation_v2 .cancellation_hero_content {
    min-height: 580px;
  }

  #cancellation_v2 .cancellation_hero_content {
    margin-left: 0;
    padding-bottom: 90px;
    padding-top: 90px;
    width: 100%;
  }

  #cancellation_v2 h1 {
    font-size: 42px;
  }

  #cancellation_v2 h2,
  #cancellation_v2 .cancellation_closing h2 {
    font-size: 36px;
  }

  #cancellation_v2 .cancellation_section {
    padding: 74px 0;
  }

  #cancellation_v2 .cancellation_rate_head {
    display: none;
  }

  #cancellation_v2 .cancellation_rate_table article {
    grid-template-columns: 1fr;
  }

  #cancellation_v2 .cancellation_rate_table article > div {
    border-left: 0 !important;
    border-top: 1px solid #c7d9e2;
    padding: 18px 22px;
  }

  #cancellation_v2 .cancellation_rate_table article > div:first-child {
    border-top: 0;
  }

  #cancellation_v2 .cancellation_split,
  #cancellation_v2 .cancellation_card_grid,
  #cancellation_v2 .cancellation_legal_grid {
    grid-template-columns: 1fr;
  }

  #cancellation_v2 .cancellation_split > img {
    min-height: 320px;
    order: 2;
  }

  #cancellation_v2 .cancellation_split_reverse > img {
    order: 2;
  }

  #cancellation_v2 .cancellation_closing .cancellation_overlay {
    min-height: 560px;
  }

  #cancellation_v2 .cancellation_closing .cancellation_container {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  #cancellation_v2 .cancellation_closing h2::after {
    margin-left: -145px;
    width: 290px;
  }
}

#learnsleddog_v2 .learnsleddog_closing {
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#learnsleddog_v2 .learnsleddog_closing .learnsleddog_overlay {
  align-items: center;
  display: flex;
  min-height: 590px;
}

#learnsleddog_v2 .learnsleddog_closing .learnsleddog_container {
  max-width: 1000px;
}

#learnsleddog_v2 .learnsleddog_closing p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 auto 24px;
  max-width: 780px;
}

#learnsleddog_v2 .learnsleddog_closing h2 {
  color: #fff;
  font-size: 48px;
  margin: 0 auto 28px;
  padding-bottom: 27px;
  position: relative;
}

#learnsleddog_v2 .learnsleddog_closing h2::after {
  background: #007d9d;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin-left: -300px;
  position: absolute;
  width: 600px;
}

#learnsleddog_v2 .learnsleddog_closing .learnsleddog_actions {
  justify-content: center;
  margin-top: 0;
}

#learnsleddog_v2 .learnsleddog_closing .learnsleddog_outline_button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding: 16px 28px;
  text-transform: uppercase;
}

/* Shared internal-hero eyebrow system. */

#about_v2 .about_hero_content .about_eyebrow,
#champions_v2 .champions_hero_content .champions_eyebrow,
#faperte_v2 .faperte_hero_content .faperte_eyebrow,
#excursion_v2 .excursion_hero_content .excursion_eyebrow,
#masterclass_v2 .masterclass_hero_content .masterclass_eyebrow,
#musher_v2 .musher_hero_content .musher_eyebrow,
#tailormade_v2 .tailormade_hero_content .tailormade_eyebrow,
#giftcard_v2 .giftcard_hero_content .giftcard_eyebrow,
#learnsleddog_v2 .learnsleddog_hero_content .learnsleddog_eyebrow,
#faq_v2 .faq_hero_content .faq_eyebrow {
  color: #f88b1d;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.35;
  margin: 0 0 18px;
  text-transform: uppercase;
}

@media all and (max-width: 900px) {
  #learnsleddog_v2 .learnsleddog_hero_content {
    width: 68vw;
  }

  #learnsleddog_v2 .learnsleddog_question_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #learnsleddog_v2 .learnsleddog_series_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (max-width: 640px) {
  #learnsleddog_v2 .learnsleddog_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #learnsleddog_v2 .learnsleddog_overlay {
    min-height: 580px;
  }

  #learnsleddog_v2 .learnsleddog_hero_content {
    margin-left: 0;
    min-height: 580px;
    padding-bottom: 90px;
    padding-top: 90px;
    width: 100%;
  }

  #learnsleddog_v2 h1 {
    font-size: 42px;
  }

  #learnsleddog_v2 h2,
  #learnsleddog_v2 .learnsleddog_closing h2 {
    font-size: 36px;
  }

  #learnsleddog_v2 .learnsleddog_section {
    padding: 74px 0;
  }

  #learnsleddog_v2 .learnsleddog_question_grid,
  #learnsleddog_v2 .learnsleddog_series_grid {
    grid-template-columns: 1fr;
  }

  #learnsleddog_v2 .learnsleddog_video_thumb img,
  #learnsleddog_v2 .learnsleddog_series_card .learnsleddog_video_thumb img {
    height: auto;
  }

  #learnsleddog_v2 .learnsleddog_closing .learnsleddog_overlay {
    min-height: 560px;
  }

  #learnsleddog_v2 .learnsleddog_closing h2::after {
    margin-left: -145px;
    width: 290px;
  }
}

#giftcard_v2 .giftcard_split {
  align-items: stretch;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1fr;
}

#giftcard_v2 .giftcard_split > img {
  height: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#giftcard_v2 .giftcard_copy {
  align-self: center;
  text-align: left;
}

#giftcard_v2 .giftcard_copy p {
  font-size: 18px;
  line-height: 1.62;
  margin: 0 0 22px;
  text-align: left;
}

#giftcard_v2 .giftcard_text_cta {
  color: #007d9d;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  text-decoration: none;
}

#giftcard_v2 .giftcard_how_grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

#giftcard_v2 .giftcard_how_grid article {
  background: #f6f6f6;
  border-top: 4px solid #007d9d;
  padding: 36px 34px;
}

#giftcard_v2 .giftcard_how_grid article .giftcard_eyebrow {
  margin-bottom: 11px;
}

#giftcard_v2 .giftcard_how_grid h3 {
  color: #007d9d;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 16px;
}

#giftcard_v2 .giftcard_how_grid p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

#giftcard_v2 .giftcard_closing .giftcard_overlay {
  align-items: center;
  display: flex;
  min-height: 600px;
}

#giftcard_v2 .giftcard_closing .giftcard_container {
  max-width: 780px;
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}

#giftcard_v2 .giftcard_closing .giftcard_eyebrow,
#giftcard_v2 .giftcard_closing h2,
#giftcard_v2 .giftcard_closing p {
  text-align: center;
}

#giftcard_v2 .giftcard_closing .giftcard_eyebrow {
  color: #ffd7b4;
}

#giftcard_v2 .giftcard_closing h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 28px;
  padding-bottom: 28px;
  position: relative;
  text-transform: none;
}

#giftcard_v2 .giftcard_closing h2::after {
  background: #007d9d;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  margin-left: -300px;
  position: absolute;
  width: 600px;
}

#giftcard_v2 .giftcard_closing p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 620px;
}

#giftcard_v2 .giftcard_closing .generic_cta {
  margin-top: 30px;
}

@media all and (max-width: 900px) {
  #giftcard_v2 .giftcard_hero_content {
    width: 68vw;
  }

  #giftcard_v2 .giftcard_rate_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #giftcard_v2 .giftcard_split {
    gap: 40px;
  }
}

@media all and (max-width: 640px) {
  #giftcard_v2 .giftcard_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #giftcard_v2 .giftcard_hero_content {
    margin-left: 0;
    min-height: 620px;
    padding-bottom: 90px;
    padding-top: 90px;
    width: 100%;
  }

  #giftcard_v2 h1 {
    font-size: 42px;
  }

  #giftcard_v2 h2 {
    font-size: 37px;
  }

  #giftcard_v2 .giftcard_section {
    padding: 72px 0;
  }

  #giftcard_v2 .giftcard_rate_grid,
  #giftcard_v2 .giftcard_split,
  #giftcard_v2 .giftcard_how_grid {
    grid-template-columns: 1fr;
  }

  #giftcard_v2 .giftcard_rate_grid article {
    min-height: 0;
  }

  #giftcard_v2 .giftcard_split > img {
    min-height: 330px;
  }

  #giftcard_v2 .giftcard_closing .giftcard_overlay {
    min-height: 580px;
  }

  #giftcard_v2 .giftcard_closing h2 {
    font-size: 37px;
  }

  #giftcard_v2 .giftcard_closing h2::after {
    margin-left: -145px;
    width: 290px;
  }
}

#about_v2 .about_story .about_copy,
#about_v2 .about_story .about_copy .about_eyebrow,
#about_v2 .about_story .about_copy h2,
#about_v2 .about_story .about_copy p,
#about_v2 .about_story .about_copy blockquote {
  text-align: left !important;
}

#about_v2 .about_story .about_copy h2::after {
  display: none !important;
}

#about_v2 .about_mentor .about_copy,
#about_v2 .about_mentor .about_copy .about_eyebrow,
#about_v2 .about_mentor .about_copy h2,
#about_v2 .about_mentor .about_copy p,
#about_v2 .about_mentor .about_copy blockquote {
  text-align: left !important;
}

#about_v2 .about_mentor .about_copy h2::after {
  display: none !important;
}

#about_v2 .about_today .about_container,
#about_v2 .about_today .about_eyebrow,
#about_v2 .about_today h2,
#about_v2 .about_today .about_intro {
  text-align: center !important;
}

#about_v2 .about_today .about_intro {
  margin-left: auto;
  margin-right: auto;
}

#about_v2 .about_today h2::after {
  display: none !important;
}

#about_v2 .about_today .about_stats {
  justify-content: center;
}

#about_v2 .about_today .about_stat {
  background: rgba(10, 34, 52, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.42);
  margin: 8px;
  min-height: 138px;
  padding: 27px 18px;
  text-align: center;
  width: calc(25% - 16px);
}

#about_v2 .about_today .about_stat strong,
#about_v2 .about_today .about_stat span {
  text-align: center;
}

@media all and (max-width: 768px) {
  #about_v2 .about_hero_overlay {
    min-height: 620px;
  }

  #about_v2 .about_hero_content {
    margin-left: 8%;
    max-width: 84%;
    min-height: 620px;
    padding-bottom: 105px;
    padding-top: 105px;
    width: auto;
  }

  #about_v2 h1 {
    font-size: 44px;
  }

  #about_v2 h2 {
    font-size: 38px;
  }

  #about_v2 .about_stat {
    border: 0;
    padding-left: 0;
    padding-right: 16px;
  }

  #about_v2 .about_today .about_stat {
    margin: 6px;
    padding: 22px 14px;
    width: calc(50% - 12px);
  }
}

/* MODIFICHE ANDREA 13/09/2026 */

#homepage_v2 .home_slider .home_hero_content .eyebrow {
	color: #f88b1d;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.35;
	margin: 0 0 18px;
	text-transform: uppercase;
}
h1 {
	font-weight: 400 !important;
	font-family: 'Racing Sans One' !important;
	font-style: normal !important;
	text-transform: uppercase !important;
  line-height: 1.1 !important;
}
h2 {
	font-weight: 400 !important;
	font-family: 'Racing Sans One' !important;
	font-style: normal !important;
	text-transform: uppercase !important;
	font-size: 46px !important;
	line-height: .9 !important;
  margin: 0 0 25px !important;
  padding: 0 !important;
}
h2::after {
  display: none;
}
.final_section h2 {
  padding: 0 0 30px !important;
}
.final_section h2::after {
  display: block;
}
.hero_section .hero_content > p,
.final_section .closing_content > p,
#musher_v2 .musher_intro {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.hero_section .hero_content > p.eyebrow,
.final_section .closing_content > p.eyebrow {
  color: #f88b1d !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
}

@media all and (max-width: 600px) {
  /* TYPOGRAPHY */
  p, li {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }
  h1, h2 {
    font-size: 40px !important;
    line-height: .9 !important;
  }
  .eyebrow {
    margin: 0 0 8px !important;
  }
  blockquote, #masterclass_v2 .masterclass_takeaway p {
    font-size: 19px !important;
    margin: 10px 0 20px !important;
    line-height: 1.3 !important;
  }
  #masterclass_v2 .masterclass_takeaway p {
    margin: 0 !important;
  }
  /* HEADER */
  header #logo_wrapper {
    left: auto !important;
    top: 10px !important;
    right: 20px !important;
    text-align: center;
    z-index: 999999 !important;
    width: 90px;
  }
  #logo_wrapper img {
    max-width: 90px;
    width: 90px;
  }
  /* MENU */
  header #menu_row nav > ul > li {
    margin-bottom: 10px !important;
  }
  header #menu_row nav > ul > li ul {
    margin-top: 10px !important;
  }
  /* VARIE */
  .hero_section  *,
  .final_section * {
    min-height: 10px !important;
  }
  .hero_section .hero_content {
    position: relative !important;
    left: 0 !important;
    margin-left: 0 !important;
    max-width: 100vw !important;
    padding: 120px 25px 80px !important;
  }
  .final_section .closing_content {
    padding: 0 24px !important;
  }
  .hero_section a,
  .final_section a {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  #about_v2 .about_signature {
    letter-spacing: 1px !important;
    margin-top: 10px !important;
    font-size: 13px !important;
  }
  #about_v2 .about_stat strong {
    font-size: 34px !important;
  }
  #cancellation_v2 .cancellation_rate_table {
    border: 0;
  }
  #cancellation_v2 .cancellation_rate_table article {
    font-size: 16px;
    line-height: 1.3;
    display: block;
    border: 0;
    margin-bottom: 30px;
    background: #eee;
    border: 1px solid #ccc;
  }
  #rapid_check_link p {
    line-height: 1 !important;
  }
  #contact_form {
    padding: 0 20px !important;
  }
  #contact_form button {
    width: 100% !important;
  }
  /* FOOTER */
  footer p {
    font-size: 13px !important;
    margin: 10px !important;
  }
}