:root {
  --primary-color: #062582;
  --secondary-color: #f5b512;
  --tertiary-color: #1d1d1d;
  --background-color: #f6f1ee;
  --text-color-light: #fff;
  --text-color-dark: #1d1d1d;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  background: var(--background-color);
  color: var(--text-color-dark);
}

.embed-responsive {
  margin-bottom: 1.875em
}

ul.row {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0
}

ul.row>li {
  margin-top: 0
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.admin-bar>.wrapper {
  min-height: calc(100vh - 32px)
}

.no-ie11 .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.wrapper>.main-content {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

h1, h2, h3, h4 {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 2.5rem
}

li {
  margin-top: .47rem
}

.row li {
  margin-bottom: 2rem
}

.section--cards li {
  padding: 0;
  margin: 0 auto
}

.section--cards .row {
  margin-left: 0;
  margin-right: 0
}

.row--footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.row--footer ul>li {
  margin-top: 0
}

.row--footer ul li {
  padding: 0;
  margin: 0
}

.row--footer ul li a {
  text-transform: uppercase;
  color: var(--text-color-light);
  font-weight: 400;
  font-size: .9375rem
}

p, ul {
  margin: 0 0 1.8rem
}

.row p, .row ul {
  margin: 0 0 0
}

.article__header .lead {
  font-size: 2.4rem
}

@media (min-width: 992px) {
  .article__header .lead {
    font-size: 4.125rem
  }
}

.title-lg {
  font-size: 3.5rem
}

.alert {
  line-height: 1.47
}

.alert>p {
  margin: 0
}

.alert>p+p {
  margin-top: 1em
}

.badge {
  line-height: 1.5
}

.btn {
  cursor: pointer;
  font-size: 1.875rem;
  padding: 1rem 2rem;
  padding-right: 5rem;
  padding-top: 1.2rem;
  color: var(--text-color-light);
  text-transform: uppercase;
  border-radius: 0;
}

.btn-lg, .btn-group-lg>.btn {
  font-size: 1.25rem
}

.btn-sm, .btn-group-sm>.btn {
  font-size: .875rem
}

.btn-play {
  position: relative
}

.btn-play::after {
  content: "\A";
  border-style: solid;
  border-width: 20px 20px 20px 36px;
  border-color: transparent transparent transparent cyan;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px
}

.btn-play:hover::after {
  border-color: transparent transparent transparent #191e25
}

.btn-sais {
  border: 6px solid rgba(34, 43, 52, 0.15);
  margin: 1rem;
  background-color: #1e2329;
  padding: .2rem 2.5rem;
  padding-right: 5rem;
  padding-top: .6rem;
  font-size: 2.5rem;
  color: var(--text-color-light) !important;
  font-size: 2.5rem;
  line-height: 1;
  background-clip: padding-box;
  position: relative
}

.btn-sais::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../gfx/icon__external-cyan.png") no-repeat 50%;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto
}

.btn-sais:hover::after {
  background: url("../gfx/icon__external-white.png") no-repeat 50%;
  background-size: 100%
}

.btn-link, .btn-download {
  text-decoration: underline;
  padding-left: 25px;
  position: relative
}

.btn-link::after, .btn-download::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../gfx/icon__download.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 3px;
  margin: auto
}

.btn-link::after {
  background: url("../gfx/icon__external-black.png") no-repeat 0 0;
  background-size: 100%
}

.dropdown-menu {
  border-radius: 0
}

.dropdown-menu::after {
  position: absolute;
  content: '\00ad';
  top: -8px;
  left: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent
}

.dropdown-menu.dropdown-menu-right::before, .dropdown-menu.dropdown-menu-right::after {
  left: auto;
  right: 18px
}

.dropdown-menu li {
  margin-top: 0
}

.dropdown-menu li>a {
  display: block;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529
}

.dropdown-menu li>a:hover, .dropdown-menu li>a:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-menu li>a.active, .dropdown-menu li>a:active {
  color: var(--text-color-light);
  text-decoration: none;
  background-color: cyan
}

.dropdown-menu li>a.disabled, .dropdown-menu li>a:disabled {
  color: #6c757d;
  background-color: transparent
}

.row.ld-gallery {
  margin-bottom: 15px
}

.gallery-thumb {
  margin-bottom: 30px
}

.gallery-thumb__url, .gallery-thumb__image, .gallery-thumb__caption {
  display: block
}

.gallery-thumb__url {
  margin-top: 15px;
  margin-bottom: 15px;
  transition: box-shadow .15s
}

.gallery-thumb__url:hover {
  box-shadow: 0 0 0 2px cyan
}

.gallery-thumb__image img {
  display: block;
  width: 100%;
  height: auto
}

label {
  margin-bottom: 0
}

label.label--required::after {
  display: inline-block;
  position: relative;
  top: 1px;
  color: #d91c33;
  margin-left: 3px;
  font-size: 14px;
  content: '*'
}

fieldset {
  margin-top: 10px
}

legend {
  font-size: 16px;
  height: 20px;
  font-weight: 700
}

legend>span {
  position: relative;
  top: 5px;
  background-color: var(--text-color-light);
  padding-right: 10px
}

.form-control {
  font-size: 16px;
  line-height: auto
}

.form-control:hover {
  border-color: #a5b0bb
}

.form-control:hover:focus {
  border-color: #80ffff
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto !important;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20style%3D%22fill%3Acyan%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpolygon%20points%3D%227%208%200%201.39%201.48%200%207%205.21%2012.52%200%2014%201.39%207%208%22%2F%3E%3C%2Fsvg%3E") right 15px top 50% no-repeat
}

select::-ms-expand {
  display: none
}

textarea.form-control {
  resize: vertical
}

.input-radio, .input-checkbox, .input-switch {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 0
}

.input-radio>span, .input-checkbox>span, .input-switch>span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  color: #212529
}

.input-radio>span::before, .input-radio>span::after, .input-checkbox>span::before, .input-checkbox>span::after, .input-switch>span::before, .input-switch>span::after {
  position: absolute;
  content: '\00ad'
}

.input-radio>span>.form-help, .input-checkbox>span>.form-help, .input-switch>span>.form-help {
  float: none;
  margin-left: 5px;
  vertical-align: middle
}

.input-radio, .input-checkbox {
  min-height: 1rem;
  min-width: 24px
}

.input-radio>span, .input-checkbox>span {
  padding-left: 34px;
  padding-right: 10px
}

.input-radio>span::before, .input-checkbox>span::before {
  width: 24px;
  height: 24px;
  border: 1px solid #ced4da;
  background-color: var(--text-color-light);
  transition: border-color .14s
}

.input-radio>span::after, .input-checkbox>span::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.12s, -webkit-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.12s;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.12s, -webkit-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.input-radio>span:hover::before, .input-checkbox>span:hover::before {
  border-color: #a0abb7
}

.input-radio>input:checked+span::before, .input-checkbox>input:checked+span::before {
  border-color: #ced4da
}

.input-radio>input:checked+span::after, .input-checkbox>input:checked+span::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.input-radio>input[disabled]+span, .input-checkbox>input[disabled]+span {
  color: #e9ecef;
  cursor: not-allowed
}

.input-radio>input[disabled]+span::before, .input-checkbox>input[disabled]+span::before {
  border-color: #dadfe4
}

.input-radio>span::before {
  left: 0;
  top: .18rem;
  border-radius: 50%
}

.input-radio>span::after {
  top: .54rem;
  left: 6px;
  width: 12px;
  height: 12px;
  background-color: cyan;
  border-radius: 50%
}

.input-radio>input[disabled]+span::after {
  background-color: #d1d8de
}

.input-checkbox>span::before {
  left: 0;
  top: .18rem
}

.input-checkbox>span::after {
  left: 5px;
  top: .40rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22fill%3Acyan%3B%22%3E%3E%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2214.5%202.5%2013.5%201.5%206.5%2010.5%203.5%208.5%201.5%209.5%206.5%2014.5%2014.5%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  width: 16px;
  height: 16px
}

.input-checkbox>input[disabled]+span::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22fill%3A%23d1d8de%3B%22%3E%3E%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2214.5%202.5%2013.5%201.5%206.5%2010.5%203.5%208.5%201.5%209.5%206.5%2014.5%2014.5%202.5%22%2F%3E%3C%2Fsvg%3E")
}

.input-switch {
  vertical-align: top
}

.input-switch>span {
  padding-left: 40px;
  padding-right: 10px;
  min-width: 32px;
  min-height: 23px
}

.input-switch>span::before {
  left: 0;
  top: 1px;
  width: 32px;
  height: 20px;
  background-color: #ced4da;
  border-radius: 100px;
  transition: background-color .14s
}

.input-switch>span::after {
  left: 2px;
  top: 3px;
  width: 16px;
  height: 16px;
  background-color: var(--text-color-light);
  border-radius: 50%;
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.input-switch>span:hover::before {
  background-color: #b7c0c8
}

.input-switch>input:checked+span::before {
  background-color: #171c25
}

.input-switch>input:checked+span::after {
  -webkit-transform: translateX(12px);
  transform: translateX(12px)
}

.input-switch>input[disabled]+span {
  cursor: not-allowed;
  color: #e9ecef
}

.input-switch>input[disabled]+span::before {
  background-color: #e7e7e7
}

.input-switch--right {
  display: block
}

.input-switch--right>span {
  padding-left: 0;
  padding-right: 40px
}

.input-switch--right>span::before {
  right: 0;
  left: auto
}

.input-switch--right>span::after {
  right: 14px;
  left: auto
}

.nav-tabs {
  border-bottom-color: #495057
}

.nav-tabs>li {
  margin-top: 0
}

.nav-tabs>li::before {
  position: absolute;
  content: '\00ad';
  left: 50%;
  bottom: -7px;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: cyan transparent transparent transparent;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s
}

.nav-tabs>li>a {
  background-color: #495057;
  color: var(--text-color-light);
  border: 0;
  border-radius: 0;
  padding: 10px 20px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .12s
}

.nav-tabs>li>a:hover {
  border: 0;
  color: var(--text-color-light);
  background-color: #5f656b
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  background-color: cyan;
  border: 0;
  color: var(--text-color-light)
}

.nav-tabs>li.active::before {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.card {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px
}

.card cite {
  position: relative;
  z-index: 1;
  display: block;
  font-style: normal;
  color: #AFAFAF;
  font-size: 14px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.card cite>a {
  color: #AFAFAF;
  text-decoration: none;
  transition: color .15s
}

.card cite>a:hover {
  color: cyan
}

.card cite>a+a::before {
  display: inline-block;
  position: relative;
  top: -2px;
  content: '/';
  padding-left: 3px;
  padding-right: 5px;
  color: #AFAFAF !important;
  vertical-align: middle
}

.card * {
  transition: all .2s ease-in-out
}

.card:hover .card__header {
  background-color: cyan
}

.card:hover .card__title {
  color: #171c25;
  font-weight: 400
}

.card:hover .card__hover {
  opacity: 1
}

.card__body {
  position: relative
}

.card__hover {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  color: cyan;
  font-size: 16px;
  padding: 3rem;
  opacity: 1
}

@media (min-width: 992px) {
  .card__hover {
    position: absolute;
    opacity: 0
  }
}

@media (min-width: 1200px) {
  .card__hover {
    font-size: 18px
  }
}

.card__hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: .9;
  height: 100%;
  background: #0e1933;
  background: linear-gradient(to right, #0e1933 0%, #33454b 100%)
}

.card__hover p {
  margin-bottom: 1rem;
  position: relative;
  z-index: 1
}

.card__hover .card__link {
  font-size: 22px;
  color: var(--text-color-light);
  position: relative;
  padding-right: 50px;
  margin-top: 4rem
}

@media (min-width: 1200px) {
  .card__hover .card__link {
    font-size: 26px
  }
}

.card__hover .card__link::after {
  content: "";
  width: 35px;
  height: 35px;
  background: url("../gfx/icon__external-cyan.png") no-repeat 50%;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-top: -10px
}

.card__hover .card__link:hover::after {
  background: url("../gfx/icon__external-white.png") no-repeat 50%;
  background-size: 100%
}

.card__url {
  color: #212529
}

.card__url:hover, .card__url:focus {
  text-decoration: none;
  color: #212529
}

.card__url:hover .card__more::after, .card__url:focus .card__more::after {
  -webkit-animation: activeBefore 1.2s ease-in-out 0s infinite;
  animation: activeBefore 1.2s ease-in-out 0s infinite
}

.card__url:hover .card__more::before, .card__url:focus .card__more::before {
  -webkit-animation: activeAfter 1.2s ease-in-out 0s infinite;
  animation: activeAfter 1.2s ease-in-out 0s infinite
}

.card__figure {
  margin-bottom: 0
}

.card__figure>div {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 144%
}

.card__figure>div>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.card__title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-top: 1rem
}

.card__meta {
  margin-bottom: 0
}

.card__meta .sep {
  padding-left: 5px;
  padding-right: 5px
}

.card__header {
  padding: 1rem 0;
  position: relative
}

.card__header::before {
  content: "";
  background-color: cyan;
  width: 90%;
  height: 1px;
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0
}

.card__header::after {
  content: "";
  background-color: #171c25;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid cyan;
  border-left: 0;
  border-top: 0
}

.tooltip {
  pointer-events: none
}

.tooltip-inner {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  font-size: .875rem;
  line-height: 1.2;
  border-radius: 0
}

.popover {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
  border-radius: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.2)
}

.popover.bs-popover-bottom>.arrow::after, .popover.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
  border-bottom-color: #f7f7f7
}

.popover-header {
  margin-top: 0;
  font-size: 1rem
}

.popover-body {
  font-size: .8rem;
  line-height: 1.47
}

.pagination {
  padding-top: 60px
}

.pagination>.nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -5px
}

.pagination>.nav-links>.page-numbers {
  min-width: 32px;
  font-size: 14px;
  height: 32px;
  border: 1px solid #495057;
  text-align: center;
  padding: 7px 10px;
  line-height: 1;
  margin: 0 5px;
  color: #212529;
  transition: background-color .15s
}

.pagination>.nav-links>.page-numbers.current {
  background-color: #e0e0e0;
  color: rgba(33, 37, 41, 0.6)
}

.pagination>.nav-links>.page-numbers.next, .pagination>.nav-links>.page-numbers.prev {
  background-position: 50% 50%;
  background-size: 6px auto;
  background-repeat: no-repeat
}

.pagination>.nav-links>.page-numbers.next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%23212529%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpolygon%20points%3D%228%207%201.39%2014%200%2012.52%205.21%207%200%201.48%201.39%200%208%207%22%2F%3E%3C%2Fsvg%3E")
}

.pagination>.nav-links>.page-numbers.prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%23212529%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpolygon%20points%3D%220%207%206.61%200%208%201.48%202.79%207%208%2012.52%206.61%2014%200%207%22%2F%3E%3C%2Fsvg%3E")
}

.pagination>.nav-links>a.page-numbers:hover {
  background-color: #ebebeb;
  text-decoration: none
}

.main-header {
  background-color: #171c25;
  padding-top: 45px;
  padding-bottom: 45px;
  color: var(--text-color-light)
}

.main-header__logo {
  margin: 0;
  line-height: 1
}

.main-header__logo>a {
  display: block
}

.main-content {
  position: relative;
  z-index: 1;
  color: var(--text-color-light);
  font-weight: 400;
  font-size: 18px
}

.main-content .container-fluid {
  max-width: 1514px;
  margin: 0 auto;
  padding: 0
}

.main-content .container {
  max-width: 1300px
}

.article>.article__header {
  background-size: cover;
  position: relative;
  height: 100vh;
  height: 100svh;
}

@media (min-width: 992px) {
  .article>.article__header {
    padding-top: 90px;
    padding-bottom: 180px;
    min-height: 856px
  }
}

.article>.article__header>.container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 70px
}

.article>.section {
  background: url("../gfx/bg02.jpg") no-repeat 50% 0;
  background-size: cover;
  padding-bottom: 0
}

.article__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%
}

.article__subtitle {
  font-size: 6rem;
  line-height: .4
}

@media (min-width: 992px) {
  .article__subtitle {
    font-size: 9.75rem
  }
}

.section__header.bg-primary {
  color: #000
}

.section__header.bg-primary .section__title {
  text-transform: none;
  color: #000;
}

.section__header.bg-primary .container {
  max-width: 1090px
}

.section__header.bg-primary a {
  color: #000;
  text-transform: uppercase
}

.section__title {
  font-size: 2rem
}

@media (min-width: 992px) {
  .section__title {
    font-size: 2.625rem
  }
}

.section__footer .section__title {
  letter-spacing: 16px;
  font-size: 1.8rem
}

@media (min-width: 992px) {
  .section__footer .section__title {
    font-size: 2.625rem
  }
}

.section__footer .container-fluid {
  padding-left: 3rem;
  padding-right: 3rem
}

.section__footer h3 {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.section__footer .social-buttons>a {
  position: relative;
  width: 30px;
  height: 30px
}

.section__footer .social-buttons>a:before {
  content: '\00ad';
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat
}

.section__footer .social-buttons .facebook:before {
  background-image: url("../gfx/facebook-logo.png")
}

.section__footer .social-buttons .youtube:before {
  background-image: url("../gfx/youtube-logo.png")
}

.section__footer .social-buttons .instagram:before {
  background-image: url("../gfx/instagram-logo.png")
}

.section--icons figure {
  min-width: 90px
}

.main-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #171c25;
  color: var(--text-color-light);
  font-size: 14px
}

.main-footer a {
  color: var(--text-color-light)
}

.main-footer p {
  margin-bottom: 0
}

.main-footer p+p {
  margin-top: 1.47em
}

.close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  margin: 0 !important;
  padding: 0;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M.32%2C15.68a1.1%2C1.1%2C0%2C0%2C0%2C1.56%2C0L8%2C9.56l6.12%2C6.12a1.1%2C1.1%2C0%2C0%2C0%2C1.56-1.56L9.56%2C8l6.12-6.12A1.1%2C1.1%2C0%2C0%2C0%2C14.12.32L8%2C6.44%2C1.88.32A1.1%2C1.1%2C0%2C0%2C0%2C.32%2C1.88L6.44%2C8%2C.32%2C14.12A1.1%2C1.1%2C0%2C0%2C0%2C.32%2C15.68Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  transition: opacity .18s;
  opacity: .45
}

.close[data-dismiss="alert"] {
  float: right;
  font-size: 18px;
  line-height: 1.2;
  background: none;
  width: auto;
  height: auto;
  opacity: .55
}

.close:hover {
  opacity: .9
}

a.close.disabled {
  pointer-events: none
}

.modal {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  height: 100vh;
  height: 100dvh;
}

.modal-dialog {
  background: rgba(29, 29, 29, 0.9);
}

.modal.fade .modal-dialog {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal.fade.show .modal-dialog {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: opacity 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.modal-content {
  padding: 3rem 1rem;
  background: transparent;
  border: none;
  position: relative;
  height: 100vh;
  height: 100dvh;
}

.modal-header {
  position: relative;
  border-bottom: 0;
  padding: 0
}

.modal-body {
  height: 100%;
  padding: 0;
}

.modal-header .close {
  color: var(--text-color-light);
  margin: 0 0 0 0;
  position: absolute;
  top: -2.5rem;
  right: -0.5rem;
  z-index: 3;
}

.modal-header .close:hover {
  color: var(--text-color-light)
}

.modal-title {
  margin: 0;
  font-size: 18px
}

body.modal-open {
  height: 100vh;
  overflow: hidden
}

.modal-wide {
  max-width: 100%;
  margin: 0 auto
}

.modal-body .embed-responsive {
  height: 100%;
  margin: 0;
  padding: 3rem 1rem;
  position: relative;
}

.modal-body video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: relative;
}

.modal-body .embed-responsive-16by9 {
  height: calc(56.25vw - 2rem);
  max-height: 100%;
  padding: 0;
}

.modal-body .embed-responsive-16by9 iframe {
  position: absolute;
}

.embed-responsive-16by9::before {
  padding-top: 0;
}

.embed-responsive::before {
  content: none;
}

/*Slick Slider Css Start*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  min-width: 100%;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
}

.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: 0.063rem;
}

.slick-initialized .slick-slide {
  display: block;
  list-style: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.063rem solid transparent;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: -6.625rem;
  z-index: 2;
  padding: 0;
  width: 3.375rem;
  height: 3.375rem;
  text-align: center;
  font-size: 0;
  background: #0BFCFF;
  opacity: 1;
  outline: none;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 0;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  transform: translate(0, 0);
  outline: none !important;
}

.slick-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../gfx/next-icon.svg) no-repeat center;
  background-size: 1rem auto;
}

.slick-arrow.slick-prev:after {
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  right: 5rem;
}

.slick-arrow.slick-next {
  right: 0.938rem;
}

.slick-arrow:hover {
  opacity: 1;
  outline: none;
}

.slick-arrow.slick-disabled {
  opacity: 1;
  cursor: not-allowed;
}

.slick-dots {
  display: block;
  margin: 30px auto 0 auto;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-dots li {
  margin: 0 0.25rem;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.slick-dots li:last-child {
  margin: 0;
}

.slick-dots li button {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  font-size: 0;
  padding: 0;
  background: var(--black-color);
  position: relative;
  border: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.4s ease;
  color: var(--primary-color);
}

.slick-dots li.slick-active button:focus, .slick-dots li.slick-active button:hover, .slick-dots li.slick-active button {
  outline: none;
  box-shadow: none;
  background: var(--secondary-color);
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none;
  box-shadow: none;
}

/*Slick Slider Css End*/
/*Home page Style*/
.btn {
  font-size: 1.5rem;
  color: var(--tertiary-color);
  border-color: var(--tertiary-color);
  font-weight: 400;
  padding: 0.5rem 1.5rem;
  transition: all 0.4s ease;
  text-transform: none;
  box-shadow: none !important;
}

.btn:hover,
.btn:focus,
.btn:active {
  background: var(--tertiary-color);
  border-color: var(--tertiary-color);
  color: var(--text-color-light);
}

.dark-btn {
  background: var(--tertiary-color);
  border-color: var(--tertiary-color);
  color: var(--text-color-light);
}

.dark-btn:hover,
.dark-btn:focus,
.dark-btn:active {
  background: none;
  border-color: var(--tertiary-color);
  color: var(--tertiary-color);
}

.white-btn {
  background: #fff;
  border-color: var(--text-color-light);
  color: var(--tertiary-color);
}

.white-btn:hover,
.white-btn:focus,
.white-btn:active {
  background: none;
  border-color: var(--text-color-light);
  color: var(--text-color-light);
}

.yellow-btn {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--tertiary-color);
}

.yellow-btn:hover,
.yellow-btn:focus,
.yellow-btn:active {
  background: #fff;
  border-color: #fff;
  color: var(--text-color-dark);
}

.blue-btn {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--text-color-light);
}

.blue-btn:hover,
.blue-btn:focus,
.blue-btn:active {
  background: var(--tertiary-color);
  border-color: var(--tertiary-color);
  color: var(--text-color-light);
}

.btn svg path {
  transition: all 0.4s ease;
}

.white-btn:hover svg path,
.white-btn:focus svg path,
.white-btn:active svg path {
  fill: #fff;
}

.dark-btn:hover svg path,
.dark-btn:focus svg path,
.dark-btn:active svg path {
  stroke: var(--tertiary-color);
}

.yellow-btn:hover svg path,
.yellow-btn:focus svg path,
.yellow-btn:active svg path {
  fill: var(--text-color-dark);
}

.blue-btn:hover svg path,
.blue-btn:focus svg path,
.blue-btn:active svg path {
  stroke: #fff;
}

.main-content .container {
  max-width: 86rem;
}

.article>.article__header>.container {
  padding-top: 2rem;
}

.article>.article__header {
  background-color: var(--tertiary-color);
  min-height: 1rem;
}

.article .home__logo a {
  max-width: 13.75rem;
}

.article .home__logo img {
  max-width: 100%;
  width: 100%;
}

.article__header video {
  opacity: 0.35;
}

.viimased-block h2,
.section__q-lits h2,
.team-section h2,
.article__header .article__subtitle {
  max-width: 630px;
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: 0;
  text-transform: none;
}

.article__header .lead {
  font-size: 2.188rem;
  letter-spacing: 0.1em;
}

.article__header .btn-play::after {
  display: none;
}

.question-box h4,
.section__header .section__title {
  color: #231F20;
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: none;
}

.team-section,
.section__header {
  overflow: clip;
}

.section__header .pattern {
  width: 16.39vw;
  max-width: 236px;
  top: -3rem;
  right: -2rem;
}

.team-section .pattern svg,
.section__header .pattern svg {
  width: 100%;
}

.section__header .btn+.btn {
  margin-left: 0.75rem;
}

.section__header .btn svg {
  margin-right: 0.75rem;
}

.team-section .team-box p,
.icon-list-wrapper p,
.section__header ul li a,
.section__header p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: var(--text-color-dark);
}

.section__header ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section__header ul li a {
  color: var(--text-color-dark);
  text-decoration: underline;
}

.section__header ul li a:hover {
  color: var(--text-color-dark);
  text-decoration: none;
}

.section__header ul li a svg {
  margin-right: 0.625rem;
}

.section__header ul li+li {
  margin-top: 0.625rem;
}

.question-box .link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.section--icons {
  background: var(--primary-color);
}

.section--icons * {
  color: var(--text-color-light);
}

.section--icons h2 {
  font-size: 4rem;
  line-height: 5rem;
  text-transform: none;
}

.viimased-block p,
.section__q-lits p,
.team-section p,
.section--icons h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: none;
  font-weight: 400;
}

.section--icons h3 {
  font-family: "Inter", sans-serif;
}

.icon-list-wrapper li {
  list-style: none;
  padding: 0 0 0 2rem;
  margin: 0;
}

.icon-list-wrapper li .icon {
  height: 3rem;
}

.icon-list-wrapper li .icon:before {
  content: "";
  top: 0;
  bottom: 0;
  ;
  left: -2rem;
  width: 0.125rem;
  background: var(--secondary-color);
  position: absolute;
}

.icon-list-wrapper li .icon img {
  object-position: left center;
  object-fit: scale-down;
}

.icon-list-wrapper p {
  color: var(--text-color-light);
}

/*cta-block*/
img {
  max-width: 100%;
  height: auto;
}

.hide {
  display: none;
}

/** Look And Listen Section Start **/
.section__q-lits.look-and-listen-section {
  background: var(--tertiary-color);
}

.look-and-listen-section .slick-list {
  overflow: visible;
}

.tabing-style .nav-tabs li {
  background: var(--tertiary-color);
  list-style: none;
  padding: 0.25rem;
  ;
  margin: 0;
  min-width: 16.25rem;
}

.tabing-style .nav-tabs li .nav-link {
  padding: 0.94rem 1rem;
  border: 0;
  background: none;
  outline: none !important;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  color: var(--tertiary-color);
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
}

.tabing-style .nav-tabs li .nav-link svg {
  margin-right: 0.5rem;
}

.tabing-style .nav-tabs li .nav-link svg path {
  transition: all 0.4s ease;
}

.tabing-style .nav-tabs li .nav-link.active,
.tabing-style .nav-tabs li .nav-link:hover {
  color: var(--tertiary-color);
  background: var(--tertiary-color);
}

.tabing-style .nav-tabs li .nav-link.active svg path,
.tabing-style .nav-tabs li .nav-link:hover svg path {
  fill: var(--tertiary-color);
}

.tabing-style .fade:not(.show) {
  display: none;
}

.music-list-wrapper {
  margin: 0 -0.938rem;
}

.music-list-wrapper .items {
  width: 23.125rem;
  padding: 0 0.938rem;
  float: left;
}

.music-card-wrapper {
  background: var(--tertiary-color);
}

.music-card-wrapper .image-box {
  padding-bottom: 59%;
}

.music-card-wrapper .image-box img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
}

.music-card-content {
  padding: 2rem;
}

.music-card-content h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: var(--tertiary-color);
  text-transform: none;
}

.music-card-content .date-text,
.music-card-content p {
  font-size: 1.125rem !important;
  line-height: 1.375rem !important;
  font-weight: 400;
  color: var(--text-color-light);
}

.music-card-content .date-text {
  color: var(--tertiary-color);
}

.music-card-content .play-btn {
  min-width: 3rem;
  max-width: 3rem;
  flex-basis: 3rem;
  height: 3rem;
  background: var(--tertiary-color);
}

.podcast-wrapper {
  background: var(--secondary-color);
  color: var(--tertiary-color);
}

.podcast-wrapper .image-box {
  width: 100%;
  padding-bottom: 81%;
  max-width: 100%;
}

.podcast-wrapper .image-box img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.podcast-content {
  padding: 2rem 1.875rem 2rem 0;
}

.podcast-content h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: none;
}

.podcast-content p {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.podcast-content .date-text {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 400;
}

.podcast-content .play-btn {
  min-width: 3.375rem;
  max-width: 3.375rem;
  flex-basis: 3.375rem;
  height: 3.375rem;
  border: 0.063rem solid var(--tertiary-color);
  margin-right: 0.25rem;
  transition: all 0.4s ease;
}

.podcast-content .btn {
  border-color: var(--tertiary-color);
  color: var(--tertiary-color);
  min-width: 14.375rem;
}

.podcast-content .play-btn svg path,
.podcast-content .btn svg path {
  transition: all 0.4s ease;
}

.podcast-content .btn svg {
  margin-right: 0.75rem;
}

.podcast-content .play-btn:hover,
.podcast-content .btn:hover {
  background: var(--tertiary-color);
  color: var(--secondary-color);
}

.podcast-content .play-btn:hover svg path,
.podcast-content .btn:hover svg path {
  fill: var(--secondary-color);
}

.podcast-content .spotify-btns+.spotify-btns {
  margin-left: 2rem;
}

.podcast-content p {
  padding-right: 2rem;
}

/** Team Section Start **/
.team-section .pattern {
  width: 22.5vw;
  max-width: 324px;
  top: -3rem;
  right: -2rem;
}

.team-section h2 {
  color: var(--tertiary-color);
}

.team-section p {
  color: var(--tertiary-color);
}

.team-box {
  padding: 2.9rem 3.125rem;
}

.team-section h3 {
  font-size: 3rem;
  line-height: 3.75rem;
  color: #231F20;
  font-weight: 400;
  text-transform: none;
}

.team-box .image-box {
  padding-bottom: 71.68%;
  margin-bottom: 1rem !important;
}

.team-box .image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.team-box .yellow-btn:hover,
.team-box .yellow-btn:focus,
.team-box .yellow-btn:active {
  background: var(--tertiary-color);
  border-color: var(--tertiary-color);
  color: var(--text-color-light);
}

.team-box .yellow-btn:hover svg path,
.team-box .yellow-btn:focus svg path,
.team-box .yellow-btn:active svg path {
  fill: #fff;
  stroke: none;
}

.accordion-style .accordion {
  position: sticky;
  top: 0.5rem;
}

.accordion-style .accordion .card .card-body {
  padding: 0 1.5rem 1.065rem 1.5rem;
}

.accordion-style h4 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.accordion-style h4 button {
  font-size: 1.5rem;
  line-height: 1.875rem;
  background: none;
  color: #231F20;
  padding: 1.065rem 1.5rem;
  border-radius: 0;
  outline: none !important;
  position: relative;
}

.accordion-style h4 button:after {
  content: "";
  position: absolute;
  right: 1.625rem;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../gfx/plus-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1rem;
  height: 1rem;
  transition: all 0.4s ease;
}

.accordion-style h4 button[aria-expanded="true"]:after {
  background-image: url(../gfx/minus-icon.svg);
}

.team-section .accordion-style p,
.accordion-style p {
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: var(--text-color-dark);
}

/*question-list*/
.section__q-lits {
  background: var(--primary-color);
}

.question-box {
  padding-bottom: 100%;
  background: var(--secondary-color);
  color: var(--text-color-dark);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.question-box>div {
  padding: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.question-box>div:hover .btn,
.question-box>div:focus .btn,
.question-box>div:active .btn {
  background: var(--tertiary-color);
  border-color: var(--tertiary-color);
  color: var(--secondary-color);
}

.question-box .btn svg {
  margin-right: 0.625rem;
}

.question-box>div:hover .btn svg path,
.question-box>div:focus .btn svg path,
.question-box>div:active .btn svg path {
  stroke: var(--secondary-color);
}

/*section__viimased*/
.viimased-block h2 {
  color: var(--text-color-dark);
}

.viimased-block p {
  color: var(--text-color-dark);
}

.viimased-block .btn svg {
  margin-right: 0.75rem;
}

.image-box {
  max-width: 41rem;
}

.viimased-content-block {
  max-width: 33.75rem;
}

.viimased-block .yellow-btn:hover,
.viimased-block .yellow-btn:focus,
.viimased-block .yellow-btn:active {
  background: var(--tertiary-color);
  border-color: var(--tertiary-color);
  color: var(--text-color-light);
}

.viimased-block .yellow-btn:hover svg path,
.viimased-block .yellow-btn:focus svg path,
.viimased-block .yellow-btn:active svg path {
  fill: none;
  stroke: var(--text-color-light);
}

/*Test Modal*/
.test-modal {
  height: unset;
  min-height: 100vh;
}

.test-modal .modal-content,
.test-modal .modal-body,
.test-modal .modal-content-inner,
.test-modal .step,
.test-modal .step>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.test-modal .modal-header {
  position: absolute;
  top: 3rem;
  right: 1rem;
}

.test-modal .modal-body {
  width: 100%;
  max-width: 1000px;
  height: unset;
  padding: 2rem;
  margin: 0 auto;
  background: #E9F2F2;
  flex: initial;
}

.test-modal .modal-body form {
  height: 100%;
}

.align-center {
  text-align: center;
}

.test-modal h2 {
  width: 100%;
  font-size: 4rem;
  line-height: 5rem;
  color: var(--text-color-dark);
  padding: 0 0 2rem 0;
  margin: 0;
  border-bottom: 1px solid var(--primary-color);
  text-transform: none;
}

.test-modal p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 0 0 2rem 0;
  font-weight: 400;
  text-align: center;
}

.test-modal p:last-child {
  margin: 0;
}

.test-modal p b {
  font-weight: 700;
}

.test-modal .btnbox .btn,
.test-modal .btnbox>a {
  padding: 0.5rem 2rem;
  margin: 0 !important;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--tertiary-color);
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  transition: all 0.4s ease;
  text-transform: none;
  box-shadow: none !important;
  border-radius: 0;
  cursor: pointer;
}

.test-modal form>ul>li:first-child .btnbox>a::before {
  content: "Alusta";
  width: 100%;
  height: 100%;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--secondary-color);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.test-modal form>ul>li:first-child .btnbox>a:focus::before,
.test-modal form>ul>li:first-child .btnbox>a:hover::before,
.test-modal .btnbox>a:hover,
.test-modal .btnbox>a:focus .test-modal .btnbox .btn:hover,
.test-modal .btnbox .btn:focus {
  background: var(--tertiary-color);
  border-color: var(--tertiary-color);
  color: var(--text-color-light);
}

.test-modal .step-list,
.test-modal .step-list li {
  height: 100%;
}

.test-modal .step-list li {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.test-modal .step {
  margin: 0;
  flex: 1;
}

.test-modal .step>div {
  width: 100%;
  flex: 1;
}

.test-modal .modal-content-inner {
  width: 100%;
  padding: 2rem 0;
  position: relative;
  flex: 1;
}

.test-modal .test-screen3 .modal-content-inner {
  padding: 2rem 0 0 0;
}

.qa-step-title {
  width: 100%;
  padding: 0 0 2rem;
  border-bottom: 1px solid var(--primary-color);
}

.q-number {
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
}

.qa-list-block h4 {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  text-transform: none;
  margin: 0 0 8px 0;
  padding: 0;
}

.qa-locate {
  margin-left: 5px;
}

.qa-locate span {
  font-weight: 700;
}

.qa-list-shoort {
  align-items: center;
  justify-content: center;
}

.qa-list-shoort>div {
  margin: 0 4px;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-color);
  list-style: none;
  opacity: 0.2;
}

.qa-list-shoort>div.active {
  opacity: 1;
}

.test-modal .qst-box p {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 400;
}

.option-list {
  width: 100%;
  gap: 48px;
  padding: 2rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.test-modal .option-list:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--primary-color);
  position: absolute;
  bottom: 2rem;
  left: 0;
}

.option-list .inline-block {
  text-align: center;
}

.step-list {
  margin: 0;
  padding: 0;
}

.step-list>li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.test-modal .modal-body form+div {
  width: 100%;
  padding: .5rem 1.25rem;
  margin: 2rem 0 0 0;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  position: relative;
  text-align: center;
}

.option-list .radiobox strong {
  height: 100%;
  padding-left: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.test-screen3 .modal-content-inner {
  height: 280px;
}

/*Radio Css*/
.radiobox {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
}

.checkbox input,
.radiobox input {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}

.radiobox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
}

.radiobox .checkmark:before {
  display: block;
  content: "";
  background: var(--primary-color);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 5px;
  opacity: 0;
}

.radiobox input:checked~.checkmark:before {
  opacity: 1;
}

.radiobox strong {
  font-weight: 400;
}

.modal-title-new {
  width: 100%;
  position: relative;
}

.modal-title-new h2 {
  width: 100%;
  margin: 0;
  padding: 0 0 2rem 0;
  font-size: 4rem;
  line-height: 5rem;
}

.test-modal .text-box p {
  text-align: left;
}

.btn-prev {
  display: none;
}

.btnbox .section__title {
  font-size: 2rem;
  text-transform: none;
  margin: 0 0 1rem 0;
}

/** Footer Start **/
.section__footer {
  background: var(--primary-color);
}

.section__footer * {
  color: var(--text-color-light);
}

.section__footer h2 {
  font-size: 3rem;
  line-height: 3.75rem;
  text-transform: none;
  font-weight: 400;
}

.section__footer h3,
.section__footer p {
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-transform: none;
}

.row--footer ul li+li {
  margin-top: 0.438rem;
}

.row--footer ul li a {
  color: var(--text-color-light);
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: none;
  font-weight: 400;
}

.f-logo {
  max-width: 7.438rem;
}

.section__footer .border-primary {
  border-color: var(--secondary-color) !important;
}

/*============================================
============== :: MEDIA :: ====================
==============================================*/
@media screen and (max-width:1199px) {
  .article>.article__header>.container {
    padding-top: 1rem;
  }

  .viimased-block h2,
  .section__q-lits h2,
  .team-section h2,
  .article__header .article__subtitle {
    font-size: 3rem;
    line-height: 4rem;
  }

  .podcast-content h3,
  .viimased-block p,
  .section__q-lits p,
  .team-section p,
  .section--icons h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .podcast-content p {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  .podcast-content .date-text {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .podcast-content .spotify-btns+.spotify-btns {
    margin-left: 1.5rem;
  }

  .podcast-content .btn {
    min-width: 10.375rem;
  }

  .accordion-style h4 button,
  .team-section .team-box p, .icon-list-wrapper p, .section__header ul li a, .section__header p {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  .team-box {
    padding: 1.9rem 2.125rem;
  }

  /** Look And Listen Section Start **/
  .music-card-content {
    padding: 1.5rem;
  }

  .music-list-wrapper .items {
    width: 21rem;
  }

  /** Footer Start **/
  .section__footer h2 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }

  .row--footer ul li a {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

@media screen and (max-width:991px) {
  .article .home__logo a {
    max-width: 11.25rem;
  }

  .section__header .pattern {
    display: none;
  }

  .article>.article__header>.container {
    padding-top: 40px;
  }

  .article__header .lead {
    font-size: 2rem;
  }

  .viimased-block h2, .section__q-lits h2, .team-section h2, .article__header .article__subtitle {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .question-box h4, .section__header .section__title {
    font-size: 1.625rem;
    line-height: 2rem;
  }

  .team-section .team-box p, .section__header ul li a, .section__header p {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .section--icons h2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .viimased-block p,
  .section__q-lits p,
  .team-section p,
  .section--icons h3 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }

  .icon-list-wrapper p {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  .podcast-content {
    padding: 1.5rem;
  }

  .podcast-content p {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  /** Look And Listen Section Start **/
  .tabing-style .nav-tabs li {
    min-width: 10.938rem;
  }

  .tabing-style .nav-tabs li .nav-link {
    font-size: 1.125rem;
    line-height: 1;
    padding: 0.5rem 1rem;
  }

  .tabing-style .nav-tabs li .nav-link svg {
    width: 1.25rem;
  }

  /** Footer Start **/
  .section__footer h2 {
    font-size: 2.375rem;
    line-height: 3.25rem;
  }

  .row--footer ul li a {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width:767px) {
  .team-section .pattern {
    display: none;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .btn {
    font-size: 1.125rem;
    padding: 0.375rem 1rem;
  }

  .btn svg {
    width: 0.75rem;
  }

  .article .home__logo a {
    max-width: 9.375rem;
  }

  .viimased-block h2,
  .section__q-lits h2,
  .section--icons h2,
  .team-section h2,
  .article__header .article__subtitle {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .article>.article__header>.container {
    padding-top: 20px;
  }

  .article__header .lead {
    font-size: 1rem;
  }

  .question-box h4,
  .section__header .section__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .section__header ul li a svg {
    width: 0.9rem;
  }

  .section__header ul li+li {
    margin-top: 0.3rem;
  }

  .viimased-block p,
  .section__q-lits p,
  .team-section p,
  .section--icons h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .icon-list-wrapper li {
    padding-left: 1.75rem;
  }

  .icon-list-wrapper li .icon {
    height: 2.5rem;
  }

  .icon-list-wrapper li .icon:before {
    left: -1.75rem;
  }

  .icon-list-wrapper p {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .podcast-content {
    padding: 1rem;
  }

  .podcast-wrapper .image-box {
    padding-bottom: 67.7%;
  }

  .podcast-content h3 {
    font-size: 1.5rem;
    line-height: 1.813rem;
  }

  .podcast-content p {
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding-right: 0;
  }

  .podcast-content .date-text {
    font-size: 0.875rem;
    line-height: 1.063rem;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .podcast-content .date-text br {
    display: none;
  }

  .podcast-content .spotify-btns {
    width: 100%;
  }

  .podcast-content .spotify-btns+.spotify-btns {
    margin-left: 0;
    margin-top: 0.875rem;
  }

  .podcast-content .play-btn {
    min-width: 2.625rem;
    max-width: 2.625rem;
    flex-basis: 2.625rem;
    height: 2.625rem;
    margin-right: 0.5rem;
  }

  .podcast-content .play-btn svg {
    width: 0.625rem;
  }

  .podcast-content .btn {
    height: 2.625rem;
    width: 100%;
  }

  .podcast-content .btn svg {
    margin-right: 0.5rem;
    width: 1.125rem;
  }

  .section__footer .section__title {
    letter-spacing: 0;
  }

  /*question-list*/
  .question-box {
    padding-bottom: 0;
  }

  .question-box>div {
    position: static;
    align-items: center;
    padding: 1.2rem 1rem;
  }

  .question-box .btn {
    white-space: nowrap;
  }

  /** Team Section Start **/
  .team-box {
    padding: 1.2rem 1rem;
  }

  .team-section h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .accordion-style h4 button {
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 0.67rem 2.5rem 0.67rem 1rem;
  }

  .accordion-style h4 button:after {
    right: 1.125rem;
    width: 0.85rem;
  }

  .team-section .accordion-style p, .accordion-style p {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .accordion-style .accordion .card .card-body {
    padding: 0 1rem 1rem 1rem;
  }

  /*section__viimased*/
  .viimased-content-block {
    max-width: 24rem;
  }

  .image-box {
    max-width: 100%;
  }

  /** Look And Listen Section Start **/
  .music-card-content h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .music-card-content .date-text, .music-card-content p {
    font-size: 0.875rem !important;
    line-height: 1.063rem !important;
  }

  .music-card-content .play-btn {
    min-width: 2.625rem;
    max-width: 2.625rem;
    flex-basis: 2.625rem;
    height: 2.625rem;
  }

  .music-card-content .play-btn svg {
    width: 0.75rem;
  }

  .music-list-wrapper {
    margin: 0 -0.375rem;
  }

  .music-list-wrapper .items {
    width: 19.8rem;
    padding: 0 0.375rem;
  }

  .music-card-content {
    padding: 1rem;
  }

  .music-card-content h3 {
    padding-right: 2rem;
  }

  /** Footer Start **/
  .f-logo {
    max-width: 6.188rem;
  }

  .section__footer h2 br {
    display: none;
  }

  .section__footer h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .section__footer .row>div:first-child {
    order: 4;
  }

  .row--footer ul li a,
  .section__footer h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .row--footer ul li+li {
    margin-top: 0.55rem;
  }

  /* modal */
  .test-modal .modal-body {
    padding: 1.563rem;
  }

  .test-modal h2 {
    font-size: 3rem;
    line-height: 1;
    padding: 0 0 1.563rem 0;
  }

  .test-modal .modal-content-inner {
    padding: 1.563rem 0;
  }

  .test-modal p {
    margin: 0 0 1.563rem 0;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .test-modal p:last-child {
    margin: 0;
  }

  .qa-step-title {
    padding: 0 0 1.563rem;
  }

  .option-list {
    padding: 1.563rem 0;
    gap: 1.563rem;
  }

  .test-modal .option-list::after {
    bottom: 1.563rem;
  }

  .test-modal .test-screen3 .modal-content-inner {
    padding: 1.563rem 0 0 0;
  }

  .btnbox .section__title {
    font-size: 1.5rem;
    line-height: 1.813rem;
  }
}

@media screen and (max-width:379px) {

  /** Look And Listen Section Start **/
  .tabing-style .nav-tabs li {
    min-width: 9.938rem;
  }
}
