@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "FrGuide", Helvetica, arial, sans-serif;
  width: 100%;
  position: relative;
  font-size: 16px;
  overflow-x: hidden;
}

a[name] {
  display: block;
  cursor: auto !important;
}

.bkgColorSecondary {
  background-color: #96FFF5;
}

p {
  font-size: 18px;
  font-family: "FrGuide", Helvetica, arial, sans-serif;
  line-height: 1.4em;
}

.btn, .btn-tertiary {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "FrGuide", Helvetica, arial, sans-serif;
  text-decoration: none;
}

.btn-primary, .btn-tertiary {
  transition: 0.3s all;
  background-color: #FF0037;
  border: 1px solid #FF0037;
  border-color: #FF0037;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 12px 2rem;
  color: #fff;
  font: 700 18px/1.1 "FrGuide", Helvetica, arial, sans-serif;
  min-width: 140px;
  border-radius: 2rem;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  justify-content: center;
}
.btn-primary.focus, .btn-primary:focus {
   background-color: #141928;
   color: #fff;
   border-color: #141928;
   box-shadow: 0 0 0 2px #96FFF5;
}

.btn-primary:hover {
  background-color: #141928;
  color: #fff;
  border-color: #141928;
}

.btn-tertiary {
  background-color: transparent;
  border-color: #141928;
  color: #141928;
}
.btn-tertiary:hover {
  background-color: transparent;
  border-color: #FF0037;
  color: #FF0037;
}

.h1, .h2, .h3, .h4 {
  font-weight: bold;
  line-height: 1.1;
  font-family: "FrGuide", Helvetica, arial, sans-serif;
  margin: 0;
}

h1, .h1 {
  font-size: 4rem;
  line-height: 4.5rem;
  letter-spacing: -0.03rem;
}

h2, .h2 {
  font-size: 2.625rem;
  line-height: 3.125rem;
}

h3, .h3 {
  font-size: 1.875rem;
  line-height: 2.375rem;
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: bold;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

p, .p1 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.p2 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.p3 {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.legal {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
}

sup {
  font-size: 0.5rem;
  top: -0.3em;
}

a {
  color: #141928;
  text-decoration: underline;
}
a:hover {
  color: #FF0037;
  text-decoration: none;
}

.bkgGray_100 {
  background-color: #141928;
}
.whiteText {
   color: #fff;
}
.center {
  text-align: center;
}

.root {
  padding: 5rem 2rem;
  overflow-x: hidden;
}

.root-pb {
  padding: 5rem 2rem 0;
}

.contain {
  max-width: 1200px;
  margin: auto;
}
.contain img {
  max-width: 100%;
}
.centeredImage {
  max-width: 1240px;
  margin: auto;
}
.centeredImage img {
  width: 100%;
}
.bannerTitle {
  max-width: 850px;
  margin: 0 auto;
}
.bannerTitle .h2, .bannerTitle .h4 {
  margin-bottom: 2rem;
}
.bannerTitle.splitTitle {
  justify-content: space-between;
  display: flex;
  max-width: 1200px;
  gap: 2rem;
}
.bannerTitle.splitTitle .title {
  flex: 0 1 40%;
}
.bannerTitle.splitTitle .description {
  flex: 0 1 60%;
}
.bannerTitle.splitTitle .description .p1 {
  margin: 0.5rem auto 2rem;
}
.bannerTitle.splitTitle .description .btn {
  display: block;
}

.flex-ed {
  display: flex;
}

.flex-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mainVideo {
  padding: 0;
  margin: 1rem auto;
}
.mainVideo .bc-iframe .vjs-playlist-enabled {
  width: 100% !important;
}

.videoContainer {
  max-width: 1200px;
  margin: auto;
  display: block;
  overflow: hidden;
  border-radius: 32px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.verticalVideo {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 177%;
  overflow: hidden;
}
.verticalVideo iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.hero {
  position: relative;
  background-color: #141928;
  position: relative;
  overflow-x: hidden;
}
.hero .innerWrapper {
  max-width: 1440px;
  position: relative;
  margin: auto;
  background-image: url("https://Lp.frontier.com/rs/686-ETT-174/images/Hero-Banner.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  z-index: 2;
}
.hero .innerWrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(20, 25, 40) 0%, rgb(20, 25, 40) 36%, rgba(20, 25, 40, 0) 62%);
}
.hero .titleWrapper {
  max-width: 900px;
  padding-left: 0;
  margin-left: 1rem;
}
.hero .heroTitle {
  text-transform: none;
  margin-bottom: 2rem;
  color: #fff;
}
.hero .heroText {
  color: #fff;
  margin: 1rem 0 2rem;
}
.hero .container {
  position: relative;
  max-width: 1232px;
  margin: auto;
  padding: 0;
}
.hero .btn-primary:hover {
  background-color: #fff;
  color: #141928;
}
.hero .heroImg {
  display: none;
}

.hero.whiteBkg {
  background-color: #fff;
}
.hero.whiteBkg .innerWrapper {
  background-image: url("https://lp.frontier.com/rs/686-ETT-174/images/lp-hero4.png?version=1");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero.whiteBkg .innerWrapper:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 36%, rgba(255, 255, 255, 0) 62%);
}
.hero.whiteBkg .heroTitle, .hero.whiteBkg .heroText, .hero.whiteBkg .tertiaryTextColor {
  color: #141928;
}
.hero.whiteBkg .btn-primary:hover {
  background-color: #141928;
  color: #fff;
}

.hero.blkBkg {
  background-color: #000;
}
.hero.blkBkg .innerWrapper:before {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 46%, rgba(0, 0, 0, 0) 70%);
}

@media (max-width: 768px) {
  .hero.blkBkg .heroImg:before {
    background: linear-gradient(0deg, rgba(20, 25, 40, 0) 0, #000 30%, rgb(0, 0, 0) 0%);
  }
}
.heroTitleMega {
  font-family: "BandwidthDisplay-Regular";
  margin: 16px 0;
}

.heroTitle .line {
  position: relative;
  line-height: 1;
  margin-bottom: 12px;
}

.heroTitle .line:before {
  content: "";
  display: block;
  width: 200%;
  left: calc(-200% - 16px);
  top: 0;
  height: 78%;
  background: #FF0037;
  position: absolute;
}

@media (max-width: 767px) {
  .heroTitle .line {
    margin-bottom: 8px;
  }
}
@media (max-width: 590px) {
  .hero .heroTitle, .hero .heroText {
    margin-bottom: 1rem;
  }
}
.hero .innerWrapper {
  max-width: 1230px;
  min-height: 500px;
  display: flex;
}
.hero .container {
  margin: auto 0;
  max-width: 750px;
}

@media (min-width: 768px) {
  .hero .innerWrapper {
    background-size: cover;
    background-image: url(https://image.e.frontier.com/lib/fe2c117473640478741179/m/1/55a04c1b-085f-43e7-bbcd-9e80c652c71d.jpg) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero .innerWrapper {
    background-size: cover;
    background-image: url(https://image.e.frontier.com/lib/fe2c117473640478741179/m/1/55a04c1b-085f-43e7-bbcd-9e80c652c71d.jpg) !important;
    background-position: center right 10%;
    min-height: 300px;
  }
}
.hero.epp .titleWrapper {
  max-width: 750px;
}

@media (max-width: 1023px) {
  .newsBlock .newsDescription p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero .heroImg {
    display: block;
    position: relative;
    margin-top: -10%;
  }
  .hero .heroImg:before {
    content: "";
    position: absolute;
    top: -30%;
    left: 0;
    right: 0;
    bottom: 80%;
    background: linear-gradient(0deg, rgba(20, 25, 40, 0) 0, rgb(20, 25, 40) 30%, rgb(20, 25, 40) 0%);
  }
  .hero .heroImg img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: -2px;
  }
  .hero .innerWrapper {
    min-height: 43rem;
    background-image: none;
    padding: 40px 0;
    padding-right: 16px;
    min-height: auto;
    background-image: none !important;
  }
  .hero .innerWrapper:before {
    display: none;
  }
  .hero.whiteBkg .heroImg:before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 30%, rgb(255, 255, 255) 0%);
  }
  .hero.whiteBkg .innerWrapper {
    background-image: none;
  }
  .hero.whiteBkg .innerWrapper:before {
    display: none;
  }
}
.tabLinks .flex-row {
  position: relative;
}
.tabLinks .flex-row:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #2D3548;
}
.tabLinks .h5 {
  flex: 1;
  color: white;
  display: block;
  padding: 1rem 0.5rem;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0;
}
.tabLinks .h5.active {
  border-bottom: 2px solid #96FFF5;
}
.tabLinks .h5:hover {
  color: #FF0037;
}
.tabLinks .view-sm {
  display: none;
}
.tabLinks #next {
  right: -0.5rem;
}
.tabLinks .slick-arrow:hover svg * {
  stroke: none;
  fill: #FF0037;
}

.newsBlock .flex-apart {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}

.headingBorder {
  padding-bottom: 56px;
  border-bottom: 4px solid #FF0037;
  margin-bottom: 56px;
}

.newsBlock .newsSubTitle {
  flex: 0 1 560px;
  flex: 0 1 50%;
}

.newsBlock .newsDescription {
  margin-left: auto;
  flex: 0 1 45%;
}
.newsBlock .newsDescription p {
  margin-top: 0;
}

.bkgGray_100 .newsBlock .h2, .bkgGray_100 .newsBlock p {
  color: white;
}

@media (max-width: 1023px) {
  .newsBlock .flex-apart {
    display: block;
  }
  .newsBlock .newsDescription {
    margin: 16px 0;
    max-width: 100%;
  }
  .headingBorder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.flex-row-cards {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.card {
  background-color: #141928;
  padding: 2rem;
  border-radius: 2rem;
  flex: 1;
  box-sizing: border-box;
}
.card .h3, .card .h4, .card p {
  color: #fff;
}
.card .h3 {
  margin: 1rem 0;
}

/*=========== 3. Slick Slider Base ==========*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  outline: none;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide {
  right: 0;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.slick-initialized .slick-slide {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  padding: 0px !important;
  display: inline-block;
  margin: 0 5px;
}

/* ------------- Controls -------------- */
.slick-controls {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1000px;
  margin: 10px auto;
}

/* ------------- Arrows -------------- */
.slick-arrow {
  color: #FF0037;
  font-family: fontello;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 5;
  transition: 0.3s all;
  border: none;
  background: none;
}
.slick-arrow:hover svg * {
  stroke: #FF0037;
}

#next {
  left: auto;
  right: 10px;
  order: 2;
}
#next i {
  margin-left: 4px;
}

/* ------------- Pagers -------------- */
.slick-dots {
  line-height: 1;
  position: relative;
  bottom: auto;
}
.slick-dots li {
  line-height: 1;
}
.slick-dots li button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #141928;
}
.slick-dots .slick-active button {
  background-color: #141928;
}

.pagingInfo {
  font-size: 30px;
  text-align: center;
}

/* ------------- Inside Gallery -------------- */
.gallery {
  max-width: 1050px;
  margin: 40px auto;
  padding: 0 60px;
  position: relative;
}
.gallery .slick-arrow {
  top: 50%;
}

.oneHalfMini {
  display: flex;
  overflow: hidden;
  min-height: 400px;
}
.oneHalfMini ul {
  padding-left: 1.25rem;
  margin: 1rem auto 0;
}
.oneHalfMini ul li {
  margin-bottom: 1rem;
}
.oneHalfMini ul li:last-of-type {
  margin-bottom: 0;
}
.oneHalfMini article {
  padding: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.oneHalfMini article > div {
  max-width: 500px;
}
.oneHalfMini .figure {
  margin: 0;
  flex: 0 1 50%;
  display: block;
  border-radius: 2rem;
  overflow: hidden;
}
.oneHalfMini .figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about {
  position: relative;
  padding-bottom: 2.5rem;
}
.about .slick-dots {
  margin-top: 1rem;
}
.about .slick-dots li:before {
  display: none;
}
.about .tab-nav {
  position: relative;
  max-width: 1200px;
  padding: 0;
}
.about .tab-nav button {
  border: none;
  align-items: center;
  background-color: transparent;
  padding: 1rem 0.5rem;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  height: 100%;
  cursor: pointer;
}
.about .tab-nav button button {
  height: 100%;
}
.about .tab-nav button:focus {
  box-shadow: inset 0 0 0 2px #96FFF5;
}
.about .tab-nav button:hover {
  color: #FF0037;
}
.about .tab-nav .slick-list {
  padding: 0 !important;
}
.about .tab-nav .slick-list, .about .tab-nav .slick-track {
  display: flex !important;
  width: 100%;
}
.about .tab-nav .slick-slide {
  flex: 1;
  width: 100%;
  position: relative;
  cursor: pointer;
  justify-content: stretch;
}
.about .tab-nav .slick-slide:focus {
  box-shadow: 0 0 0 2px #96FFF5;
}
.about .tab-nav .slick-slide > div {
  height: 100%;
}
.about .tab-nav .slick-slide:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #C4C5C9;
  z-index: 2;
}
.about .tab-nav .slick-current:after {
  background-color: #FF0037;
}
.about .slick-arrow {
  top: 270px;
}
.about .slick-when {
  max-width: 1230px;
  margin: 1rem auto;
}
.about .slick-when .slick-slide {
  margin: 0 1rem;
}

.video-slider {
  padding: 1rem;
  position: relative;
  overflow: hidden;
  margin-left: -1rem;
}
.video-slider:before {
  content: "";
  position: absolute;
  left: -99%;
  top: 0;
  bottom: 0;
  background-color: #fff;
  right: 0;
  width: 100%;
  z-index: 2;
}
.video-slider .slick-list {
  overflow: visible !important;
  max-width: 550px;
}
.video-slider .slick-slide {
  margin-right: 2rem;
}
.video-slider .slick-dots {
  margin-top: 0;
}

.video-slide .figure {
  margin: 0;
  background-color: #141928;
  max-width: 550px;
  max-height: 450px;
  overflow: hidden;
  border-radius: 2rem 2rem 0 0;
  display: block;
}
.video-slide .figure img {
  width: 100%;
  display: block;
}
.video-slide .figure > div, .video-slide .figure a {
  display: block;
  border: none;
  overflow: hidden;
  margin: 0;
  position: relative;
  width: 100%;
  background-color: transparent;
  position: relative;
}
.video-slide .figure .modal-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-slide .figure .modal-play:hover svg * {
  fill: #FF0037;
}
.video-slide article {
  padding: 1.5rem 2rem;
  background-color: #141928;
  position: relative;
  z-index: 2;
  border-radius: 0 0 2rem 2rem;
}
.video-slide .h4, .video-slide .h6 {
  color: #96FFF5;
  margin-bottom: 0.5rem;
}
.video-slide .p1, .video-slide .p2 {
  color: #fff;
}

.off {
  pointer-events: none;
}

/*==================== Modal ================*/
#lean_overlay {
  padding: 10px;
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  overflow: scroll;
}

.modal-content {
  display: none;
  flex: 0 1 97%;
  padding: 2rem;
  max-width: 960px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 93%;
  max-height: calc(100vh - 80px);
  overflow: auto;
  background-color: transparent;
}

.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px;
  z-index: 1002;
  cursor: pointer;
  color: #fff;
  line-height: 1;
  background-color: transparent;
  border: none;
}
.modal-close span {
  display: none;
}
.modal-close i {
  position: relative;
  color: #fff;
  font-style: normal;
  padding-bottom: 4px;
}
.modal-close i:before {
  font-size: 40px;
  content: "×";
}
.modal-close:hover i {
  color: #FF0037;
}

.vid-modal {
  max-width: 460px;
  max-height: 100%;
  overflow: initial;
}

/*=== Media Queries ===*/
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
  h2, .h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  h5, .h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  h6, .h6 {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  p, .p1 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .p2 {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .p3 {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .root {
    padding: 3rem 2rem;
  }
  .root.mainVideo {
    padding: 0 1rem;
  }
  .bannerTitle.splitTitle {
    display: block;
  }
  .headingBorder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .oneHalfMini {
    display: block;
  }
  .oneHalfMini .figure img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .oneHalfMini article {
    display: block;
  }
  .oneHalfMini article > div {
    max-width: 100%;
  }
  .flex-row-cards {
    flex-wrap: wrap;
  }
  .flex-row-cards .card {
    flex: 1 1 48%;
  }
}
@media (max-width: 767px) {
  .bannerTitle .h2, .bannerTitle .h4  {
    margin-bottom: 1rem;
  }
  .root {
    padding: 2.5rem 1rem;
  }
  .root.about {
    padding: 2.5rem 1rem 1.5rem;
  }
  .root-pb {
    padding: 2.5rem 1rem 0;
  }
  .headingBorder {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .about {
    padding-bottom: 0;
  }
  .about .tab-nav button {
    font-size: 1rem;
  }
  .oneHalfMini .figure, .videoContainer {
    border-radius: 1rem;
  }
  .video-slider .slick-slide {
    margin-right: 1rem;
  }
  .video-slide .figure .modal-play {
    top: 55%;
  }
  .oneHalfMini article {
    padding: 2rem 1rem;
  }
  .oneHalfMini ul li {
    margin-bottom: 0.5rem;
  }
  .tab-nav .slick-list {
    padding: 0 !important;
  }
  .tabLinks {
    padding: 0 0.5rem;
  }
  .tabLinks .h5 {
    text-align: left;
  }
  .tabLinks .slick-slide {
    overflow: hidden;
  }
  .tabLinks .view-lg {
    display: none;
  }
  .tabLinks .view-sm {
    display: block;
  }
  .tabLinks .slick-current {
    border-bottom: 2px solid #96FFF5;
  }
  .flex-row-cards {
    display: block;
  }
  .flex-row-cards .card {
    margin-bottom: 1rem;
    border-radius: 1rem;
  }
  .flex-row-cards .card svg {
    width: 32px;
    height: auto;
  }
  .video-slide .figure {
    border-radius: 1rem 1rem 0 0;
  }
  .video-slide article {
    border-radius: 0 0 1rem 1rem;
  }
}
@media (max-width: 599px) {
  h1, .h1 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
  h2, .h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h3, .h3 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  h4, .h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  h5, .h5 {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  h6, .h6 {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  p, .p1 {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .p2 {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .p3 {
    font-size: 0.6875rem;
    line-height: 0.8125rem;
  }
  .video-slide article {
    padding: 1rem;
  }
  .btn-primary, .btn-tertiary {
    width: auto;
  }
  .about .tab-nav button {
    font-size: 0.875rem;
  }
}
@media (max-width: 400px) {
  .video-slide .figure .modal-play svg {
    width: 48px;
    height: auto;
  }
}/*# sourceMappingURL=styles.css.map */