html{height:100vh;box-sizing:border-box;position:relative}body{min-height:100%}*,:before,:after{box-sizing:inherit;margin:0;padding:0}header{width:100%;z-index:2;position:absolute}.page-container{z-index:1;width:100%;position:absolute;top:7.2rem}ul,ol{list-style:none}a{cursor:pointer;text-transform:uppercase;color:inherit;text-decoration:none}html{font-size:62.5%}body{font-family:DM Sans,sans-serif;font-size:1.5rem;font-weight:400;line-height:2.5rem}h1{letter-spacing:.417rem;font-size:4rem;font-weight:700;line-height:4.8rem}h2{font-size:2.4rem;font-weight:700;line-height:2.5rem}h3{font-size:1.8rem;font-weight:700;line-height:2.5rem}h4{letter-spacing:.02rem;font-size:1.2rem;font-weight:700;line-height:2.5rem}a{letter-spacing:.2rem;font-size:1.2rem;font-weight:700;line-height:1.6rem}table{letter-spacing:.2rem;font-size:1.2rem;font-weight:700}.flex{display:flex}.flex-d-c{flex-direction:column}.flex-ai-c{align-items:center}.flex-jc-sb{justify-content:space-between}.flex-jc-c{justify-content:center}.hide,.show-for-mobile{display:none}@media only screen and (max-width:45.2em){.show-for-mobile{display:block}}.text-center{text-align:center}.banner{display:flex}@media only screen and (min-width:45.2em){.banner{height:65rem}}@media only screen and (max-width:45.2em){.banner{flex-direction:column-reverse}}.banner:first-child{color:#fff;background-color:#000}.banner:first-child .banner__left{position:relative}@media only screen and (max-width:45.2em){.banner:first-child .banner__left:after{content:"";height:.6rem;width:25%;background-image:linear-gradient(192deg,#5a77ff,#bc7198,#ffc593);margin-left:3.3rem;position:absolute;top:0;left:0}}.banner:first-child .banner__left .banner__text{position:relative}.banner:first-child .banner__left .banner__text:before{content:"";height:100%;width:.6rem;background-image:linear-gradient(#5a77ff,#bc7198,#ffc593);display:block;position:absolute;left:0}@media only screen and (max-width:45.2em){.banner:first-child .banner__left .banner__text:before{display:none}}.banner--reverse{flex-direction:row-reverse}@media only screen and (max-width:45.2em){.banner--reverse{flex-direction:column-reverse}}.banner__left{flex:55rem;justify-content:center;align-items:center;display:flex}@media only screen and (max-width:45.2em){.banner__left{flex:auto}}.banner__right{flex:3 4 auto}@media only screen and (max-width:45.2em){.banner__right{flex:auto}}.banner__right img{width:100%;height:100%;object-fit:cover;display:block}.banner__text{margin:17.3rem 0;padding:0 11.2rem}@media only screen and (max-width:81.3em){.banner__text{margin:17.3rem 0;padding:0 5.4rem}}@media only screen and (max-width:45.2em){.banner__text{margin:7.2rem 0;padding:0 3.3rem}}.banner__text h1{text-transform:uppercase;margin-bottom:2.1rem}@media only screen and (max-width:52.4em){.banner__text h1{margin-bottom:1.6rem}}@media only screen and (max-width:45.2em){.banner__text h1{font-size:3.2rem}}.banner__text .description{opacity:.75;margin-bottom:4.8rem}@media only screen and (max-width:52.4em){.banner__text .description{margin-bottom:2.3rem}}.cta-banner{color:#fff;min-height:28rem;background-color:#0000;background-image:none,url(bg-beta.4b27507c.jpg);background-position:0 0,50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:6.8rem 0;position:relative}@media only screen and (max-width:59.7em){.cta-banner{background-color:#0000;background-image:none,url(bg-beta.93820f3d.jpg);background-position:0 0,50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}}@media only screen and (max-width:37.9em){.cta-banner{background-color:#0000;background-image:none,url(bg-beta.4c8089f5.jpg);background-position:0 0,50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}}.cta-banner:before{content:"";height:100%;width:.6rem;background-image:linear-gradient(#5a77ff,#bc7198,#ffc593);display:block;position:absolute;top:0;left:0}.cta-banner__content{width:80%;justify-content:space-between;align-items:center;margin:auto;display:flex}@media only screen and (max-width:52.4em){.cta-banner__content{flex-direction:column;align-items:start}}.cta-banner h1{text-transform:uppercase;max-width:40rem}@media only screen and (max-width:52.4em){.cta-banner h1{margin-bottom:2.4rem}}.btn{text-align:center;height:4rem;width:100%;padding:1.2rem 0;transition:color .2s,background-color .2s}.btn--header{width:15.8rem}@media only screen and (max-width:45.2em){.btn--header{width:95%;padding:1.4rem 0;font-size:1.5rem}}.btn--black{color:#fff;background-color:#000}.btn--black:hover{color:#000;background-color:#dfdfdf}.btn--white{color:#000;background-color:#fff}.btn--white:hover{background-color:#dfdfdf}.hamburger-btn{cursor:pointer;width:2rem;height:2rem;position:relative}.hamburger-btn span{width:100%;height:.1rem;transform-origin:50%;background-color:#000;transition:top .2s,transform .2s;position:absolute;left:0}.hamburger-btn span:nth-of-type(n){top:calc(50% - .2rem)}.hamburger-btn span:nth-of-type(2n){top:calc(50% + .2rem)}.hamburger-btn.open span{transition:top .1s,transform .2s .1s;top:50%}.hamburger-btn.open span:nth-of-type(n){transform:rotate(45deg)}.hamburger-btn.open span:nth-of-type(2n){transform:rotate(-45deg)}.features{width:80%;grid-template-columns:repeat(3,1fr);gap:10.4rem 3rem;margin:auto;padding:16rem 0;display:grid}@media only screen and (max-width:66.9em){.features{grid-template-columns:repeat(2,1fr);row-gap:7.2rem;padding:11.2rem 0}}@media only screen and (max-width:37.9em){.features{max-width:41.5rem;grid-template-columns:repeat(1,1fr);row-gap:5.6em;padding:6.4rem 0}}.features--home{padding:12rem 0}@media only screen and (max-width:66.9em){.features--home{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:52.4em){.features--home{max-width:41.5rem;grid-template-columns:repeat(1,1fr);padding:8rem 0}}.features .feature{text-align:center;flex-direction:column;display:flex}.features .feature__image{height:7.2rem;justify-content:center;align-items:center;margin-bottom:4.8rem;display:flex}.features .feature__text{flex-direction:column;display:flex}.features .feature__text h3{margin-bottom:1.6rem}.features .feature__text p{opacity:.6}.link{display:inline-flex}.link:after{margin-left:1.8rem;transition:transform .2s}.link--black:after{content:url(arrow-black.23107ac9.svg)}.link--white:after{content:url(arrow-white.a5601a4b.svg)}.link:hover:after{transform:translate(1rem)}.link:hover{text-decoration:underline}.story-link{justify-content:space-between;display:flex}.stories{grid-template-columns:repeat(4,1fr);display:grid}@media only screen and (max-width:66.9em){.stories{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:37.9em){.stories{grid-template-columns:1fr}}.stories .story{color:#fff;cursor:pointer;height:50rem;transition:transform .2s;position:relative}@media only screen and (max-width:52.4em){.stories .story{height:37.5rem}}@media only screen and (max-width:37.9em){.stories .story{height:50rem}}@media only screen and (max-width:23.4em){.stories .story{height:37.5rem}}.stories .story:after{content:"";height:.6rem;width:100%;background-image:linear-gradient(150deg,#5a77ff,#bc7198,#ffc593);display:none;position:absolute;bottom:0;left:0}.stories .story:hover{transform:translateY(-2.4rem)}.stories .story:hover:after{display:block}.stories .story__text{width:100%;z-index:1;padding:4rem;position:absolute;bottom:0;left:0}@media only screen and (max-width:52.4em){.stories .story__text{padding:3.3rem}}.stories .story__text h3{margin-bottom:.4rem}.stories .story__text p{font-size:1.3rem}.stories .story__text hr{color:#dfdfdf;opacity:.25;margin-top:1.6rem;margin-bottom:2rem}.stories .story__text .date{margin-bottom:.4rem}.stories .story--1{background-color:#0000;background-image:linear-gradient(#0000,#000),url(mountains.bb556639.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--1{background-image:linear-gradient(#0000,#000),url(mountains.f5a8335f.jpg)}}.stories .story--2{background-color:#0000;background-image:linear-gradient(#0000,#000),url(cityscapes.2537baa0.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--2{background-image:linear-gradient(#0000,#000),url(cityscapes.ef123811.jpg)}}.stories .story--3{background-color:#0000;background-image:linear-gradient(#0000,#000),url(18-days-voyage.4ca018f0.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--3{background-image:linear-gradient(#0000,#000),url(18-days-voyage.9707107d.jpg)}}.stories .story--4{background-color:#0000;background-image:linear-gradient(#0000,#000),url(architecturals.46285ea1.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--4{background-image:linear-gradient(#0000,#000),url(architecturals.b09188a2.jpg)}}.stories .story--5{background-color:#0000;background-image:linear-gradient(#0000,#000),url(world-tour.574680ff.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--5{background-image:linear-gradient(#0000,#000),url(world-tour.38308690.jpg)}}.stories .story--6{background-color:#0000;background-image:linear-gradient(#0000,#000),url(unforeseen-corners.b78fe8ca.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--6{background-image:linear-gradient(#0000,#000),url(unforeseen-corners.046291c7.jpg)}}.stories .story--7{background-color:#0000;background-image:linear-gradient(#0000,#000),url(king-on-africa.60a1e7b3.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--7{background-image:linear-gradient(#0000,#000),url(king-on-africa.48f8c4b3.jpg)}}.stories .story--8{background-color:#0000;background-image:linear-gradient(#0000,#000),url(trip-to-nowhere.6d60719b.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--8{background-image:linear-gradient(#0000,#000),url(trip-to-nowhere.0cb4e9eb.jpg)}}.stories .story--9{background-color:#0000;background-image:linear-gradient(#0000,#000),url(rage-of-the-sea.771ef809.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--9{background-image:linear-gradient(#0000,#000),url(rage-of-the-sea.3a03b5f0.jpg)}}.stories .story--10{background-color:#0000;background-image:linear-gradient(#0000,#000),url(running-free.edbccc9b.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--10{background-image:linear-gradient(#0000,#000),url(running-free.4a96a3cc.jpg)}}.stories .story--11{background-color:#0000;background-image:linear-gradient(#0000,#000),url(behind-the-waves.f96402b9.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--11{background-image:linear-gradient(#0000,#000),url(behind-the-waves.9706a963.jpg)}}.stories .story--12{background-color:#0000;background-image:linear-gradient(#0000,#000),url(calm-waters.d32f1864.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--12{background-image:linear-gradient(#0000,#000),url(calm-waters.833da275.jpg)}}.stories .story--13{background-color:#0000;background-image:linear-gradient(#0000,#000),url(milky-way.75ba514e.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--13{background-image:linear-gradient(#0000,#000),url(milky-way.3552707b.jpg)}}.stories .story--14{background-color:#0000;background-image:linear-gradient(#0000,#000),url(dark-forest.395d7b56.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--14{background-image:linear-gradient(#0000,#000),url(dark-forest.f602a6fe.jpg)}}.stories .story--15{background-color:#0000;background-image:linear-gradient(#0000,#000),url(somwarpet.f9c6969d.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--15{background-image:linear-gradient(#0000,#000),url(somwarpet.99fd76f0.jpg)}}.stories .story--16{background-color:#0000;background-image:linear-gradient(#0000,#000),url(land-of-dreams.00cc6f48.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:37.9em){.stories .story--16{background-image:linear-gradient(#0000,#000),url(land-of-dreams.ee314f3c.jpg)}}.switch{width:6.4rem;height:3.2rem;display:inline-block;position:relative}.switch .slider{cursor:pointer;background-color:#dfdfdf;border-radius:16px;transition:all .2s;position:absolute;inset:0}.switch .slider:before{content:"";height:2.4rem;width:2.4rem;background-color:#000;border-radius:50%;transition:all .2s;position:absolute;bottom:.4rem;left:.4rem}.switch input{opacity:0;height:0;width:0}.switch input:checked+.slider{background-color:#000}.switch input:checked+.slider:before{background-color:#fff;transform:translate(3.2rem)}.footer{background-color:#000;padding:6.4rem 0}.footer__content{color:#fff;width:80%;grid-template-rows:5rem 9rem min-content;grid-template-columns:minmax(max-content,1fr) minmax(min-content,3fr) minmax(max-content,1fr);margin:auto;display:grid}@media only screen and (max-width:52.4em){.footer__content{grid-template-rows:repeat(5,min-content);grid-template-columns:1fr}}.footer__content p{opacity:.5025;text-align:center}.footer__content .logos-container{width:15.3rem;height:2rem;justify-content:space-between;display:flex}@media only screen and (max-width:52.4em){.footer__content .logos-container{margin-bottom:4.9rem}}.footer__content .logos-container .logo-container{width:2rem;height:2rem;position:relative}.footer__content .logos-container .logo-container a{cursor:pointer;position:absolute;top:0;left:0}.footer__content .logos-container .logo-container a:first-of-type{z-index:1}.footer__content .logos-container .logo-container a:first-of-type:hover{opacity:0;transition:all .2s}.footer__item--1{grid-column:1}.footer__item--2{grid-area:3/1/span 1/span 1}.footer__item--3{grid-area:1/2/span 3/span 1;margin-left:10rem}@media only screen and (max-width:66.9em){.footer__item--3{grid-area:2/1/span 1/span 1;margin-left:0}}.footer__item--4{grid-area:1/3/span 1/span 1;justify-self:end}.footer__item--5{grid-area:3/3/span 1/span 1;justify-self:end}@media only screen and (max-width:52.4em){.footer__item{grid-area:auto;justify-self:center}.footer__item--1{height:4.8rem}.footer__item--2{height:6.9rem}.footer__item--3{height:24rem}.footer__item--4{height:5rem}}.header{height:7.2rem;background-color:#fff;padding:1.6rem 0;transition:height .3s ease-out;overflow:hidden}@media only screen and (max-width:45.2em){.header.menu-drop{height:33.5rem}.header--mobile{height:4rem;width:95%;justify-content:space-between}}.header__content{width:89%;margin:auto}.header__content hr{width:95%;opacity:.25;margin:2rem 0}@media only screen and (max-width:45.2em){.header__content{flex-direction:column}}.nav-header{width:20%;min-width:24rem}@media only screen and (max-width:45.2em){.nav-header__list{flex-direction:column;margin-top:3.2rem}.nav-header__list li{text-align:center}.nav-header__list li:not(:last-child){margin-bottom:2rem;margin-right:0}.nav-header__list a{font-size:1.5rem}}.nav-header a:hover{color:#dfdfdf;transition:all .2s}.nav-header a.selected{color:#dfdfdf}.nav-footer{height:100%}@media only screen and (max-width:66.9em){.nav-footer{height:auto;width:31.5rem}}@media only screen and (max-width:52.4em){.nav-footer{height:auto;width:100%}}.nav-footer__list{height:100%;flex-direction:column;justify-content:space-between;display:flex}@media only screen and (max-width:66.9em){.nav-footer__list{flex-direction:row}}@media only screen and (max-width:52.4em){.nav-footer__list{flex-direction:column}.nav-footer__list li{text-align:center}.nav-footer__list li:not(:last-child){margin-bottom:1.9rem}}.nav-footer a:hover{opacity:.3;transition:all .2s}.nav-footer a.selected{opacity:.3}.features-page .banner img{object-position:left}.about__row{display:flex}@media only screen and (max-width:52.4em){.about__row{height:auto;flex-direction:column-reverse}.about__row:nth-child(2){flex-direction:column}}.about__row--first .about__col-1{color:#fff;background-color:#000;position:relative}@media only screen and (max-width:52.4em){.about__row--first .about__col-1:after{content:"";height:.6rem;width:25%;background-image:linear-gradient(192deg,#5a77ff,#bc7198,#ffc593);margin-left:3.3rem;position:absolute;top:0;left:0}}.about__row--first .about__description{border-left:.6rem solid;border-image:linear-gradient(#5a77ff,#bc7198,#ffc593) 1;padding-left:10.6rem}@media only screen and (max-width:81.3em){.about__row--first .about__description{padding-left:4.8rem}}@media only screen and (max-width:52.4em){.about__row--first .about__description{border-left:0}}.about__col-1{flex:60rem;justify-content:center;align-items:center;display:flex}@media only screen and (max-width:52.4em){.about__col-1{flex:1 0 auto}}.about__col-2{flex:3 4 auto}@media only screen and (max-width:52.4em){.about__col-2{flex:1 0 auto}}.about__image{width:100%;height:100%;object-fit:cover;display:block}.about__description{margin:17.3rem 0;padding:0 11.2rem}@media only screen and (max-width:81.3em){.about__description{margin:17.3rem 0;padding:0 5.4rem}}@media only screen and (max-width:52.4em){.about__description{margin:7.2rem 0}}@media only screen and (max-width:37.9em){.about__description{padding:0 3.3rem}}.about__description h1{text-transform:uppercase;margin-bottom:2.1rem}@media only screen and (max-width:52.4em){.about__description h1{margin-bottom:1.6rem}}.about__description p{opacity:.6;margin-bottom:4.8rem}@media only screen and (max-width:52.4em){.about__description p{margin-bottom:2.3rem}}.pricing{margin-top:12rem}@media only screen and (max-width:66.9em){.pricing{margin-top:6.4rem}}.plans{width:80%;justify-content:space-between;align-items:center;margin:auto;display:flex}@media only screen and (max-width:81.3em){.plans{width:90%}}@media only screen and (max-width:37.9em){.plans{width:85%}}@media only screen and (max-width:66.9em){.plans{flex-direction:column;margin:auto}}.plan{text-align:center;height:40.7rem;width:31.5%;background-color:#f5f5f5;grid-template-columns:39% min-content;place-content:space-between;padding:5.6rem 4rem 4rem;display:grid}.plan *{grid-column:1/span 2}@media only screen and (max-width:66.9em){.plan{width:100%;height:27rem;padding:4rem}.plan:not(:last-child){margin-bottom:2.4rem}.plan__description{text-align:left;grid-column:1/span 1}.plan__rate{text-align:right;grid-column:2/span 1}.plan a{grid-column:1/span 1}}@media only screen and (max-width:59.7em){.plan{height:30rem}}@media only screen and (max-width:37.9em){.plan{height:40rem}}@media only screen and (max-width:23.4em){.plan{height:47rem;padding:4rem 2rem}}@media only screen and (max-width:45.2em){.plan{grid-template-columns:45% min-content}}@media only screen and (max-width:37.9em){.plan *{text-align:center;grid-column:1/span 2}.plan a{grid-column:1/span 2}}.plan__description h2{margin-bottom:1.8rem}.plan__description p{opacity:.6}.plan--pro{color:#fff;height:47rem;background-color:#000;padding-top:8.8rem;padding-bottom:7.1rem;position:relative}@media only screen and (max-width:66.9em){.plan--pro{height:27rem;padding:4rem}}@media only screen and (max-width:59.7em){.plan--pro{height:30rem;padding:4rem}}@media only screen and (max-width:37.9em){.plan--pro{height:40rem}}@media only screen and (max-width:23.4em){.plan--pro{height:47rem}}.plan--pro:before{content:"";width:100%;height:.6rem;background-image:linear-gradient(192deg,#5a77ff,#bc7198,#ffc593);position:absolute;top:0;left:0}@media only screen and (max-width:66.9em){.plan--pro:before{width:.6rem;height:100%}}.plan-switch{width:25.5rem;justify-content:space-between;align-items:center;margin:auto auto 4.8rem;font-size:1.8rem;font-weight:700;display:flex}.plan-switch__label{opacity:.5;transition:all .2s}.plan-switch .selected{opacity:1}@media only screen and (max-width:66.9em){.plan-switch{margin-bottom:4rem}}.comparison{text-align:center;text-transform:uppercase;margin:16rem 0}@media only screen and (max-width:66.9em){.comparison{margin:11.2rem 0}}@media only screen and (max-width:37.9em){.comparison{margin:6.4rem 0}}.comparison h1{margin-bottom:5.6rem}@media only screen and (max-width:37.9em){.comparison h1{display:none}}.compare-table{letter-spacing:.2rem;width:90%;border-collapse:collapse;text-align:left;margin:auto;font-size:1.2rem}.compare-table:not(.for-mobile){max-width:74rem}.compare-table:not(.for-mobile) tr{height:6.3rem;border-bottom:1px solid #000}.compare-table:not(.for-mobile) tr:not(:first-child){border-bottom:1px solid #dfdfdf}.compare-table:not(.for-mobile) td:first-child,.compare-table:not(.for-mobile) th:first-child{width:40%}.compare-table:not(.for-mobile) td:not(:first-child),.compare-table:not(.for-mobile) th:not(:first-child){text-align:center;width:20%}@media only screen and (max-width:37.9em){.compare-table:not(.for-mobile){display:none}}.compare-table.for-mobile{width:85%}.compare-table.for-mobile .main-title-row{vertical-align:top;height:3.9rem;border-bottom:1px solid #000}.compare-table.for-mobile .feature-title-row{vertical-align:bottom;height:5rem;height:3.9rem}.compare-table.for-mobile .plan-titles-row{vertical-align:bottom;opacity:.5;letter-spacing:.167rem;height:2.9rem;font-size:1rem}.compare-table.for-mobile .data-row{vertical-align:top;height:3.6rem;border-bottom:1px solid #dfdfdf}.compare-table.for-mobile th{width:33.33%}@media only screen and (min-width:37.9em){.compare-table.for-mobile{display:none}}.stories-page .banner{background-color:#0000;background-image:none,url(moon-of-appalacia.bff81d15.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media only screen and (max-width:59.7em){.stories-page .banner{background-image:url(moon-of-appalacia.d63753a3.jpg)}}@media only screen and (max-width:45.2em){.stories-page .banner{background:#000}}.stories-page .banner__left:after{display:none!important}.stories-page .banner__right{width:100%}.stories-page .banner__right img{display:none}@media only screen and (max-width:45.2em){.stories-page .banner__right img{display:block}}.stories-page .banner__text{margin:12.2rem 0;padding-right:0}@media only screen and (max-width:45.2em){.stories-page .banner__text{margin:4.8rem 0}}.stories-page .banner__text :not(:last-child){margin-bottom:2.4rem}.stories-page .banner__text h4{text-transform:uppercase}.stories-page .banner__text h1{margin-bottom:1.6rem!important}.stories-page .banner__text .date{opacity:.75}.stories-page .banner__text:before{display:none!important}
/*# sourceMappingURL=index.ecb0914c.css.map */
