@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Electrolize";
  src: url("fonts/electrolize.ttf");
  font-weight: 400;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time, img {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

ol, ul {
  list-style: none;
}

p, li {
  color: #000;
  font-weight: 400;
}

p, li, a {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.06em;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:active, a:link {
  text-decoration: none;
}

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, button {
  -webkit-appearance: none;
}

html {
  margin-top: 0 !important;
}

* html body {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }

  * html body {
    margin-top: 0 !important;
  }
}
.so-anim-under,
.so-anim-under_slow,
.so-anim-fade,
.so-anim-fade_slow,
.so-anim-right,
.so-anim-right_slow,
.so-anim-left,
.so-anim-left_slow,
.so-anim-drop,
.so-anim-drop_slow {
  opacity: 0;
}

.so-anim-image {
  overflow: hidden;
  position: relative;
}
.so-anim-image:before {
  position: absolute;
  width: auto;
  height: auto;
  transition: all 1s ease-in;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
  content: "";
}
.so-anim-image-left.animated:before {
  left: 100%;
}
.so-anim-image-top.animated:before {
  top: 100%;
}

#so-wrapper {
  position: relative;
  overflow-x: hidden;
  padding-top: 110px;
}
#so-wrapper.so-active {
  overflow: hidden;
  height: 100vh;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  background-color: #fff;
}
.so-row {
  max-width: 1240px;
  width: 100%;
  display: inline-block;
  margin: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.so-content {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  padding-bottom: 30px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  letter-spacing: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: #7A0F21;
}
h1.so-title-style_2, h2.so-title-style_2, h3.so-title-style_2, h4.so-title-style_2, h5.so-title-style_2, h6.so-title-style_2 {
  font-family: "Electrolize", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
}

h2 {
  font-size: 36px;
  line-height: 1.2;
}

h3 {
  font-size: 30px;
  line-height: 1.2;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

.so-sub {
  position: relative;
  padding-top: 35px;
  padding-bottom: 45px;
}
.so-sub:before {
  position: absolute;
  width: 40vw;
  height: 30px;
  background-color: #7A0F21;
  bottom: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  content: "";
}
.so-sub .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-sub .so-row > span {
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.01em;
  width: 8%;
  text-align: center;
}
.so-sub h2 {
  width: 30%;
  padding-bottom: 0;
}
.so-sub .wpcf7 {
  width: 62%;
}
.so-sub .wpcf7-response-output {
  display: block;
  border-color: #7a0f21 !important;
  font-size: 12px !important;
  margin-top: 40px !important;
}
.so-sub .so-optin-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 0;
}
.so-sub .so-optin-form-row {
  max-width: none;
  width: auto;
  position: relative;
}
.so-sub .so-optin-form-row:nth-child(1), .so-sub .so-optin-form-row:nth-child(2) {
  width: 39%;
}
.so-sub .so-optin-form-row:nth-child(3) {
  width: 20%;
}
.so-sub .so-optin-form .so-button {
  max-width: 145px;
  width: 100%;
  height: 50px;
}
.so-sub .so-optin-form input {
  margin-bottom: 0;
}
.so-sub .checkbox-sms {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
}
.so-sub .checkbox-sms input {
  display: none;
}
.so-sub .checkbox-sms label:before {
  display: none;
}
.so-sub .checkbox-sms .wpcf7-list-item-label {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
  top: 0;
}
.so-sub .checkbox-sms .wpcf7-list-item-label:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #000;
  left: 0;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
  content: "";
}
.so-sub .checkbox-sms .wpcf7-list-item-label:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 9px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -4px;
  color: #fff;
  z-index: 2;
  opacity: 0;
}
.so-sub .checkbox-sms input:checked + span:before {
  background-color: #7A0F21;
  border: 1px solid #DF8B8B;
}
.so-sub .checkbox-sms input:checked + span:after {
  opacity: 1;
}

.plyr .plyr__time, .plyr .plyr__control {
  color: #fff;
}
.plyr > .plyr__control {
  background: #7A0F21;
}
.plyr > .plyr__control:hover {
  background: #7A0F21;
}
.plyr .plyr__control:hover, .plyr .plyr--video .plyr__control[aria-expanded=true],
.plyr .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before,
.plyr .plyr__control.plyr__tab-focus {
  background: #7A0F21;
}
.plyr input[type=range] {
  color: #7A0F21;
}

.so-podcast_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
}
.so-podcast_icons-single {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 52px;
  height: 52px;
  position: relative;
  border-radius: 100%;
  display: inline-flex;
  background-color: #fff;
  margin-right: 15px;
}
.so-podcast_icons-single:last-child {
  margin-right: 0;
}
.so-podcast_icons-single i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #7A0F21;
  position: relative;
}
.so-podcast_icons-single i.fa-play {
  left: 1px;
}
.so-podcast_icons-single span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 9px;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  padding: 7px 0;
  position: absolute;
  bottom: -20px;
  left: -10px;
  right: -10px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  opacity: 0;
}
.so-podcast_icons-single:hover {
  background-color: #7A0F21;
}
.so-podcast_icons-single:hover i {
  color: #fff;
}
.so-podcast_icons-single:hover span {
  bottom: -11px;
  opacity: 1;
}

.so-modal-sub {
  max-width: 685px !important;
  width: 100%;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.so-modal-sub .so-optin-form {
  padding-bottom: 0;
}
.so-modal-sub .so-optin-form > .so-optin-form-row {
  max-width: none;
}
.so-modal-sub .so-optin-form > .so-optin-form-row input {
  margin-bottom: 25px;
}
.so-modal-sub .so-optin-form .so-button {
  width: 100%;
}
.so-modal-sub .so-optin-form .checkbox-sms {
  position: absolute;
  left: -20px;
  right: 0;
  bottom: 25px;
}
.so-modal-sub .so-optin-form .checkbox-sms label:before {
  display: none;
}
.so-modal-sub .so-optin-form .checkbox-sms input {
  display: none;
}
.so-modal-sub .so-optin-form .checkbox-sms .wpcf7-list-item-label {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
  top: 0;
}
.so-modal-sub .so-optin-form .checkbox-sms .wpcf7-list-item-label:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #000;
  left: 0;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
  content: "";
}
.so-modal-sub .so-optin-form .checkbox-sms .wpcf7-list-item-label:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 9px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -4px;
  color: #fff;
  z-index: 2;
  opacity: 0;
}
.so-modal-sub .so-optin-form .checkbox-sms input:checked + span:before {
  background-color: #7A0F21;
  border: 1px solid #DF8B8B;
}
.so-modal-sub .so-optin-form .checkbox-sms input:checked + span:after {
  opacity: 1;
}
.so-modal-sub .iziModal-content {
  position: relative;
}
.so-modal-sub .so-modal-close {
  position: absolute;
  right: -10px;
  top: -35px;
}
.so-modal-sub .so-modal-close span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 11px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  cursor: pointer;
  opacity: 1;
}
.so-modal-sub .so-modal-close span:before {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #fff;
  left: -18px;
  top: 50%;
  margin-top: 1px;
  content: "";
}
.so-modal-sub .so-modal-close span:hover {
  opacity: 0.5;
}
.so-modal-sub .so-modal-bg {
  position: absolute;
  background-color: #fff;
  border: 4px solid #000;
  top: 12px;
  left: 12px;
  right: -12px;
  bottom: -12px;
  z-index: -1;
}
.so-modal-sub .so-modal-content {
  padding: 55px 85px 55px 100px;
  box-sizing: border-box;
  border: 4px solid #000;
  z-index: 2;
  background-color: #fff;
}
.so-modal-sub h2 {
  text-align: center;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.so-modal-sub-label {
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}
.so-modal-sub-notice {
  font-size: 9px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-top: 25px;
  text-align: center;
}

.so-italic {
  font-style: italic;
  position: relative;
  max-width: 315px;
}

.so-optin-tab_2 {
  display: none;
  padding: 80px 0 180px 0;
}
.so-optin-tab_2 .so-contact-vision-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-optin-tab_2 h2 {
  text-align: center;
  padding-bottom: 35px;
}
.so-optin-tab_2 svg {
  width: 20%;
}
.so-optin-tab_2 .checkmark {
  stroke: #7a0f21;
  stroke-dashoffset: 745.7485351563;
  stroke-dasharray: 745.7485351563;
  animation: dash 2s ease-out forwards;
}
.so-optin-form {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1212px;
  border: none;
  margin: auto;
  padding: 0px 0px 80px 0px;
  background: none;
}
.so-optin-form .sol-form-label-focus {
  font-size: 10px;
  line-height: 1.15;
  top: -15px;
  left: 0px;
}
.so-optin-form .sol-form-label-active {
  font-size: 10px;
  line-height: 1.15;
  top: -15px;
  left: 0px;
}
.so-optin-form .so-group {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #8a8a94;
  font-family: Source Sans Pro;
  padding-top: 10px;
  padding-bottom: 20px;
}
.so-optin-form-row {
  width: 100%;
  position: relative;
  max-width: 49.5%;
}
.so-optin-form-row label {
  position: absolute;
  font-size: 14px;
  line-height: 1.15;
  top: 17px;
  left: 22px;
  transition: 0.3s ease;
}
.so-optin-form-col {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.so-optin-form-col:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-optin-form-wrap {
  padding-top: 60px;
}
.so-optin-form .ajax-loader,
.so-optin-form br,
.so-optin-form .wpcf7-not-valid-tip {
  display: none !important;
}
.so-optin-form .so-message {
  max-width: 100%;
}
.so-optin-form button {
  outline: none;
  border: none;
}
.so-optin-form button:hover {
  cursor: pointer;
}
.so-optin-form .selectric,
.so-optin-form input,
.so-optin-form textarea,
.so-optin-form select {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 2px !important;
  color: #000000;
  padding: 14px 22px;
  border: 2px solid #000000;
  outline: none;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 48px;
  max-height: 180px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.3s ease;
}
.so-optin-form .selectric:focus,
.so-optin-form input:focus,
.so-optin-form textarea:focus,
.so-optin-form select:focus {
  box-shadow: 1px 1px 3px 2px #ccc;
  -moz-box-shadow: 1px 1px 3px 2px #ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #ccc;
}
.so-optin-form .selectric.wpcf7-not-valid,
.so-optin-form input.wpcf7-not-valid,
.so-optin-form textarea.wpcf7-not-valid,
.so-optin-form select.wpcf7-not-valid {
  border-color: #f7454c;
}
.so-optin-form .your-date {
  position: relative;
}
.so-optin-form .your-date:before {
  content: url("img/data.svg");
  position: absolute;
  width: 40px;
  height: 100%;
  top: -3px;
  right: 0;
}
.so-optin-form .selectric-items {
  background-color: #ffffff;
}
.so-optin-form .selectric-items li.highlighted {
  background-color: #7a0f21;
  color: #ffffff;
}
.so-optin-form .selectric-items li.selected {
  background-color: #7a0f21;
  color: #ffffff;
}
.so-optin-form .selectric-items li:hover {
  background-color: #7a0f21;
  color: #ffffff;
}
.so-optin-form .selectric {
  padding: 4px 0;
}
.so-optin-form .selectric .button {
  background-color: #ffffff;
  width: 50px;
  height: 100%;
}
.so-optin-form .selectric .button:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  border-color: black;
  right: 6px;
  top: -3px;
  border-left: 0;
  border-top: 0;
  transition: 0.3s ease;
}
.so-optin-form .selectric .so-btn-active:after {
  top: 0;
  transform: rotate(135deg);
  border-color: #7a0f21;
}

.wpcf7-response-output {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  color: #7a0f21;
  font-size: 16px;
  line-height: 1.8;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  background: #ffffff;
  color: #000000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #7a0f21;
  box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_month {
  text-align: center;
}
.xdsoft_datetimepicker span {
  font-size: 18px;
  line-height: 1.8;
  color: #7a0f21;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
  background-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td div {
  color: #7a0f21;
  font-size: 16px;
  line-height: 1.8;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  background-color: #ffffff !important;
  box-shadow: #7a0f21 0 1px 1px 0 inset !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover div {
  color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  background-color: #ffffff;
  border: 2px solid #7a0f21;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background-color: #7a0f21;
  box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:hover div {
  color: #7a0f21;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current div {
  color: #ffffff;
}

.label-star:before {
  position: absolute;
  content: "∗";
  width: 0;
  height: 0;
  top: -5px;
  right: -5px;
  color: #7a0f21;
  font-size: 14px;
}

.so-button {
  font-size: 13px;
  line-height: 1.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #7a0f21;
  color: #ffffff;
  transition: 0.3s ease;
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: 0.105em;
  width: 280px;
  height: 60px;
  text-transform: uppercase;
  cursor: pointer;
}
.so-button:hover {
  background-color: #313131;
  color: #ffffff;
}

.so-more-button {
  font-size: 13px;
  line-height: 1.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  letter-spacing: 0.105em;
  width: 196px;
  height: 45px;
  border: 2px solid #7a0f21;
  font-weight: 700;
  transition: 0.3s ease;
  text-transform: uppercase;
  cursor: pointer;
}
.so-more-button i {
  transition: 0.3s ease;
  padding-right: 20px;
}
.so-more-button:hover {
  background-color: #7a0f21;
  border: 2px solid #7a0f21;
  color: #ffffff;
}
.so-more-button:hover i {
  color: #ffffff;
}

.so-intro-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 25px;
  padding-top: 40px;
}
.so-intro-bread a, .so-intro-bread span, .so-intro-bread li {
  font-size: 12px;
  line-height: 1.8;
  font-family: Source Sans Pro;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 0 1px;
  text-transform: uppercase;
}
.so-intro-bread a {
  transition: 0.3s ease;
}
.so-intro-bread a:hover {
  color: #7a0f21;
}
.so-intro-bread span {
  color: #8A8A94;
}
.so-intro-bread li {
  color: #DCDCDC;
  font-size: 16px;
  line-height: 1.8;
}

.swiper-button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  border-radius: 1px;
  border: 1px solid #111111;
  margin: 0 8px;
  position: relative;
}
.swiper-button:after {
  font-size: 15px !important;
}
.swiper-button:hover {
  background-color: #7a0f21;
  color: #ffffff;
  border: 1px solid #7a0f21;
}

@media screen and (max-width: 991px) {
  .so-optin-form-col {
    flex-direction: column;
  }

  .so-optin-form-row {
    max-width: 100%;
  }

  .so-optin-form {
    padding: 0 0 40px 0;
  }
}
@keyframes Rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 745.7485351563;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.so-news-main_header {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 280px;
  z-index: 102;
  pointer-events: none;
  opacity: 0;
}
.so-news-main_header .so-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.so-news-main_header .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.so-news-main_header.active {
  opacity: 1;
  pointer-events: unset;
}

.so-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 100;
  border-bottom: 1px solid #DCDCDC;
}
.so-header-form {
  position: absolute;
  right: 20px;
  bottom: -5px;
  width: 60vw;
  display: none;
}
.so-header-form button {
  position: absolute;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  top: 50%;
  margin-top: -11px;
  left: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/search.svg");
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
  outline: none;
}
.so-header-form button:hover {
  opacity: 0.4;
}
.so-header-form input {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  outline: none;
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 50px 15px 45px;
  width: 100%;
  box-sizing: border-box;
}
.so-header-form input.placeholder {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #000;
}
.so-header-form input:-moz-placeholder {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #000;
}
.so-header-form input::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #000;
}
.so-header-form input:-ms-input-placeholder {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #000;
}
.so-header-form input::-webkit-input-placeholder {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #000;
}
.so-header-form input:focus {
  border-color: #7A0F21;
}
.so-header .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 1540px;
}
.so-header .so-trigger {
  position: relative;
  width: 27px;
  height: 32px;
  display: inline-block;
  margin-right: 22px;
  cursor: pointer;
  top: -5px;
}
.so-header .so-trigger i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 8px;
  left: 0;
  opacity: 1;
}
.so-header .so-trigger i:nth-child(2) {
  top: 15px;
}
.so-header .so-trigger i:nth-child(3) {
  top: 22px;
}
.so-header .so-trigger.active i {
  top: 15px;
}
.so-header .so-trigger.active i:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.so-header .so-trigger.active i:nth-child(2) {
  opacity: 0;
}
.so-header .so-trigger.active i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.so-header-search-icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 2px;
  display: inline-block;
  opacity: 1;
  cursor: pointer;
}
.so-header-search-icon:hover {
  opacity: 0.3;
}
.so-header-logo {
  margin-bottom: 5px;
  max-width: 170px;
  width: 100%;
}
.so-header-soc a {
  display: inline-block;
  margin-right: 15px;
}
.so-header-soc a i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  color: #000;
  opacity: 1;
}
.so-header-soc a:hover i {
  color: #7A0F21;
  opacity: 0.6;
}
.so-header .so-col:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 20%;
  position: relative;
  top: 5px;
}
.so-header .so-col:nth-child(1) strong {
  display: none;
}
.so-header .so-col:nth-child(2) {
  width: 60%;
  text-align: center;
}
.so-header .so-col:nth-child(2) ul li {
  display: inline-block;
  padding: 0 20px;
}
.so-header .so-col:nth-child(2) ul li a {
  font-family: "Gilroy";
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #000;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.so-header .so-col:nth-child(2) ul li a:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: auto;
  height: 2px;
  background-color: #7A0F21;
  bottom: -3px;
  left: 50%;
  right: 50%;
  content: "";
}
.so-header .so-col:nth-child(2) ul li a:hover:before {
  left: 0;
  right: 0;
}
.so-header .so-col:nth-child(3) {
  width: 20%;
  text-align: right;
  box-sizing: border-box;
  padding-right: 30px;
  position: relative;
}
.so-header-mob_slide {
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  position: fixed;
  width: 280px;
  height: auto;
  left: -480px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 102;
  padding: 30px 40px;
  box-sizing: border-box;
}
.so-header-mob_slide-slider-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 8px;
}
.so-header-mob_slide-slider-head span {
  font-size: 7px;
  line-height: 1;
  font-family: "Gilroy";
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #7A0F21;
  color: #fff;
  display: inline-block;
  padding: 5px 5px;
}
.so-header-mob_slide-slider-head-arrow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  cursor: pointer;
  margin-left: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px;
  background-image: url("img/arrow_right.svg");
  filter: invert(0%);
}
.so-header-mob_slide-slider-head-arrow:nth-child(1) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: center 4px;
}
.so-header-mob_slide-slider-head-arrow:hover {
  background-color: #fff;
  border-color: #fff;
  filter: invert(100%);
}
.so-header-mob_slide-slider-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-header-mob_slide-slider-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.so-header-mob_slide-slider-wrap:before, .so-header-mob_slide-slider-wrap:after {
  position: absolute;
  width: auto;
  height: 1px;
  background-color: #F6F6F6;
  top: 0;
  left: -40px;
  right: -40px;
  content: "";
}
.so-header-mob_slide-slider-wrap:after {
  top: auto;
  bottom: 0;
}
.so-header-mob_slide-slider-single {
  outline: none;
}
.so-header-mob_slide-slider-single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 15px;
}
.so-header-mob_slide-slider-single-info img {
  width: 80px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}
.so-header-mob_slide-slider-single-info span {
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  padding-left: 15px;
  display: inline-block;
  color: #7A0F21;
  text-transform: uppercase;
}
.so-header-mob_slide-slider-single .so-podcast_icons {
  position: static;
}
.so-header-mob_slide-slider-single .so-podcast_icons-single {
  width: 38px;
  height: 38px;
  background-color: #7A0F21;
}
.so-header-mob_slide-slider-single .so-podcast_icons-single i {
  font-size: 12px;
  color: #fff;
}
.so-header-mob_slide-slider-single .so-podcast_icons-single:hover {
  background-color: #000;
}
.so-header-mob_slide-slider-single > a {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: block;
  opacity: 1;
}
.so-header-mob_slide-slider-single > a:hover {
  opacity: 0.6;
}
.so-header-mob_slide .so-header-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 30px;
  text-align: center;
}
.so-header-mob_slide .so-header-soc a {
  margin-right: 0;
}
.so-header-mob_slide .so-header-soc a i {
  font-size: 18px;
}
.so-header-mob_slide.active {
  left: 0;
}
.so-header-mob_slide-overlay {
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  position: fixed;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 101;
  cursor: pointer;
}
.so-header-mob_slide-overlay.active {
  right: 0;
}
.so-header-mob_slide-logo {
  max-width: 128px;
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
.so-header-mob_slide-close {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: auto;
  height: auto;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  top: 20px;
  right: -90px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 1;
  padding-left: 28px;
  display: inline-block;
}
.so-header-mob_slide-close:before, .so-header-mob_slide-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 0;
  margin-top: -2px;
  content: "";
}
.so-header-mob_slide-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.so-header-mob_slide-close:hover {
  opacity: 0.5;
}
.so-header-mob_slide-menu ul li {
  margin-bottom: 15px;
}
.so-header-mob_slide-menu ul li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Gilroy";
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: relative;
  left: 0;
}
.so-header-mob_slide-menu ul li a:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 0;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background-color: #7A0F21;
  content: "";
}
.so-header-mob_slide-menu ul li a:hover {
  left: 20px;
}
.so-header-mob_slide-menu ul li a:hover:before {
  left: -20px;
  width: 15px;
}

@media screen and (max-width: 1200px) {
  .so-header .so-col:nth-child(2) ul li {
    padding: 0 10px;
  }
  .so-header .so-col:nth-child(2) ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .so-news-main_header {
    display: none !important;
  }

  .so-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 90px;
    box-sizing: border-box;
  }
  .so-header-mob_slide-slider-wrap {
    display: none;
  }
  .so-header .so-content {
    width: 100%;
  }
  .so-header-form {
    width: 70vw;
    right: 30px;
  }
  .so-header-form input {
    padding: 10px 20px 10px 40px;
  }
  .so-header .so-col:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 66.66%;
  }
  .so-header .so-col:nth-child(1) > div:not(.so-trigger) {
    width: 50%;
    text-align: center;
  }
  .so-header .so-col:nth-child(1) > div:not(.so-trigger) > a {
    display: inline-block;
  }
  .so-header .so-col:nth-child(2) {
    display: none;
  }
  .so-header .so-col:nth-child(3) {
    width: 33.33%;
  }
}
@media screen and (max-width: 600px) {
  .so-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .so-header-soc a:last-child {
    margin-right: 0;
  }
  .so-header .so-col:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
  }
  .so-header .so-col:nth-child(1) > div:not(.so-trigger) {
    width: 100%;
    max-width: 160px;
  }
  .so-header .so-col:nth-child(1) > div:not(.so-trigger) img {
    max-width: 130px;
  }
  .so-header .so-col:nth-child(1) strong {
    display: block;
    width: 27px;
    margin-left: 22px;
  }
  .so-header .so-col:nth-child(3) {
    position: absolute;
    right: 20px;
    width: 20%;
    padding-right: 0;
  }
}
.so-footer {
  padding-bottom: 50px;
  padding-top: 140px;
}
.so-footer-logo {
  margin-bottom: 30px;
  max-width: 170px;
  width: 100%;
}
.so-footer-soc a {
  display: inline-block;
  margin-right: 15px;
}
.so-footer-soc a i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  color: #000;
  opacity: 1;
}
.so-footer-soc a:hover i {
  color: #7A0F21;
  opacity: 0.6;
}
.so-footer .so-row:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 85px;
}
.so-footer .so-row:nth-child(1) .so-col {
  width: 25%;
  position: relative;
}
.so-footer .so-row:nth-child(1) .so-col span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  width: auto;
  height: auto;
  font-size: 11px;
  line-height: 1.9;
  text-transform: uppercase;
  color: #8A8A94;
  letter-spacing: 0.33em;
  display: inline-block;
  transform-origin: top left;
  top: 0;
  left: 20px;
}
.so-footer .so-row:nth-child(1) .so-col span:after {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -3px;
  left: -36px;
  background-color: #8A8A94;
  content: "";
}
.so-footer .so-row:nth-child(1) .so-col ul {
  padding-left: 60px;
}
.so-footer .so-row:nth-child(1) .so-col ul li {
  margin-bottom: 10px;
}
.so-footer .so-row:nth-child(1) .so-col ul li:last-child {
  margin-bottom: 0;
}
.so-footer .so-row:nth-child(1) .so-col ul li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #313131;
  font-weight: 900;
  position: relative;
  left: 0;
}
.so-footer .so-row:nth-child(1) .so-col ul li a:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 0;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background-color: #7A0F21;
  content: "";
}
.so-footer .so-row:nth-child(1) .so-col ul li a:hover {
  left: 20px;
}
.so-footer .so-row:nth-child(1) .so-col ul li a:hover:before {
  left: -20px;
  width: 15px;
}
.so-footer .so-row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-footer .so-row:nth-child(2) ul {
  padding-bottom: 20px;
}
.so-footer .so-row:nth-child(2) ul li {
  margin-right: 15px;
  display: inline-block;
}
.so-footer .so-row:nth-child(2) ul li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  line-height: 1.5;
  color: #8A8A94;
}
.so-footer .so-row:nth-child(2) ul li a:hover {
  color: #7A0F21;
}
.so-footer .so-row:nth-child(2) p {
  font-size: 13px;
  line-height: 1.5;
  color: #191928;
}
.so-footer .so-row:nth-child(2) img {
  max-width: 64px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .so-footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .so-footer .so-row {
    padding-left: 30px;
    padding-right: 30px;
  }
  .so-footer .so-row:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .so-footer .so-row:nth-child(1) .so-col {
    width: 100%;
    padding-bottom: 60px;
  }
  .so-footer .so-row:nth-child(1) .so-col:nth-child(1) {
    text-align: center;
  }
  .so-footer .so-row:nth-child(1) .so-col:nth-child(1) img {
    display: inline-block;
    margin-bottom: 10px;
  }
  .so-footer .so-row:nth-child(1) .so-col ul {
    padding-left: 0;
  }
  .so-footer .so-row:nth-child(1) .so-col ul li {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .so-footer .so-row:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-footer .so-row:nth-child(2) ul li {
    display: block;
    text-align: center;
    margin-right: 0;
    padding-bottom: 10px;
  }
  .so-footer .so-row:nth-child(2) p {
    padding-bottom: 20px;
    text-align: center;
  }
}
.so-home-intro .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
}
.so-home-intro .so-col {
  box-sizing: border-box;
  padding-right: 4px;
}
.so-home-intro .so-col:nth-child(1) {
  width: 78%;
}
.so-home-intro .so-col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 22%;
}
.so-home-intro-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 650px;
  box-sizing: border-box;
  padding: 30px;
}
.so-home-intro-main:before {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 2;
  content: "";
}
.so-home-intro-main img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.so-home-intro-main h1 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}
.so-home-intro-main h1:hover {
  opacity: 0.4;
}
.so-home-intro-main p {
  font-size: 13px;
  line-height: 1.3;
  font-family: "Gilroy";
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.so-home-intro-main-label {
  position: absolute;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 1;
  font-family: "Gilroy";
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #7A0F21;
  display: inline-block;
  top: 20px;
  left: 30px;
  z-index: 2;
  padding: 8px 25px;
}
.so-home-intro-main .so-podcast_icons {
  z-index: 2;
}
.so-home-intro-main .so-podcast_icons-text {
  display: none;
}
.so-home-intro-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  padding: 13px;
  height: 33%;
  width: 100%;
}
.so-home-intro-small:before {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 2;
  content: "";
}
.so-home-intro-small:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 2;
  content: "";
}
.so-home-intro-small img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.so-home-intro-small h4 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
  color: #fff;
  opacity: 1;
  padding-bottom: 10px;
}
.so-home-intro-small h4:hover {
  opacity: 0.4;
}
.so-home-intro-small p {
  font-size: 11px;
  line-height: 1.3;
  font-family: "Gilroy";
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0;
}
.so-home-intro-small-label {
  position: absolute;
  width: auto;
  height: auto;
  font-size: 10px;
  line-height: 1;
  font-family: "Gilroy";
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #000000;
  display: inline-block;
  top: 13px;
  left: 13px;
  z-index: 3;
  padding: 8px 10px;
}
.so-home-intro-small:hover:after {
  right: 0;
}
.so-home-about {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 60px;
  padding-top: 60px;
}
.so-home-about .so-row-full {
  max-width: 1600px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.so-home-about .so-row-full .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-home-about .so-col {
  width: 100%;
  max-width: 460px;
}
.so-home-about .so-col:last-child {
  padding: 50px 0;
}
.so-home-about .so-col > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 46%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 54%;
}
.so-home-about h5 {
  font-size: 22px;
  padding-bottom: 20px;
}
.so-home-about p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  padding-bottom: 40px;
}
.so-home-about-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-home-about-logos img {
  max-height: 40px;
  max-width: 90px;
}
.so-home-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/pillow_bg.jpg");
}
.so-home-cta .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 900px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 15px;
}
.so-home-cta .so-row:before {
  position: absolute;
  width: auto;
  height: auto;
  clip-path: polygon(0 0, 100% 0, calc(100% - 70px) 100%, 75px 100%);
  background-color: #fff;
  bottom: 0px;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
}
.so-home-cta img {
  max-width: 195px;
  width: 100%;
  display: inline-block;
  position: relative;
  top: 10px;
  z-index: 2;
}
.so-home-cta-col {
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
.so-home-cta-col_first p {
  display: none;
}
.so-home-cta-col p:nth-child(1) {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}
.so-home-cta-col p:nth-child(2) {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 8px;
}
.so-home-cta-col p:nth-child(2) span {
  color: #FC211D;
}
.so-home-cta-col a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #1959B0;
  color: #fff;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 15px 30px;
  opacity: 1;
}
.so-home-cta-col a:hover {
  opacity: 0.7;
}
.so-home-links {
  padding-top: 125px;
  padding-bottom: 80px;
}
.so-home-links .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
}
.so-home-links-single {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  width: 24%;
  height: 370px;
}
.so-home-links-single:after, .so-home-links-single:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: auto;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
  content: "";
}
.so-home-links-single:before {
  top: auto;
  bottom: 0;
}
.so-home-links-single img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.so-home-links-single h4 {
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0;
  z-index: 3;
}
.so-home-links-single:hover:after, .so-home-links-single:hover:before {
  height: 30px;
}
.so-home-films {
  padding-top: 95px;
}
.so-home-films-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 25px;
}
.so-home-films-cont-arrow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  border-radius: 1px;
  border: 1px solid #111111;
  margin: 0 8px;
  position: relative;
}
.so-home-films-cont-arrow:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 10px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-image: url("img/arrow_left.svg");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -7px;
  filter: invert(0%);
  content: "";
}
.so-home-films-cont-arrow:last-child:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -3px;
}
.so-home-films-cont-arrow:hover {
  background-color: #111111;
}
.so-home-films-cont-arrow:hover:before {
  filter: invert(100%);
}
.so-home-films-cont-dot {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 7px;
  height: 7px;
  cursor: pointer;
  margin: 0 2px;
  background-color: #C4C4C4;
  display: inline-block;
}
.so-home-films-cont-dot.so_active {
  background-color: #1A1A1A;
}
.so-home-films-slider .slick-list {
  overflow: visible;
}
.so-home-films-slider .slick-slide {
  margin: 0 55px;
}
.so-home-films-slider .slick-list {
  margin: 0 -55px;
}
.so-home-films-slider-single {
  outline: none;
  text-align: center;
  opacity: 0.2;
}
.so-home-films-slider-single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  position: absolute;
  left: 25px;
  bottom: 22px;
}
.so-home-films-slider-single-info-wrap {
  position: relative;
}
.so-home-films-slider-single-info p {
  display: none;
}
.so-home-films-slider-single-info img {
  border-radius: 5px;
  max-width: 95px;
  width: 100%;
}
.so-home-films-slider-single-info a {
  font-size: 12px;
  line-height: 1.1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-left: 23px;
  border-radius: 28px;
  text-transform: uppercase;
  color: #141414;
  font-weight: 700;
  opacity: 0.63;
  padding: 16px 30px 14px 45px;
  background-color: #FFD541;
  position: relative;
  outline: none;
}
.so-home-films-slider-single-info a i {
  font-size: 16px;
  line-height: 1;
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -7px;
  font-style: normal;
  color: #141414;
  font-weight: 900;
}
.so-home-films-slider-single-info a:hover {
  opacity: 1;
}
.so-home-films-slider-single .plyr:before {
  position: absolute;
  width: 1px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  opacity: 0.3;
  z-index: 2;
  content: "";
}
.so-home-films-slider-single .plyr .plyr__controls {
  opacity: 0;
  pointer-events: none;
}
.so-home-films-slider-single .plyr.plyr--playing .plyr__controls {
  opacity: 1;
  pointer-events: unset;
}
.so-home-films-slider-single .plyr.plyr--playing + .so-home-films-slider-single-info, .so-home-films-slider-single .plyr.plyr--paused:not(.plyr--stopped) + .so-home-films-slider-single-info {
  display: none;
}
.so-home-films-slider-single .plyr > .plyr__control {
  background: #fff;
  color: #040404;
  padding: 23px;
}
.so-home-films-slider-single .plyr > .plyr__control:before {
  position: absolute;
  width: auto;
  height: auto;
  top: -26px;
  left: -26px;
  right: -26px;
  bottom: -26px;
  border-radius: 100%;
  border: 1px dashed #fff;
  animation: Rotate 10s linear infinite;
  opacity: 0.3;
  content: "";
}
.so-home-films-slider-single .plyr > .plyr__control:hover {
  background-color: #040404;
  color: #fff;
}
.so-home-films-slider-single .plyr > .plyr__control:hover .plyr__sr-only {
  opacity: 0.5;
}
.so-home-films-slider-single .plyr > .plyr__control .plyr__sr-only {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  clip: unset;
  overflow: visible;
  height: unset !important;
  width: 180px !important;
  left: 50%;
  margin-left: -90px;
  bottom: -33px;
  letter-spacing: 0.21em;
  opacity: 1;
}
.so-home-films-slider-single h2 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 15px;
  opacity: 0;
}
.so-home-films-slider-single p {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  padding-bottom: 25px;
  opacity: 0;
}
.so-home-films-slider-single.slick-active {
  opacity: 1;
}
.so-home-films-slider-single.slick-active h2, .so-home-films-slider-single.slick-active p {
  opacity: 1;
}
.so-home-main {
  padding-top: 60px;
  padding-bottom: 110px;
}
.so-home-main .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.so-home-main .so-col {
  max-width: 460px;
  width: 100%;
}
.so-home-main .so-button {
  margin-bottom: 80px;
  width: 100%;
}
.so-home-main ul li {
  padding-bottom: 10px;
}
.so-home-main ul li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 900;
  color: #313131;
  letter-spacing: 0.1em;
  opacity: 1;
}
.so-home-main ul li a:hover {
  opacity: 0.5;
}
.so-home-main-big {
  padding-bottom: 45px;
}
.so-home-main-big h6 {
  font-size: 18px;
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 0;
  text-transform: uppercase;
  opacity: 1;
  min-height: 44px;
}
.so-home-main-big h6:hover {
  opacity: 0.5;
}
.so-home-main-big > a {
  display: inline-block;
}
.so-home-main-big p {
  font-size: 11px;
  padding-top: 10px;
}
.so-home-main-big-image {
  height: 290px;
  position: relative;
  margin-bottom: 20px;
}
.so-home-main-big-image .so-podcast_icons {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.so-home-main-big-image .so-podcast_icons.so-podcast_icons_article {
  opacity: 1;
}
.so-home-main-big-image .so-podcast_icons-single {
  width: 66px;
  height: 66px;
}
.so-home-main-big-image .so-podcast_icons-single i {
  font-size: 20px;
}
.so-home-main-big-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.so-home-main-big-image:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.2;
  content: "";
}
.so-home-main-big-image:hover:before {
  opacity: 0.5;
}
.so-home-main-big-image:hover .so-podcast_icons {
  opacity: 1;
}
.so-home-main-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  padding-bottom: 40px;
}
.so-home-main-small-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 260px;
  width: 100%;
  padding-left: 25px;
}
.so-home-main-small-info h5, .so-home-main-small-info h6 {
  font-size: 18px;
  line-height: 1.25;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 0;
  opacity: 1;
  padding-top: 10px;
  width: 100%;
}
.so-home-main-small-info h5:hover, .so-home-main-small-info h6:hover {
  opacity: 0.5;
}
.so-home-main-small-info h6 {
  font-size: 14px;
}
.so-home-main-small-info p {
  width: 100%;
  font-size: 11px;
  padding-bottom: 10px;
}
.so-home-main-small-info-date {
  font-family: "Gilroy";
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.so-home-main-small-image {
  width: 175px;
  height: 110px;
  position: relative;
}
.so-home-main-small-image .so-podcast_icons {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.so-home-main-small-image .so-podcast_icons.so-podcast_icons_article {
  opacity: 1;
}
.so-home-main-small-image .so-podcast_icons-single {
  width: 46px;
  height: 46px;
}
.so-home-main-small-image .so-podcast_icons-single i {
  font-size: 16px;
}
.so-home-main-small-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.so-home-main-small-image:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.2;
  content: "";
}
.so-home-main-small-image:hover:before {
  opacity: 0.5;
}
.so-home-main-small-image:hover .so-podcast_icons {
  opacity: 1;
}
.so-home-trend {
  background-color: #7A0F21;
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
}
.so-home-trend:before {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(70.6deg, #631A27 4.87%, #A70F28 58.94%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  content: "";
}
.so-home-trend .so-content {
  position: relative;
  z-index: 2;
}
.so-home-trend-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 20px;
}
.so-home-trend-head-arrow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  border-radius: 1px;
  border: 1px solid #fff;
  position: relative;
}
.so-home-trend-head-arrow:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 10px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-image: url("img/arrow_left.svg");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -7px;
  filter: invert(100%);
  content: "";
}
.so-home-trend-head-arrow:last-child {
  margin-left: 7px;
}
.so-home-trend-head-arrow:last-child:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -3px;
}
.so-home-trend-head-arrow:hover {
  background-color: #fff;
}
.so-home-trend-head-arrow:hover:before {
  filter: invert(0%);
}
.so-home-trend-head h2 {
  color: #fff;
  font-size: 48px;
  padding-bottom: 15px;
}
.so-home-trend-head ul li {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Electrolize", sans-serif;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  margin-right: 25px;
  opacity: 1;
  cursor: pointer;
}
.so-home-trend-head ul li:hover {
  opacity: 0.5;
}
.so-home-trend-tabs {
  position: relative;
}
.so-home-trend-tabs-single {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
}
.so-home-trend-tabs-single.so_active {
  position: static;
  opacity: 1;
  pointer-events: unset;
}
.so-home-trend-slider-single {
  outline: none;
}
.so-home-trend-slider-single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.so-home-trend-slider .slick-dots {
  padding-top: 20px;
  text-align: center;
}
.so-home-trend-slider .slick-dots li {
  display: inline-block;
  padding: 0 8px;
}
.so-home-trend-slider .slick-dots li button {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  width: 14px;
  height: 14px;
  background-color: transparent;
  outline: none;
  border: 1px solid #fff;
  font-size: 0;
  cursor: pointer;
}
.so-home-trend-slider .slick-dots li button:before, .so-home-trend-slider .slick-dots li button:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  background-color: #fff;
  opacity: 0.15;
  content: "";
}
.so-home-trend-slider .slick-dots li button:after {
  width: 8px;
  height: 8px;
  filter: blur(8px);
  margin-top: -4px;
  margin-left: -4px;
  opacity: 0;
}
.so-home-trend-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.so-home-trend-slider .slick-dots li.slick-active button:after {
  opacity: 1;
}
.so-home-trend-slider-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  padding: 18px 15px;
  height: 240px;
  width: 32.8%;
  margin-bottom: 10px;
}
.so-home-trend-slider-block:before {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 2;
  content: "";
}
.so-home-trend-slider-block:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 2;
  content: "";
}
.so-home-trend-slider-block img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.so-home-trend-slider-block h4 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.so-home-trend-slider-block h4:hover {
  opacity: 0.4;
}
.so-home-trend-slider-block p {
  font-size: 11px;
  line-height: 1.3;
  font-family: "Gilroy";
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
  color: #fff;
  padding-bottom: 0;
}
.so-home-trend-slider-block-label {
  position: absolute;
  width: auto;
  height: auto;
  font-size: 10px;
  line-height: 1;
  font-family: "Gilroy";
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background-color: #000000;
  display: inline-block;
  top: 13px;
  left: 13px;
  z-index: 3;
  padding: 8px 10px;
}
.so-home-trend-slider-block .so-podcast_icons {
  z-index: 3;
  position: relative;
  opacity: 1;
  padding-bottom: 10px;
}
.so-home-trend-slider-block:hover:after {
  right: 0;
}

@media screen and (max-width: 1500px) {
  .so-home-intro-small h4 {
    font-size: 20px;
    line-height: 1.2;
  }
  .so-home-links-single h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .so-home-intro .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-home-intro .so-col:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
  .so-home-intro .so-col:nth-child(2) {
    width: 100%;
    padding: 16px;
  }
  .so-home-intro-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-top: 85px;
  }
  .so-home-intro-main-label {
    top: 85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .so-home-intro-main:after {
    position: absolute;
    width: auto;
    height: 185px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(360deg, #7A0F21 0%, rgba(122, 15, 33, 0) 100%);
    opacity: 0.9;
    z-index: 2;
    pointer-events: none;
    content: "";
  }
  .so-home-intro-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 500px;
    margin-bottom: 15px;
  }
  .so-home-intro-small-label {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .so-home-intro-small h4 {
    font-size: 24px;
    text-transform: uppercase;
  }
  .so-home-about {
    padding-top: 25px;
    padding-bottom: 40px;
    border-bottom-width: 0;
  }
  .so-home-about .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .so-home-about .so-col {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
  .so-home-about .so-col > img {
    position: static;
    width: 100%;
    height: 400px;
  }
  .so-home-about .so-col:last-child {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .so-home-about h5 {
    text-align: center;
  }
  .so-home-about p {
    padding: 0 40px 30px 40px;
  }
  .so-home-about-logos-single-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0 35px;
    height: 45px;
  }
  .so-home-links .so-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .so-home-links-single {
    width: 49%;
    margin-bottom: 20px;
  }
  .so-home-cta {
    background-image: url("img/pillow_bg_mob.jpg");
    background-size: cover;
  }
  .so-home-cta img {
    max-width: 68px;
    margin-left: 10px;
    top: 0;
  }
  .so-home-cta .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
  }
  .so-home-cta-col_first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: 8px;
  }
  .so-home-cta-col_first p {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #000;
    position: relative;
    z-index: 2;
  }
  .so-home-cta-col p:nth-child(1) {
    display: none;
  }
  .so-home-main {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .so-home-main .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-home-main .so-col {
    max-width: none;
  }
  .so-home-main h6 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
  }
  .so-home-main .so-button {
    margin-bottom: 65px;
  }
  .so-home-main-big {
    text-align: center;
  }
  .so-home-main-big-image {
    height: 430px;
  }
  .so-home-main-big > a {
    margin: auto;
  }
  .so-home-main-big h6 {
    text-align: center;
    min-height: 0;
    padding-bottom: 15px;
  }
  .so-home-main-big p {
    padding-top: 0;
  }
  .so-home-main-small {
    padding-bottom: 20px;
    max-width: 500px;
    margin: auto;
  }
  .so-home-main-small-info {
    width: calc(100% - 175px);
    max-width: none;
    display: block;
  }
  .so-home-main-small-info h5 {
    padding-bottom: 20px;
    padding-top: 0;
  }
  .so-home-main-small-info h6 {
    font-size: 14px;
    text-align: left !important;
    padding-top: 0;
  }
  .so-home-main-small-info-date {
    font-size: 10px;
  }
  .so-home-main ul {
    padding-bottom: 65px;
    padding-top: 15px;
  }
  .so-home-main ul li {
    text-align: center;
    position: relative;
    padding-top: 11px;
  }
  .so-home-main ul li:before, .so-home-main ul li:after {
    position: absolute;
    width: auto;
    height: 1px;
    left: -20px;
    right: -20px;
    background-color: #E4E4E4;
    top: 0;
    content: "";
  }
  .so-home-main ul li:last-child:after {
    top: auto;
    bottom: 0;
  }
  .so-home-trend {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .so-home-trend h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 22px;
  }
  .so-home-trend .so-row {
    padding-left: 0;
    padding-right: 0;
  }
  .so-home-trend-head {
    padding-left: 20px;
    padding-right: 20px;
  }
  .so-home-trend-head .so-col {
    width: 100%;
  }
  .so-home-trend-head .so-col:last-child {
    display: none;
  }
  .so-home-trend-head ul {
    text-align: center;
  }
  .so-home-trend-head ul li {
    margin-left: 12px;
    margin-right: 12px;
  }
  .so-home-trend-slider-single {
    padding-left: 20px;
    padding-right: 20px;
  }
  .so-home-trend-slider-block {
    height: 440px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .so-home-trend-slider-block {
    height: 240px;
  }
  .so-home-trend-slider-block .so-podcast_icons {
    margin: auto;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .so-home-trend-slider-block h4 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 20px;
    text-align: center;
  }
  .so-home-trend-slider-block p {
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
  }
  .so-home-intro-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 475px;
    text-align: center;
  }
  .so-home-intro-main .so-podcast_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    z-index: 3;
    max-width: 200px;
    width: 100%;
    padding-bottom: 75px;
  }
  .so-home-intro-main .so-podcast_icons-single {
    margin-right: 30px;
  }
  .so-home-intro-main .so-podcast_icons-single:last-child {
    margin-right: 0;
  }
  .so-home-intro-main .so-podcast_icons-single:last-child:before {
    position: absolute;
    width: 1px;
    height: auto;
    background-color: #fff;
    opacity: 0.1;
    left: -15px;
    top: 0;
    bottom: 0;
    content: "";
  }
  .so-home-intro-main .so-podcast_icons-text {
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    padding-bottom: 0;
  }
  .so-home-intro-main p {
    line-height: 1.7;
  }
  .so-home-intro-main h1 {
    padding-bottom: 15px;
    padding-top: 50px;
  }
  .so-home-intro-small {
    height: 215px;
    text-align: center;
  }
  .so-home-about .so-col > img {
    height: 200px;
  }
  .so-home-about h5 {
    padding-bottom: 25px;
  }
  .so-home-films {
    padding-top: 50px;
  }
  .so-home-films .so-row {
    padding-left: 0;
    padding-right: 0;
  }
  .so-home-films-cont {
    padding-top: 30px;
  }
  .so-home-films-slider-single-info {
    bottom: 0;
    left: 45px;
    right: 45px;
  }
  .so-home-films-slider-single-info a {
    opacity: 1;
    margin-bottom: 20px;
  }
  .so-home-films-slider-single-info-wrap {
    padding-bottom: 110px;
  }
  .so-home-films-slider-single-info > div {
    text-align: left;
  }
  .so-home-films-slider-single-info p {
    font-size: 10px !important;
    line-height: 1.5;
    display: block;
    padding-bottom: 15px;
    margin-left: 25px;
    letter-spacing: 0.01em;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .so-home-films-slider-single h2 {
    font-size: 24px;
  }
  .so-home-films-slider-single p {
    font-size: 12px;
  }
  .so-home-films-slider-single h2, .so-home-films-slider-single p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .so-home-links {
    padding-top: 80px;
    padding-bottom: 45px;
  }
  .so-home-links-single {
    width: 100%;
    margin-bottom: 20px;
    height: 180px;
  }
  .so-home-links-single:last-child {
    margin-bottom: 0;
  }
  .so-home-links-single h4 {
    font-size: 24px;
  }
  .so-home-main-big {
    padding-bottom: 25px;
  }
  .so-home-main-big-image {
    height: 215px;
  }
  .so-home-main-big .so-podcast_icons {
    opacity: 1;
  }
  .so-home-main-small .so-podcast_icons {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  .so-home-main-small-image {
    width: 125px;
  }
  .so-home-main-small-info {
    width: calc(100% - 125px);
    padding-left: 15px;
  }
  .so-home-cta .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-left: 100px;
    padding-right: 100px;
  }
  .so-home-cta .so-row:before {
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 15px 100%);
    left: 60px;
    right: 100px;
  }
  .so-home-cta-col {
    padding-left: 0;
  }
  .so-home-cta-col p:nth-child(2) {
    font-size: 14px;
  }
}
.so-404-page .so-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 140px;
}
.so-404-page .so-404-image {
  padding-bottom: 40px;
}
.so-404-page p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 600px;
  letter-spacing: 0.01em;
  text-align: center;
  padding-bottom: 60px;
}

.so-contact-title {
  padding-bottom: 30px;
}
.so-contact-title .so-row-full {
  max-width: 1600px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.so-contact-title .so-row-full .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-contact-title .so-col {
  width: 100%;
  max-width: 610px;
}
.so-contact-title .so-col > img {
  -o-object-fit: cover;
  object-fit: cover;
  clip-path: polygon(56% 0%, 100% 0, 100% 100%, 42% 100%);
  width: 70%;
  height: 82%;
  position: absolute;
  left: 30%;
  top: 10%;
  bottom: 0;
  right: 0%;
}
.so-contact-title p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  padding-bottom: 40px;
}
.so-contact-title p:first-of-type {
  padding: 0;
}
.so-contact-form .so-row {
  text-align: center;
}
.so-contact-feed .so-mobile-feed .swiper-container .insta-gallery-list .insta-gallery-item .insta-gallery-item-wrap {
  border: 1px solid #c4c4c4;
}
.so-contact-feed .so-desktop-feed .insta-gallery-feed {
  position: relative;
  padding-bottom: 32px;
}
.so-contact-feed .so-desktop-feed .insta-gallery-feed .so-before {
  content: "";
  height: 100%;
  background-color: #ffffffa8;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
}
.so-contact-feed .so-desktop-feed .insta-gallery-feed .so-after {
  content: "";
  height: 100%;
  background-color: #ffffffa8;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
.so-contact-feed .so-desktop-feed .insta-gallery-feed .swiper-container .insta-gallery-list .insta-gallery-item {
  border: 1px solid #c4c4c4;
  width: 288px !important;
}
.so-contact-feed .so-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 45px;
}
.so-contact-feed .so-row:last-child {
  padding-bottom: 160px;
}
.so-contact-feed .so-row .so-feed-button {
  font-size: 24px;
  line-height: 1.25;
  color: #7a0f21;
  font-weight: bold;
  padding-right: 20px;
  transition: 0.3s ease;
  position: relative;
}
.so-contact-feed .so-row .so-feed-button:before {
  content: "";
  height: 2px;
  width: 0px;
  top: 40px;
  left: 0px;
  position: absolute;
  background-color: #7a0f21;
  transition: 0.3s ease;
}
.so-contact-feed .so-row .so-feed-button:hover:before {
  width: 95%;
}
.so-contact-feed .so-row h3 {
  font-size: 32px;
  line-height: 1.25;
  padding-bottom: 0px;
  padding-left: 20px;
}
.so-contact-feed .so-row .swiper-button {
  width: 40px;
  height: 40px;
  color: #000000;
}
.so-contact-feed .so-row .swiper-button:hover {
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .so-contact-feed .so-row:last-child {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .so-contact-title {
    padding-bottom: 0px;
  }
  .so-contact-title .so-row {
    flex-direction: column-reverse;
  }
  .so-contact-title .so-col {
    max-width: 100%;
  }
  .so-contact-title .so-col:first-child {
    padding: 0;
  }
  .so-contact-title .so-col > img {
    position: unset;
    clip-path: unset;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .so-contact-title h1 {
    font-size: 38px;
    line-height: 1;
  }
  .so-contact-feed .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-contact-feed .so-row h3 {
    padding: 0 0 10px 0;
    text-align: center;
  }
  .so-contact-feed .so-row a {
    padding: 0;
    text-align: center;
  }
  .so-contact-feed .so-mobile-feed .insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-item-wrap {
    padding: 0 20px;
    box-sizing: border-box;
    border: none;
  }
  .so-contact-feed .so-mobile-feed .insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-item-wrap .insta-gallery-image-wrap {
    border: 1px solid #c4c4c4;
  }
}
.so-speaking-intro {
  padding-bottom: 80px;
}
.so-speaking-intro .so-row-full {
  max-width: 1600px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
.so-speaking-intro .so-row-full .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 1184px;
}
.so-speaking-intro .so-col {
  width: 100%;
  max-width: 550px;
}
.so-speaking-intro .so-col:nth-child(1) {
  padding: 40px 0;
}
.so-speaking-intro .so-col > iframe {
  width: 46%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 54%;
}
.so-speaking-intro h1 {
  max-width: 425px;
}
.so-speaking-intro p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  max-width: 545px;
  padding-bottom: 40px;
}
.so-speaking-speech {
  padding-bottom: 100px;
}
.so-speaking-speech .so-row {
  max-width: 1184px;
}
.so-speaking-speech .so-col {
  max-height: 299px;
}
.so-speaking-speech .so-speech-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #f0f0f0;
  padding-left: 40px;
  margin-bottom: 40px;
}
.so-speaking-speech .so-speech-card p {
  max-width: 370px;
}
.so-speaking-speech .so-speech-card:nth-child(2n) {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 40px;
}
.so-speaking-speech .so-speech-card:nth-child(2n) p {
  max-width: 495px;
}
.so-speaking-speech h4 {
  max-width: 370px;
  padding-bottom: 20px;
}
.so-speaking-speech p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding-bottom: 30px;
}
.so-speaking-form .so-row {
  max-width: 1096px;
}
.so-speaking-form h3 {
  text-align: center;
}

@media screen and (max-width: 1150px) {
  .so-speaking-speech .so-speech-card:nth-child(2n) .so-col {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .so-speaking-intro {
    padding-bottom: 30px;
  }
  .so-speaking-intro .so-row {
    flex-direction: column;
  }
  .so-speaking-intro p {
    padding-bottom: 20px;
  }
  .so-speaking-intro .so-col {
    max-width: 100%;
  }
  .so-speaking-intro .so-col:nth-child(1) {
    padding: 10px 0;
  }
  .so-speaking-intro .so-col > iframe {
    width: 100%;
    position: unset;
  }
  .so-speaking-speech {
    padding-bottom: 35px;
  }
  .so-speaking-speech .so-speech-card {
    flex-direction: column-reverse !important;
    align-items: flex-start;
    padding-right: 20px;
    padding-left: 20px;
  }
  .so-speaking-speech .so-speech-card:nth-child(2n) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .so-speaking-speech .so-speech-card:nth-child(2n) .so-col {
    padding: 20px 0;
  }
  .so-speaking-speech .so-speech-card p {
    max-width: 495px;
  }
  .so-speaking-speech .so-speech-card iframe {
    width: 100%;
  }
  .so-speaking-speech .so-col {
    padding: 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .so-speaking-intro h1 {
    font-size: 35px;
    line-height: 1;
  }
  .so-speaking-intro p {
    font-size: 14px;
    line-height: 1.6;
  }
  .so-speaking-intro .so-col > iframe {
    height: auto;
  }
  .so-speaking-speech .so-col > iframe {
    height: auto;
  }
  .so-speaking-speech .so-speech-card {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .so-speaking-speech .so-speech-card .so-col {
    padding: 15px 0;
  }
  .so-speaking-speech .so-speech-card:nth-child(2n) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .so-speaking-speech .so-speech-card:nth-child(2n) .so-col {
    padding: 15px 0;
  }
}
.so-podcasts-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  padding-bottom: 80px;
  text-align: center;
}
.so-podcasts-pagination span, .so-podcasts-pagination a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 1px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 10px;
  cursor: pointer;
}
.so-podcasts-pagination span:hover, .so-podcasts-pagination a:hover {
  background-color: #7A0F21;
  border-color: #7A0F21;
  color: #fff !important;
}
.so-podcasts-pagination span.current, .so-podcasts-pagination a.current {
  color: #7A0F21;
  border-color: #7A0F21;
}
.so-podcasts .so-row {
  max-width: 1560px;
  padding-left: 175px;
}
.so-podcasts .so-row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.so-podcasts .so-col:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 66%;
}
.so-podcasts .so-col:nth-child(2) {
  width: 31%;
}
.so-podcasts .so-col:nth-child(2) h4 {
  text-transform: uppercase;
  padding-bottom: 30px;
  padding-top: 45px;
}
.so-podcasts .so-col:nth-child(2) h4:first-child {
  padding-top: 0;
}
.so-podcasts .so-home-main-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  padding-bottom: 20px;
}
.so-podcasts .so-home-main-small-image {
  width: 135px;
  height: 100px;
}
.so-podcasts .so-home-main-small-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% - 135px);
  box-sizing: border-box;
  padding-left: 15px;
}
.so-podcasts .so-home-main-small-info h6 {
  padding-bottom: 10px;
  padding-top: 5px;
}
.so-podcasts .so-home-main-small-info-date {
  padding-bottom: 0;
}
.so-podcasts h1 {
  text-transform: uppercase;
  padding-bottom: 40px;
}
.so-podcasts-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  position: relative;
}
.so-podcasts-cat:before {
  position: absolute;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
  content: "";
}
.so-podcasts-cat span {
  font-family: "Gilroy";
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  z-index: 2;
}
.so-podcasts-cat:hover:before {
  opacity: 0.7;
}
.so-podcasts-label {
  font-size: 14px;
  line-height: 1;
  font-family: "Gilroy";
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
  color: #000;
  padding: 5px 10px;
  display: inline-block;
  z-index: 3;
}
.so-podcasts-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 460px;
  margin-bottom: 40px;
  padding: 30px;
  box-sizing: border-box;
}
.so-podcasts-big .so-podcast_icons {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 3;
  padding-bottom: 0;
}
.so-podcasts-big .so-podcast_icons-single {
  width: 66px;
  height: 66px;
  margin-right: 30px;
}
.so-podcasts-big .so-podcast_icons-single i {
  font-size: 20px;
}
.so-podcasts-big .so-podcast_icons-single:last-child {
  margin-right: 0;
}
.so-podcasts-big:before {
  position: absolute;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 2;
  content: "";
}
.so-podcasts-big img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
}
.so-podcasts-big h4 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
  position: relative;
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
  opacity: 1;
}
.so-podcasts-big p {
  position: relative;
  z-index: 3;
  color: #fff;
  letter-spacing: 0.01em;
}
.so-podcasts-big:hover h4 {
  opacity: 0.6;
}
.so-podcasts-big:hover:before {
  opacity: 0.5;
}
.so-podcasts-small {
  width: 48%;
  display: inline-block;
  margin-bottom: 40px;
}
.so-podcasts-small h4 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 15px;
  opacity: 1;
}
.so-podcasts-small h4:hover {
  opacity: 0.4;
}
.so-podcasts-small p {
  letter-spacing: 0.01em;
}
.so-podcasts-small-image {
  position: relative;
  height: 260px;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  display: inline-block;
  margin-bottom: 15px;
}
.so-podcasts-small-image .so-podcast_icons {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 3;
  padding-bottom: 0;
}
.so-podcasts-small-image .so-podcast_icons-single {
  width: 66px;
  height: 66px;
  margin-right: 30px;
}
.so-podcasts-small-image .so-podcast_icons-single i {
  font-size: 20px;
}
.so-podcasts-small-image .so-podcast_icons-single:last-child {
  margin-right: 0;
}
.so-podcasts-small-image:before {
  position: absolute;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 2;
  content: "";
}
.so-podcasts-small-image img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
}
.so-podcasts-small-image:hover:before {
  opacity: 0.5;
}

@media screen and (max-width: 1560px) {
  .so-podcasts .so-row {
    padding-left: calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .so-podcasts .so-row {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .so-podcasts .so-row:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-podcasts .so-col {
    width: 100% !important;
    max-width: 900px;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .so-podcasts h1 {
    padding-bottom: 20px;
  }
  .so-podcasts-label {
    top: 20px;
    left: 20px;
  }
  .so-podcasts-big {
    height: 360px;
    padding: 20px;
  }
  .so-podcasts-big .so-podcast_icons {
    top: 20px;
    right: 20px;
  }
  .so-podcasts-big .so-podcast_icons-single {
    width: 50px;
    height: 50px;
  }
  .so-podcasts-big .so-podcast_icons-single i {
    font-size: 16px;
  }
  .so-podcasts-big .so-podcast_icons-single:first-child {
    margin-right: 15px;
  }
  .so-podcasts-small {
    width: 100%;
  }
  .so-podcasts-small-image {
    height: 200px;
  }
  .so-podcasts-small .so-podcast_icons {
    bottom: 20px;
    left: 20px;
  }
  .so-podcasts-small .so-podcast_icons-single {
    width: 50px;
    height: 50px;
  }
  .so-podcasts-small .so-podcast_icons-single i {
    font-size: 16px;
  }
  .so-podcasts-small .so-podcast_icons-single:first-child {
    margin-right: 15px;
  }
  .so-podcasts-pagination {
    padding-bottom: 40px;
  }
  .so-podcasts .so-col:nth-child(2) h4 {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}
.so-page {
  padding-bottom: 50px;
}
.so-page h1 {
  text-transform: uppercase;
}
.so-page h2, .so-page h3, .so-page h4, .so-page h5, .so-page h6 {
  font-family: "Electrolize", sans-serif;
  font-weight: 400;
  padding-bottom: 25px;
  padding-top: 60px;
}
.so-page ul:not(.so-intro-bread) li {
  list-style-type: disc;
}
.so-page ol li {
  list-style-type: decimal;
}
.so-page blockquote {
  border-left: 5px solid #7A0F21;
  padding-left: 30px;
  margin-bottom: 30px;
}
.so-page blockquote cite {
  font-size: 14px;
}

.so-books-popup {
  max-width: 1130px !important;
}
.so-books-popup .so-modal-close {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/close_popup.svg");
  top: 15px;
  right: 15px;
  opacity: 1;
  cursor: pointer;
}
.so-books-popup .so-modal-close:hover {
  opacity: 0.5;
}
.so-books-popup-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 45px 40px 15px 40px;
}
.so-books-popup-main .so-col {
  box-sizing: border-box;
}
.so-books-popup-main .so-col:nth-child(1) {
  width: 22%;
  padding-right: 45px;
}
.so-books-popup-main .so-col:nth-child(1) img {
  max-width: 185px;
  width: 100%;
  margin-bottom: 30px;
}
.so-books-popup-main .so-col:nth-child(2) {
  width: 78%;
  text-align: left;
}
.so-books-popup-main .so-col:nth-child(2) h4 {
  padding-bottom: 25px;
  text-align: left;
}
.so-books-popup-main .so-col:nth-child(2) p {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.01em;
  font-weight: 500;
  padding-bottom: 0;
  text-align: left;
  height: 215px;
  overflow: scroll;
}
.so-books-popup-main .so-col:nth-child(2) embed {
  width: 100%;
  height: 70vh;
  display: none;
}
.so-books-popup-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 40px 25px 40px;
}
.so-books-popup-info-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-right: 30px;
}
.so-books-popup-info-data:last-child {
  padding-right: 0;
}
.so-books-popup-info-data img {
  max-width: 20px;
  width: 100%;
  display: inline-block;
}
.so-books-popup-info-data span {
  font-size: 14px;
  line-height: 1;
  font-family: "Gilroy";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding-left: 15px;
  position: relative;
  top: 1px;
}
.so-books-popup-info .so-col {
  box-sizing: border-box;
}
.so-books-popup-info .so-col:nth-child(1) {
  width: 22%;
  padding-right: 45px;
}
.so-books-popup-info .so-col:nth-child(1) .so-more-button {
  padding-left: 60px;
  padding-right: 30px;
  box-sizing: border-box;
  position: relative;
}
.so-books-popup-info .so-col:nth-child(1) .so-more-button.so-more-button_mob {
  display: none;
}
.so-books-popup-info .so-col:nth-child(1) .so-more-button:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/eye.svg");
  top: 50%;
  margin-top: -10px;
  left: 35px;
  filter: invert(0%);
  content: "";
}
.so-books-popup-info .so-col:nth-child(1) .so-more-button.so-more-button_film {
  padding-left: 50px;
  padding-right: 20px;
}
.so-books-popup-info .so-col:nth-child(1) .so-more-button.so-more-button_film:before {
  width: 12px;
  height: 12px;
  background-image: url("img/play.svg");
  margin-top: -6px;
}
.so-books-popup-info .so-col:nth-child(1) .so-more-button:hover:before {
  filter: invert(100%);
}
.so-books-popup-info .so-col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 78%;
  text-align: left;
}
.so-books-popup-list {
  padding-bottom: 10px;
}
.so-books-popup-list .so-faq-single {
  border-top: 1px solid #D4D4D4;
}
.so-books-popup-list .so-faq-single-head {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  padding: 20px 40px;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.so-books-popup-list .so-faq-single-head span {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}
.so-books-popup-list .so-faq-single-head:hover {
  background-color: #DCDCDC;
}
.so-books-popup-list .so-faq-single-head:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 10px;
  height: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/arrow_post.svg");
  right: 40px;
  top: 50%;
  margin-top: -10px;
  content: "";
}
.so-books-popup-list .so-faq-single-body {
  display: none;
}
.so-books-popup-list .so-faq-single-body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 40px 0 40px;
}
.so-books-popup-list .so-faq-single-body-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  width: 23%;
  position: relative;
  margin-bottom: 25px;
}
.so-books-popup-list .so-faq-single-body-single-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 95px 10px 5px;
  border: 2px solid #E5E5E5;
}
.so-books-popup-list .so-faq-single-body-single-image img {
  max-height: 28px;
}
.so-books-popup-list .so-faq-single-body-single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #7A0F21;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  padding: 0 14px;
}
.so-books-popup-list .so-faq-single-body-single a:hover {
  opacity: 0.5;
}
.so-books-popup-list .so-faq-single.active .so-faq-single-head:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.so-books-intro {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("img/banner.svg");
  padding: 40px 0;
}
.so-books-intro .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-books-intro img {
  max-width: 250px;
  width: 100%;
}
.so-books-intro-info {
  box-sizing: border-box;
  width: calc(100% - 250px);
  padding-left: 60px;
}
.so-books-intro-info-label {
  font-family: "Gilroy";
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  background-color: #FFD541;
  margin-bottom: 20px;
}
.so-books-intro-info h1 {
  padding-bottom: 20px;
}
.so-books-intro-info p {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding-bottom: 20px;
}
.so-books-featured {
  padding-top: 50px;
  padding-bottom: 80px;
}
.so-books-featured h3 {
  text-transform: uppercase;
  padding-bottom: 45px;
}
.so-books-featured-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.so-books-featured-single {
  width: 33.33%;
  box-sizing: border-box;
  padding-right: 65px;
}
.so-books-featured-single img {
  max-width: 155px;
  width: 100%;
  margin-bottom: 25px;
}
.so-books-featured-single h6 {
  font-size: 18px;
  padding-bottom: 20px;
  max-width: 270px;
  line-height: 1.4;
}
.so-books-featured-single p {
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding-bottom: 25px;
}
.so-books-list {
  padding-bottom: 80px;
}
.so-books-list .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.so-books-list-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 40px;
  width: 50%;
  box-sizing: border-box;
}
.so-books-list-single:nth-child(2n+1) {
  padding-right: 20px;
}
.so-books-list-single:nth-child(2n+2) {
  padding-left: 20px;
}
.so-books-list-single img {
  width: 130px;
}
.so-books-list-single-info {
  width: calc(100% - 130px);
  padding-left: 25px;
  box-sizing: border-box;
}
.so-books-list-single-info h6 {
  font-size: 18px;
  padding-bottom: 20px;
}
.so-books-list-single-info p {
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding-bottom: 25px;
}

@media screen and (max-width: 1150px) {
  .so-books-popup {
    max-width: 90% !important;
  }
  .so-books-popup-info .so-col {
    width: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .so-books-popup-main .so-col:nth-child(1) {
    display: none;
  }
  .so-books-popup-main .so-col:nth-child(2) {
    width: 100%;
  }
  .so-books-popup-info .so-more-button {
    display: none;
  }
  .so-books-popup-info .so-more-button.so-more-button_mob {
    display: flex !important;
  }
  .so-books-popup-info .so-col {
    width: auto !important;
  }
  .so-books-popup-list .so-faq-single-body-single {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .so-books-popup-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-books-popup-info .so-col:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-books-popup-info-data:nth-child(1) {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .so-books-popup-list .so-faq-single-body-single {
    width: 48%;
  }
  .so-books-intro .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-books-intro-info {
    padding-left: 0;
    max-width: 600px;
    width: 100%;
  }
  .so-books-featured-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-books-featured-single {
    width: 100%;
    max-width: 600px;
    padding-right: 0;
    margin: auto;
    padding-bottom: 50px;
    text-align: center;
  }
  .so-books-featured-single:last-child {
    padding-bottom: 0;
  }
  .so-books-featured-single img {
    margin: auto;
    display: inline-block;
    margin-bottom: 25px;
  }
  .so-books-featured-single h6 {
    max-width: none;
  }
  .so-books-featured-single .so-more-button {
    margin: auto;
  }
  .so-books-list-single {
    width: 100%;
    max-width: 600px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .so-books-popup-main {
    padding: 25px 20px 15px 20px;
  }
  .so-books-popup-main h4 {
    font-size: 20px;
    padding-right: 15px;
    padding-bottom: 15px !important;
  }
  .so-books-popup-info {
    padding: 0 20px 15px 20px;
  }
  .so-books-popup-list .so-faq-single-head {
    padding: 10px 35px 10px 20px;
  }
  .so-books-popup-list .so-faq-single-head span {
    font-size: 12px;
  }
  .so-books-popup-list .so-faq-single-head:after {
    right: 20px;
  }
  .so-books-popup-list .so-faq-single-body-single {
    width: 100%;
  }
  .so-books-intro img {
    max-width: 150px;
  }
  .so-books-featured {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .so-books-list {
    padding-bottom: 20px;
  }
  .so-books-list-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-books-list-single img {
    max-width: 120px;
    width: 100%;
    margin-bottom: 20px;
  }
  .so-books-list-single-info {
    width: 100%;
    padding-left: 0;
  }
}
.so-search h1 {
  text-transform: uppercase;
  padding-bottom: 40px;
}
.so-search ul:not(.so-intro-bread) {
  padding-bottom: 80px;
}
.so-search ul:not(.so-intro-bread) li {
  font-size: 18px;
  line-height: 2.2;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  color: #313131;
  font-weight: 900;
  margin-right: 40px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
}
.so-search ul:not(.so-intro-bread) li:last-child() {
  margin-right: 0;
}
.so-search ul:not(.so-intro-bread) li.so_active {
  color: #7A0F21;
}
.so-search ul:not(.so-intro-bread) li:hover {
  color: #7A0F21;
}
.so-search-tab {
  display: none;
}
.so-search-tab.so_active {
  display: block;
}

@media screen and (max-width: 600px) {
  .so-search h1 {
    padding-bottom: 20px;
  }
  .so-search ul:not(.so-intro-bread) {
    padding-bottom: 40px;
  }
}
.so-news-main {
  padding-bottom: 40px;
}
.so-news-main h1 {
  text-transform: uppercase;
}
.so-news-main .so-row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.so-news-main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40%;
  padding-left: 40px;
  box-sizing: border-box;
}
.so-news-main-small {
  height: 230px;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
}
.so-news-main-small .so-podcasts-label {
  font-size: 10px;
}
.so-news-main-small:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.5;
  content: "";
}
.so-news-main-small img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.so-news-main-small h6 {
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding-bottom: 0;
  z-index: 3;
  opacity: 1;
  text-transform: uppercase;
}
.so-news-main-small:hover:before {
  opacity: 0.7;
}
.so-news-main-big {
  height: 500px;
  width: 60%;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.so-news-main-big .so-podcasts-label {
  font-size: 10px;
}
.so-news-main-big:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.5;
  content: "";
}
.so-news-main-big img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.so-news-main-big h4 {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding-bottom: 0;
  z-index: 3;
  opacity: 1;
  text-transform: uppercase;
}
.so-news-main-big:hover:before {
  opacity: 0.7;
}
.so-news-list {
  padding-bottom: 80px;
}
.so-news-list .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.so-news-list .so-col:nth-child(1) {
  width: 74%;
}
.so-news-list .so-col:nth-child(2) {
  width: 26%;
  box-sizing: border-box;
}
.so-news-list .so-col:nth-child(2) .inner-wrapper-sticky {
  padding-left: 40px;
  box-sizing: border-box;
}
.so-news-list .so-col:nth-child(2) h4 {
  padding-bottom: 30px;
  text-transform: uppercase;
}
.so-news-list .so-col:nth-child(2) .so-podcasts-cat {
  height: 120px;
}
.so-news-list .so-col:nth-child(2) .so-home-main-small {
  padding-bottom: 25px;
}
.so-news-list .so-col:nth-child(2) .so-home-main-small:last-child {
  padding-bottom: 45px;
}
.so-news-list .so-col:nth-child(2) .so-home-main-small .so-podcast_icons-single {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.so-news-list .so-col:nth-child(2) .so-home-main-small-image {
  height: 80px;
}
.so-news-list .so-col:nth-child(2) .so-home-main-small-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 12px;
}
.so-news-list .so-col:nth-child(2) .so-home-main-small-info h6 {
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 8px;
}
.so-news-list .so-col:nth-child(2) .so-home-main-small-info-date {
  font-size: 9px;
  padding-bottom: 0;
}
.so-news-list-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
}
.so-news-list-single-image {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 205px;
  width: 270px;
  display: block;
  opacity: 1;
}
.so-news-list-single-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.so-news-list-single-image:hover {
  opacity: 0.6;
}
.so-news-list-single-info {
  width: calc(100% - 270px);
  box-sizing: border-box;
  padding-left: 25px;
}
.so-news-list-single-info .so-podcasts-label {
  position: static;
  display: inline-block;
  font-size: 10px;
}
.so-news-list-single-info span {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Gilroy";
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.so-news-list-single-info h4 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  padding-bottom: 15px;
  padding-top: 15px;
  opacity: 1;
}
.so-news-list-single-info h4:hover {
  opacity: 0.5;
}
.so-news-list-single-info p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-bottom: 10px;
}
.so-news-list .so-button {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .so-news-list .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-news-list .so-col {
    width: 100% !important;
  }
  .so-news-list .so-col:nth-child(2) {
    padding-top: 50px;
  }
  .so-news-list .so-col:nth-child(2) .so-home-main-small-info {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .so-news-main .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-news-main-big {
    width: 100%;
    margin-bottom: 25px;
  }
  .so-news-main-small {
    margin-bottom: 25px;
  }
  .so-news-main-list {
    width: 100%;
    padding-left: 0;
  }
  .so-news-list {
    padding-bottom: 40px;
  }
  .so-news-list .so-col:nth-child(2) {
    padding-top: 20px;
  }
  .so-news-list-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-news-list-single-image {
    width: 100%;
  }
  .so-news-list-single-info {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .so-news-main-big {
    height: 300px;
  }
}
.so-post-intro {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 80px;
}
.so-post-intro:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
  content: "";
}
.so-post-intro .so-intro-bread {
  position: relative;
  padding-bottom: 135px;
  z-index: 2;
}
.so-post-intro .so-intro-bread * {
  color: #fff;
}
.so-post-intro .so-intro-bread span {
  color: #959595;
}
.so-post-intro .so-intro-bread a {
  opacity: 1;
}
.so-post-intro .so-intro-bread a:hover {
  color: #fff;
  opacity: 0.6;
}
.so-post-intro h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-bottom: 0;
}
.so-post-intro .so-podcasts-label {
  position: relative;
  font-size: 10px;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 13px;
}

.so-post {
  padding-top: 75px;
  padding-bottom: 80px;
}
.so-post .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.so-post-content {
  padding-right: 130px;
  padding-left: 90px;
}
.so-post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-post-nav a {
  width: 50%;
  display: block;
  text-decoration: none !important;
  opacity: 1 !important;
  box-sizing: border-box;
  position: relative;
}
.so-post-nav a:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 10px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/arrow_post.svg");
  top: 50%;
  margin-top: -10px;
  right: 0;
  content: "";
}
.so-post-nav a:nth-child(1) {
  text-align: right;
  padding-right: 60px;
  padding-left: 40px;
}
.so-post-nav a:nth-child(1):after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: auto;
  left: 0;
}
.so-post-nav a:nth-child(2) {
  text-align: left;
  padding-left: 60px;
  padding-right: 40px;
}
.so-post-nav a:nth-child(2):before {
  position: absolute;
  width: 1px;
  height: auto;
  background-color: #DCDCDC;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
}
.so-post-nav a span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Gilroy";
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  color: #8A8A94;
  font-weight: 600;
  padding-bottom: 10px;
}
.so-post-nav a h6 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0 !important;
  opacity: 1;
}
.so-post-nav a:hover span {
  color: #7A0F21;
}
.so-post-nav a:hover h6 {
  opacity: 0.6;
}
.so-post-nav a:hover:nth-child(1):after {
  left: 20px;
}
.so-post-nav a:hover:nth-child(2):after {
  right: 20px;
}
.so-post-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 110px;
}
.so-post-share p {
  font-size: 18px;
  line-height: 1.4;
  padding-right: 20px;
  letter-spacing: 0.01em;
  padding-bottom: 0 !important;
}
.so-post-share ul {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
.so-post-share ul li {
  display: inline-block;
  list-type: none;
  padding: 0 5px;
}
.so-post-share ul li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #000;
  text-decoration: none !important;
  color: #000 !important;
  opacity: 1 !important;
}
.so-post-share ul li a i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.so-post-share ul li a:hover {
  background-color: #000;
}
.so-post-share ul li a:hover i {
  color: #fff;
}
.so-post .so-col:nth-child(1) {
  width: 74%;
  box-sizing: border-box;
}
.so-post .so-col:nth-child(1) .so-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
  margin-top: 45px;
  margin-bottom: 55px;
}
.so-post .so-col:nth-child(1) ul:not(.so-intro-bread) li {
  list-style-type: disc;
}
.so-post .so-col:nth-child(1) ol li {
  list-style-type: decimal;
}
.so-post .so-col:nth-child(1) ul, .so-post .so-col:nth-child(1) ol {
  padding-left: 25px;
  padding-bottom: 30px;
}
.so-post .so-col:nth-child(1) p {
  padding-bottom: 30px;
}
.so-post .so-col:nth-child(1) a {
  color: #7A0F21;
  text-decoration: underline;
  opacity: 1;
}
.so-post .so-col:nth-child(1) a:hover {
  opacity: 0.5;
}
.so-post .so-col:nth-child(1) h4, .so-post .so-col:nth-child(1) h5, .so-post .so-col:nth-child(1) h6 {
  padding-bottom: 15px;
}
.so-post .so-col:nth-child(1) figcaption {
  text-align: center;
}
.so-post .so-col:nth-child(1) blockquote {
  padding: 25px;
  background-color: #ECECEC;
  margin-bottom: 30px;
}
.so-post .so-col:nth-child(1) blockquote p {
  font-style: italic;
  padding-bottom: 20px;
}
.so-post .so-col:nth-child(1) blockquote cite {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-style: normal;
}
.so-post .so-col:nth-child(2) {
  width: 26%;
  box-sizing: border-box;
}
.so-post .so-col:nth-child(2) .inner-wrapper-sticky {
  padding-left: 40px;
  box-sizing: border-box;
}
.so-post .so-col:nth-child(2) h4 {
  padding-bottom: 30px;
  text-transform: uppercase;
}
.so-post .so-col:nth-child(2) .so-podcasts-cat {
  height: 120px;
}
.so-post .so-col:nth-child(2) .so-home-main-small {
  padding-bottom: 25px;
}
.so-post .so-col:nth-child(2) .so-home-main-small:last-child {
  padding-bottom: 45px;
}
.so-post .so-col:nth-child(2) .so-home-main-small .so-podcast_icons-single {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.so-post .so-col:nth-child(2) .so-home-main-small-image {
  height: 80px;
}
.so-post .so-col:nth-child(2) .so-home-main-small-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 12px;
}
.so-post .so-col:nth-child(2) .so-home-main-small-info h6 {
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 8px;
}
.so-post .so-col:nth-child(2) .so-home-main-small-info-date {
  font-size: 9px;
  padding-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .so-post .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-post .so-col {
    width: 100% !important;
  }
  .so-post .so-col:nth-child(2) {
    padding-top: 50px;
  }
  .so-post .so-col:nth-child(2) .so-home-main-small-info {
    max-width: none;
  }
  .so-post-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .so-post {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .so-post-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-post-nav a {
    width: 100%;
  }
  .so-post-nav a:nth-child(1) {
    text-align: left;
  }
  .so-post-nav a:nth-child(2) {
    margin-top: 20px;
    text-align: right;
  }
  .so-post-nav a:nth-child(2):before {
    display: none;
  }
  .so-post-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .so-post-share p {
    padding-bottom: 20px !important;
    padding-right: 0;
  }
  .so-post .so-col:nth-child(1) .so-line {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .so-post-intro {
    padding-bottom: 30px;
  }
  .so-post-intro .so-intro-bread {
    padding-bottom: 90px;
  }
}
.so-about-intro {
  padding-bottom: 100px;
}
.so-about-intro .so-row-full {
  max-width: 1600px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-about-intro .so-row-full > :before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.so-about-intro .so-row-full > video {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  object-fit: cover;
  max-height: 600px;
}
.so-about-intro .so-col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-direction: column;
  padding-top: 150px;
  padding-bottom: 200px;
}
.so-about-intro .so-intro-bread a,
.so-about-intro .so-intro-bread span,
.so-about-intro .so-intro-bread li {
  color: #ffffff;
}
.so-about-intro .so-intro-bread a {
  transition: 0.3s ease;
}
.so-about-intro .so-intro-bread a:hover {
  color: #7a0f21;
}
.so-about-intro h1 {
  color: #ffffff;
}
.so-about-intro h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: Gilroy;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-style: normal;
}
.so-about-signature {
  padding-bottom: 120px;
}
.so-about-signature .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-direction: column;
  max-width: 1250px;
}
.so-about-signature p {
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.01em;
  max-width: 940px;
  padding-bottom: 60px;
}
.so-about-slider {
  padding-bottom: 80px;
}
.so-about-slider .so-row-full {
  max-width: 1600px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.so-about-slider .so-row-full .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 1250px;
}
.so-about-slider-content {
  padding-bottom: 35px;
}
.so-about-slider-content img {
  max-height: 388px;
  max-width: 584px;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .so-about-slider-content img {
    max-width: 400px;
  }
}
@media screen and (max-width: 400px) {
  .so-about-slider-content img {
    max-width: 335px;
  }
}
.so-about-slider .swiper-button:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 10px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-image: url("img/arrow_left.svg");
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -7px;
  filter: invert(0%);
  content: "";
}
.so-about-slider .swiper-button:last-child:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -3px;
}
.so-about-slider .swiper-button:hover {
  background-color: #111111;
}
.so-about-slider .swiper-button:hover:before {
  filter: invert(100%);
}
.so-about-dream {
  padding-bottom: 80px;
}
.so-about-dream .so-row-full {
  max-width: 1600px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  margin-bottom: 48px;
}
.so-about-dream .so-row-full .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 1250px;
}
.so-about-dream .so-col {
  width: 100%;
  max-width: 740px;
}
.so-about-dream .so-col:first-child {
  width: 70%;
}
.so-about-dream .so-col:last-child {
  width: 30%;
}
.so-about-dream .so-col > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 39%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 61%;
}
.so-about-dream h1 {
  padding-bottom: 40px;
}
.so-about-dream p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.so-about-ranking .so-wrapper {
  padding-bottom: 48px;
}
.so-about-ranking .so-row {
  max-width: 1250px;
}
.so-about-ranking .so-row:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.so-about-ranking .so-col {
  max-width: 596px;
}
.so-about-ranking h3 {
  font-size: 32px;
  line-height: 1.25;
}
.so-about-ranking p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.01em;
}
.so-about-links {
  padding-top: 125px;
  padding-bottom: 80px;
}
.so-about-links .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
}
.so-about-links-single {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  width: 24%;
  height: 370px;
}
.so-about-links-single:after {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #313131;
  opacity: 0;
  z-index: 2;
  content: "";
}
.so-about-links-single img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.so-about-links-single h4 {
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0;
  z-index: 3;
}
.so-about-links-single:hover {
  height: 300px;
}

@media screen and (max-width: 1500px) {
  .so-about-links-single h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .so-about-slider .so-row-full .so-row {
    display: none;
  }
  .so-about-dream .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-about-dream .so-col {
    max-width: 95%;
  }
  .so-about-dream .so-col:first-child {
    width: 95%;
    padding-bottom: 20px;
  }
  .so-about-dream .so-col:last-child {
    width: 80%;
  }
  .so-about-dream .so-col > img {
    position: unset;
    width: 100%;
  }
  .so-about-ranking .so-wrapper .so-col {
    max-width: 100%;
  }
  .so-about-ranking .so-wrapper .so-col > iframe {
    width: 100%;
  }
  .so-about-links {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .so-about-intro .so-col:last-child {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .so-about-intro h1 {
    font-size: 35px;
    line-height: 1.6;
  }
  .so-about-intro h4 {
    font-size: 22px;
    line-height: 1.6;
  }
  .so-about-links .so-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .so-about-links-single {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .so-about-intro {
    padding-bottom: 20px;
  }
  .so-about-intro .so-col:last-child {
    padding: 50px 0;
  }
  .so-about-intro .so-row-full > video {
    height: 100%;
  }
  .so-about-intro h1 {
    font-size: 30px;
    line-height: 1.6;
  }
  .so-about-intro h4 {
    font-size: 18px;
    line-height: 1.6;
  }
  .so-about-signature {
    padding-bottom: 20px;
  }
  .so-about-signature p {
    padding-bottom: 20px;
  }
  .so-about-signature .so_signature_image {
    padding: 25px 0;
  }
  .so-about-slider {
    padding-bottom: 0px;
  }
  .so-about-dream {
    padding-bottom: 20px;
  }
  .so-about-dream .so-row-full {
    margin-bottom: 20px;
  }
  .so-about-dream .so-col:first-child {
    max-width: 100%;
    width: 95%;
  }
  .so-about-dream .so-col:last-child {
    max-width: 100%;
    width: 100%;
  }
  .so-about-dream h1 {
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 1.6;
  }
  .so-about-links {
    padding-top: 80px;
    padding-bottom: 45px;
  }
  .so-about-links-single {
    width: 100%;
    margin-bottom: 20px;
    height: 180px;
  }
  .so-about-links-single:last-child {
    margin-bottom: 0;
  }
  .so-about-links-single h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .so-about-intro h1 {
    font-size: 22px;
    line-height: 1.2;
  }
  .so-about-intro h4 {
    font-size: 14px;
    line-height: 1.2;
  }
  .so-about-signature p {
    font-size: 16px;
    line-height: 1.8;
  }
  .so-about-dream h1 {
    font-size: 22px;
    line-height: 1.2;
  }
  .so-about-ranking .so-wrapper {
    padding-bottom: 30px;
  }
  .so-about-ranking .so-wrapper .so-col > iframe {
    height: auto;
  }
  .so-about-ranking h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .so-about-ranking p {
    font-size: 16px;
    line-height: 1.8;
  }
  .so-about-links {
    padding-top: 20px;
  }
}
.so-career-intro {
  padding-bottom: 60px;
}
.so-career-intro .so-row-full {
  max-width: 1600px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
.so-career-intro .so-row-full .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-career-intro .so-col {
  width: 100%;
  max-width: 550px;
}
.so-career-intro .so-col:last-child {
  padding: 40px 0;
}
.so-career-intro .so-col > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 48%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 54%;
}
.so-career-intro h1 {
  font-size: 48px;
  line-height: 1.25;
  padding-bottom: 60px;
}
.so-career-intro p {
  font-size: 22px;
  line-height: 1.8;
  font-family: Electrolize;
  color: #000000;
}
.so-career-introduction {
  padding-bottom: 60px;
}
.so-career-introduction .so-row-full {
  max-width: 1600px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  margin-bottom: 48px;
}
.so-career-introduction .so-row-full .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-career-introduction .so-col {
  width: 100%;
  max-width: 550px;
}
.so-career-introduction .so-col:first-child {
  padding: 25px 0;
}
.so-career-introduction .so-col > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 48%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 54%;
}
.so-career-introduction h4 {
  font-size: 22px;
  line-height: 1.18;
  font-family: Electrolize;
  font-weight: normal;
  font-style: normal;
}
.so-career-introduction p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: #000000;
}
.so-career-biography .so-row-full {
  max-width: 1600px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
.so-career-biography .so-row-full:last-child {
  margin-bottom: 60px;
}
.so-career-biography .so-row-full:last-child .so-col {
  padding-bottom: 100px;
}
.so-career-biography .so-row-full .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-career-biography .so-row-full .so_video_left {
  flex-direction: row-reverse;
}
.so-career-biography .so-row-full .so_video_left .so-col > iframe {
  width: 55%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 53%;
}
.so-career-biography .so-row-full .so_video_right .so-col > iframe {
  width: 55%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 45%;
}
.so-career-biography .so-row-full .so_only_text .so-col {
  max-width: 1258px;
  width: 1258px;
}
.so-career-biography .so-row-full .so_only_text .so-col:last-of-type {
  display: none;
}
.so-career-biography .so-col {
  width: 100%;
  max-width: 466px;
}
.so-career-biography .so-col:first-child {
  padding: 25px 0;
}
.so-career-biography p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: #000000;
}
.so-career-biography h4 {
  font-size: 22px;
  line-height: 1.18;
  font-family: Electrolize;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 0;
}
.so-career-connection .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-career-connection .so-col {
  max-width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.so-career-connection h4 {
  font-size: 22px;
  line-height: 1.8;
  font-family: Electrolize;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 0;
}
.so-career-connection a {
  width: 320px;
  position: relative;
}
.so-career-connection a:first-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .so-career-biography .so-row-full .so_video_right .so-col > iframe {
    left: 50%;
  }
  .so-career-biography .so-row-full .so-row .so-col > iframe {
    width: 50%;
    max-height: 50vh;
  }
}
@media screen and (max-width: 991px) {
  .so-career-intro .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .so-career-intro .so-col {
    max-width: 100%;
  }
  .so-career-intro .so-col > img {
    position: unset;
    width: 100%;
  }
  .so-career-introduction .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-career-introduction .so-col {
    max-width: 100%;
  }
  .so-career-introduction .so-col > img {
    position: unset;
    width: 100%;
  }
  .so-career-biography .so-row-full .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-career-biography .so-row-full .so-row .so-col {
    max-width: 100%;
  }
  .so-career-biography .so-row-full .so-row .so-col > iframe {
    position: unset;
    width: 100%;
    max-height: 50vh;
  }
  .so-career-connection .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .so-career-intro {
    padding-bottom: 0px;
  }
  .so-career-intro .so-row-full > video {
    height: 100%;
  }
  .so-career-intro .so-col:last-child {
    padding: 0 0 20px 0;
  }
  .so-career-intro h1 {
    padding-bottom: 15px;
  }
  .so-career-intro p {
    font-size: 18px;
    line-height: 1.6;
  }
  .so-career-introduction {
    padding-bottom: 30px;
  }
  .so-career-introduction .so-row-full {
    margin-bottom: 30px;
  }
  .so-career-biography .so-col:first-child {
    padding: 10px 0;
  }
  .so-career-biography .so-row-full .so-row .so-col > iframe {
    position: unset;
    width: 100%;
    height: auto;
  }
  .so-career-biography .so-row-full:last-child {
    margin-bottom: 25px;
  }
  .so-career-biography .so-row-full:last-child .so-col {
    padding-bottom: 20px;
  }
  .so-career-connection h4 {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .so-anim-under,
.so-anim-under_slow,
.so-anim-fade,
.so-anim-fade_slow,
.so-anim-right,
.so-anim-right_slow,
.so-anim-left,
.so-anim-left_slow,
.so-anim-drop,
.so-anim-drop_slow {
    opacity: 1;
  }

  .so-optin-form-col {
    flex-direction: column;
  }

  .so-optin-form-row {
    max-width: 100%;
  }

  .so-optin-form {
    padding: 0 0 40px 0;
  }

  .so-anim-image:before {
    display: none;
  }

  .so-sub h2 {
    width: 100%;
    max-width: 600px;
    text-align: center;
    padding-bottom: 20px;
  }
  .so-sub .wpcf7 {
    width: 100%;
    max-width: 600px;
  }
  .so-sub .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-sub .so-row > span {
    width: 100%;
    display: block;
    padding-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-size: 14px;
    line-height: 1.8;
  }

  h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  h1, h2, h3, h4, h5, h6 {
    padding-bottom: 20px;
  }

  #so-wrapper {
    padding-top: 90px;
  }

  .so-sub {
    padding-bottom: 35px;
  }
  .so-sub .checkbox-sms {
    left: -22px;
  }
  .so-sub .so-row > span {
    font-size: 12px;
    padding-top: 10px;
  }
  .so-sub .so-optin-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-sub .so-optin-form-row {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .so-sub .so-optin-form-row:nth-child(3) {
    padding-top: 40px;
  }
  .so-sub .so-optin-form .so-button {
    width: 100%;
    max-width: none;
  }
}

/*# sourceMappingURL=style.css.map */
