body {
  font-family: "Lato", sans-serif;
  background-color: #dce8f8;
  overflow-x: hidden;
}
body.home {
  background-image: url(../img/heading-sky.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px;
}
@media (min-width: 1921px) {
  body.home {
    background-size: cover;
  }
}
#main {
  width: 100%;
  max-width: 1256px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  min-height: calc(100vh - 224px);
}
#main > * {
  flex: 1 1 100%;
}
.heading {
  padding-top: 70px;
  position: relative;
}
@media (min-width: 1024px) {
  .heading::before {
    content: "";
    position: absolute;
    bottom: -210px;
    left: -450px;
    width: 486px;
    height: 539px;
    background: url(../img/home-fx-01.png) no-repeat center;
  }
}
@media (min-width: 1024px) {
  .heading::after {
    content: "";
    position: absolute;
    bottom: -390px;
    right: -580px;
    width: 504px;
    height: 547px;
    background: url(../img/home-fx-02.png) no-repeat center;
  }
}
.heading .heading-top-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.heading .heading-top-bar .logo-wrapper {
  padding-left: 40px;
  flex-basis: 50%;
  text-align: left;
}
.heading .heading-top-bar .social-wrapper {
  padding-right: 40px;
  flex-basis: 50%;
  text-align: right;
}
.heading .heading-top-bar .social-wrapper img {
  max-width: 48px;
}
@media (min-width: 768px) {
  .heading .heading-top-bar .social-wrapper img {
    max-width: 64px;
  }
}
@media (min-width: 1316px) {
  .heading .heading-top-bar .social-wrapper img {
    max-width: 100%;
  }
}
.heading .heading-top-bar a {
  display: inline-block;
}
.heading .heading-content {
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}
@media (min-width: 1316px) {
  .heading .heading-content {
    overflow: visible;
  }
}
.heading .heading-content .text-wrapper {
  max-width: 390px;
  max-height: 390px;
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  background: #fecc19;
  position: absolute;
  left: 20px;
  top: calc(50% - 7.5vw + 25px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 5px;
  overflow: hidden;
}
@media (min-width: 1316px) {
  .heading .heading-content .text-wrapper {
    top: calc(50% - 125px);
  }
}
.heading .heading-content .text-wrapper > * {
  font-size: 67px;
  font-size: clamp(18px, 5vw, 67px);
  line-height: 1.2;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #312a6d;
  text-align: center;
}
.heading .heading-content .image-wrapper {
  padding-left: 50px;
  padding-right: 30px;
}
@media (min-width: 1316px) {
  .heading .heading-content .image-wrapper {
    padding-right: 0;
  }
}
.heading .heading-content .image-wrapper img {
  width: 125%;
  max-width: 1476px;
}
@media (min-width: 1316px) {
  .heading .heading-content .image-wrapper img {
    width: 1476px;
  }
}
.heading-guide .logo-wrapper {
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.content > * {
  flex: 1 1 100%;
}
.content .media {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  position: relative;
}
@media (min-width: 1024px) {
  .content .media::before {
    content: "";
    position: absolute;
    bottom: -330px;
    right: -530px;
    width: 489px;
    height: 741px;
    background: url(../img/home-fx-03.png) no-repeat center;
  }
}
@media (min-width: 1024px) {
  .content .media::after {
    content: "";
    position: absolute;
    bottom: -600px;
    left: -500px;
    width: 333px;
    height: 433px;
    background: url(../img/home-fx-04.png) no-repeat center;
    z-index: 10;
  }
}
@media (min-width: 1024px) {
  .content .media {
    flex-wrap: nowrap;
  }
}
.content .media .column-screen {
  flex-basis: 100%;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media (min-width: 1024px) {
  .content .media .column-screen {
    flex-basis: 770px;
    flex-grow: 0;
    flex-shrink: 1;
  }
}
.content .media .column-screen .radio-container {
  margin-left: -25%;
  width: 120px;
  height: 120px;
  background: #80bb2b;
  border-radius: 50%;
  margin-bottom: -40px;
  z-index: 5;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .content .media .column-screen .radio-container {
    margin-left: -45%;
    margin-bottom: -80px;
    width: 240px;
    height: 240px;
  }
}
.content .media .column-screen .radio-container.playing {
  box-shadow: 0 0 0 0 #312a6d;
  animation: pulse 2s infinite;
}
.content .media .column-screen .radio-container img {
  margin-top: -8%;
  pointer-events: none;
  width: 100%;
  max-width: 80px;
}
@media (min-width: 1024px) {
  .content .media .column-screen .radio-container img {
    max-width: 153px;
  }
}
.content .media .column-screen .screen-container {
  width: 330px;
  height: 330px;
  max-width: 100%;
  background: url(../img/media-screen.png) no-repeat center;
  background-size: 330px;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (min-width: 576px) {
  .content .media .column-screen .screen-container {
    width: 500px;
    height: 500px;
    background-size: 500px;
  }
}
@media (min-width: 768px) {
  .content .media .column-screen .screen-container {
    width: 770px;
    height: 754px;
    background-size: 770px;
  }
}
.content .media .column-screen .screen-container .video {
  position: absolute;
  top: 65px;
  left: 28px;
  width: 273px;
  height: 155px;
}
@media (min-width: 576px) {
  .content .media .column-screen .screen-container .video {
    top: 98px;
    left: 42px;
    width: 413px;
    height: 235px;
  }
}
@media (min-width: 768px) {
  .content .media .column-screen .screen-container .video {
    top: 145px;
    left: 65px;
    width: 637px;
    height: 360px;
  }
}
.content .media .column-copy {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
@media (min-width: 1024px) {
  .content .media .column-copy {
    flex-shrink: 1;
    flex-grow: 0;
    padding-top: 0;
  }
}
.content .media .column-copy img {
  width: 100%;
  max-width: 174px;
}
@media (min-width: 600px) {
  .content .media .column-copy img {
    max-width: 348px;
  }
}
.content .media .column-copy ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  text-align: center;
  list-style: none;
  padding-top: 60px;
  margin-bottom: 60px;
  padding-left: 0;
  position: relative;
  max-width: 464px;
  margin-left: auto;
  margin-right: auto;
}
.content .media .column-copy ul::before {
  position: absolute;
  display: block;
  top: 0;
  left: calc(50% - 2px);
  content: "";
  width: 0;
  height: 100%;
  border-right: 4px dotted #312a6d;
}
.content .media .column-copy ul li {
  background-color: #dce8f8;
  position: relative;
  padding: 5px 0;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 1.3;
  font-weight: bold;
  color: #312a6d;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .content .media .column-copy ul li {
    letter-spacing: 2px;
  }
}
.content .media .column-copy ul li::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #312a6d;
  border-radius: 50%;
  bottom: -43px;
  left: calc(50% - 7px);
}
.content .media .column-copy ul li:first-child::before {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #312a6d;
  border-radius: 50%;
  top: -30px;
  left: calc(50% - 7px);
}
.content .media .column-copy ul li:last-child {
  margin-bottom: 0;
}
.content .media .column-copy ul li:last-child::after {
  display: none;
}
.content .more {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 10;
  padding-top: 40px;
}
.content .more .img-a {
  position: absolute;
  content: "";
  top: 0px;
  left: 15px;
  display: block;
  width: 100px;
  max-width: 398px;
}
@media (min-width: 576px) {
  .content .more .img-a {
    top: -40px;
    left: 10px;
    width: 200px;
  }
}
@media (min-width: 768px) {
  .content .more .img-a {
    top: 10px;
    left: -40px;
    width: 200px;
  }
}
@media (min-width: 1316px) {
  .content .more .img-a {
    top: -60px;
    left: -270px;
    width: 100%;
  }
}
.content .more .images {
  position: relative;
}
.content .more .images > img {
  max-width: 620px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.content .more .img-b {
  position: absolute;
  content: "";
  bottom: 20px;
  right: 10px;
  display: block;
  max-width: 381px;
  width: 100px;
}
@media (min-width: 576px) {
  .content .more .img-b {
    bottom: -40px;
    right: 10px;
    width: 200px;
  }
}
@media (min-width: 768px) {
  .content .more .img-b {
    bottom: 80px;
    right: -80px;
    width: 200px;
  }
}
@media (min-width: 1316px) {
  .content .more .img-b {
    bottom: 30px;
    right: -270px;
    width: 100%;
  }
}
.content-guide {
  padding-left: 20px;
  padding-right: 20px;
  color: #312a6d;
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 1024px) {
  .content-guide {
    padding-left: 200px;
  }
}
.content-guide::before {
  position: absolute;
  top: -470px;
  left: -100px;
  width: 252px;
  height: 428px;
  background: url(../img/guide-fx-01.png) no-repeat center;
  background-size: 252px;
  content: "";
  display: none;
}
@media (min-width: 600px) {
  .content-guide::before {
    display: block;
  }
}
@media (min-width: 1024px) {
  .content-guide::before {
    top: -450px;
    left: -400px;
    width: 504px;
    height: 855px;
    background-size: 504px;
  }
}
.content-guide::after {
  position: absolute;
  bottom: -200px;
  right: -600px;
  width: 489px;
  height: 592px;
  background: url(../img/guide-fx-02.png) no-repeat center;
  content: "";
  z-index: 10;
  display: none;
}
@media (min-width: 1024px) {
  .content-guide::after {
    display: block;
  }
}
.content-guide h1 {
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-size: clamp(30px, 5vw, 38px);
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 70px;
  line-height: 1.2;
}
.accordion {
  position: relative;
  z-index: 10;
}
.accordion .a-container .a-btn {
  padding: 0 35px 14px 50px;
  margin-top: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2;
  display: block;
  width: 100%;
}
@media (min-width: 576px) {
  .accordion .a-container .a-btn {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .accordion .a-container .a-btn {
    padding: 14px 35px 14px 80px;
  }
}
.accordion .a-container .a-btn::before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #312a6d;
  border-radius: 50%;
  content: "";
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .accordion .a-container .a-btn::before {
    width: 54px;
    height: 54px;
    background-size: 54px;
  }
}
.accordion .a-container .a-btn::after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: url(../img/accordion-open.png) no-repeat center;
  background-size: 25px;
  content: "";
  transition: transform 0.66s ease;
}
@media (min-width: 768px) {
  .accordion .a-container .a-btn::after {
    top: 15px;
  }
}
.accordion .a-container .a-panel {
  width: 100%;
  transition: all 0.33s ease;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 50px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #312a6d;
}
@media (min-width: 768px) {
  .accordion .a-container .a-panel {
    padding: 0 0 0 80px;
    font-size: 20px;
  }
}
.accordion .a-container .a-panel p {
  margin-top: 0;
  margin-bottom: 20px;
}
.accordion .a-container .a-panel p.frame {
  border: 2px solid #312a6d;
  padding: 10px 20px;
}
.accordion .a-container .a-panel strong {
  font-weight: 900;
}
.accordion .a-container .a-panel ol,
.accordion .a-container .a-panel ul {
  padding-left: 30px;
}
.accordion .a-container .a-panel ol li,
.accordion .a-container .a-panel ul li {
  padding-left: 15px;
  margin-bottom: 30px;
}
.accordion .a-container .a-panel ul ol {
  padding-top: 5px;
  padding-left: 60px;
}
.accordion .a-container .a-panel ul ol li {
  margin-bottom: 0;
  margin-top: 5px;
}
.accordion .a-container.active .a-btn::after {
  transform: rotate(180deg);
}
.accordion .a-container.active .a-panel {
  padding: 20px 0 0 50px;
  opacity: 1;
  height: auto;
  max-height: 100%;
}
@media (min-width: 768px) {
  .accordion .a-container.active .a-panel {
    padding: 20px 0 0 80px;
  }
}
.accordion .a-container:nth-child(1) .a-btn::before {
  background-image: url(../img/accordion-icon-01.png);
}
.accordion .a-container:nth-child(2) .a-btn::before {
  background-image: url(../img/accordion-icon-02.png);
}
.accordion .a-container:nth-child(3) .a-btn::before {
  background-image: url(../img/accordion-icon-03.png);
}
.accordion .a-container:nth-child(4) .a-btn::before {
  background-image: url(../img/accordion-icon-04.png);
}
.accordion .a-container:nth-child(5) .a-btn::before {
  background-image: url(../img/accordion-icon-05.png);
}
.accordion .a-container:nth-child(6) .a-btn::before {
  background-image: url(../img/accordion-icon-06.png);
}
footer {
  position: relative;
  background: #FFF;
  min-height: 100px;
  width: 100%;
  padding-top: 80px;
}
footer::before {
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 300px;
  top: -300px;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
}
footer .wrapper {
  width: 100%;
  max-width: 1256px;
  margin: 0 auto;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(12, 1fr);
}
footer .wrapper .column-a {
  grid-column: span 12;
  padding-bottom: 10px;
}
@media (min-width: 1316px) {
  footer .wrapper .column-a {
    grid-column: span 4;
    padding-bottom: 0;
  }
}
footer .wrapper .column-a img {
  width: 420px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1316px) {
  footer .wrapper .column-a img {
    padding-left: 0;
  }
}
footer .wrapper .column-b {
  grid-column: span 12;
  padding-top: 20px;
  margin-left: 20px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  footer .wrapper .column-b {
    grid-column: span 7;
  }
}
@media (min-width: 1316px) {
  footer .wrapper .column-b {
    grid-column: span 5;
  }
}
footer .wrapper .column-c {
  grid-column: span 12;
  padding-top: 20px;
  margin-left: 20px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  footer .wrapper .column-c {
    grid-column: span 5;
  }
}
@media (min-width: 1316px) {
  footer .wrapper .column-c {
    grid-column: span 3;
  }
}
footer .wrapper .info {
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  color: #312a6d;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 2px;
}
footer .wrapper .info::before {
  position: absolute;
  bottom: 0;
  left: -10px;
  width: calc(100% + 20px);
  height: 1px;
  background-color: #312a6d;
  display: block;
  content: "";
}
footer .wrapper .logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  position: relative;
  padding-top: 10px;
  padding-left: 20px;
  gap: 25px;
  min-height: 100px;
}
footer .wrapper .logos::before {
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 1px;
  height: 100%;
  background-color: #312a6d;
  display: block;
  content: "";
}
footer .wrapper .logos img {
  max-width: 60px;
  max-height: 50px;
}
footer .wrapper .logos img.tauron {
  padding-bottom: 15px;
}
footer .wrapper .logos img.ure {
  max-width: 120px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(49, 42, 109, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
