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: "Open Sans", sans-serif;

  font-size: 18px;

  line-height: 1.5;

  margin: 0;

  padding: 0;

  border: 0;

  color: #555555;

  letter-spacing: 0;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



*,

*:before,

*:after {

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}



:focus {

  outline: 0;

}



/**

 * 1. Correct the line height in all browsers.

 * 2. Prevent adjustments of font size after orientation changes in iOS.

 */

html {

  font-size: 62.5%;

  line-height: 1.5;

  -webkit-text-size-adjust: 100%;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}



body {

  min-width: 320px;

  line-height: 1.5;

  text-rendering: auto;

  /* auto, optimizeSpeed, optimizeLegibility, geometricPrecision */

}



main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time, img, svg, video, canvas, audio, iframe, embed, object {

  display: block;

}



img, svg, video, canvas, audio, iframe, embed, object {

  vertical-align: middle;

}



img {

  border-style: none;

}



img, audio, video {

  max-width: 100%;

  height: auto;

}



iframe {

  border: 0;

}



summary {

  display: list-item;

}



ol, ul {

  list-style: none;

}



li {

  color: #808385;

  font-weight: normal;

}



p {

  color: #808385;

  font-weight: normal;

}

p:empty {
	
/* 	padding: 0 !important; */
	
}



a {

  text-decoration: none;

  font-weight: normal;

  background-color: transparent;

}



a:active, a:hover, a:link {

  outline: 0;

  text-decoration: none;

}



b, strong {

  font-weight: bolder;

  color: inherit;

}



blockquote, q {

  quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

  content: "";

  content: none;

}



sub, sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}



sub {

  bottom: -0.25em;

}



sup {

  top: -0.5em;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}



td, th {

  padding: 0;

  text-align: left;

}



button, input, optgroup, select, textarea {

  font-family: inherit;

  font-size: inherit;

  line-height: inherit;

  border: none;

}



textarea {

  overflow: auto;

  resize: vertical;

  overflow: hidden;

}



input[type=text],

input[type=email],

input[type=url],

input[type=password],

input[type=search],

input[type=number],

input[type=tel],

input[type=range],

input[type=date],

input[type=month],

input[type=week],

input[type=time],

input[type=datetime],

input[type=datetime-local],

input[type=color],

textarea,

button {

  -webkit-appearance: none;

}



button, input {

  overflow: visible;

}



button,

[role=button] {

  cursor: pointer;

}



button::-moz-focus-inner,

[type=button]::-moz-focus-inner,

[type=reset]::-moz-focus-inner,

[type=submit]::-moz-focus-inner {

  border-style: none;

  padding: 0;

}



/**

 * Correct the inability to style clickable types in iOS and Safari.

 */

button,

[type=button],

[type=reset],

[type=submit] {

  -webkit-appearance: button;

}



/**

 * Restore the focus styles unset by the previous rule.

 */

button:-moz-focusring,

[type=button]:-moz-focusring,

[type=reset]:-moz-focusring,

[type=submit]:-moz-focusring {

  outline: none;

}



[type=checkbox],

[type=radio] {

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  padding: 0;

}



[type=number]::-webkit-inner-spin-button,

[type=number]::-webkit-outer-spin-button {

  height: auto;

}



/*

 1. Correct the odd appearance in Chrome and Safari.

 2. Correct the outline style in Safari.

*/

[type=search] {

  -webkit-appearance: textfield;

  outline-offset: -2px;

}



/*

  Remove the inner padding in Chrome and Safari on macOS.

*/

[type=search]::-webkit-search-decoration {

  -webkit-appearance: none;

}



::-webkit-file-upload-button {

  -webkit-appearance: button;

  font: inherit;

}



/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */

pre {

  font-family: monospace, monospace;

  /* 1 */

  font-size: 1em;

  /* 2 */

}



/* Text-level semantics

   ========================================================================== */

/**

 * 1. Remove the bottom border in Chrome 57-

 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.

 */

abbr[title] {

  border-bottom: none;

  /* 1 */

  text-decoration: underline;

  /* 2 */

  text-decoration: underline dotted;

  /* 2 */

}



/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */

code,

kbd,

samp {

  font-family: monospace, monospace;

  /* 1 */

  font-size: 1em;

  /* 2 */

}



/**

 * Add the correct font size in all browsers.

 */

small {

  font-size: 80%;

}



/**

 * Remove the inheritance of text transform in Edge, Firefox, and IE.

 * 1. Remove the inheritance of text transform in Firefox.

 */

button,

select {

  /* 1 */

  text-transform: none;

}



/**

 * Correct the padding in Firefox.

 */

fieldset {

  padding: 0.35em 0.75em 0.625em;

}



/**

 * 1. Correct the text wrapping in Edge and IE.

 * 2. Correct the color inheritance from `fieldset` elements in IE.

 * 3. Remove the padding so developers are not caught out when they zero out

 *    `fieldset` elements in all browsers.

 */

legend {

  box-sizing: border-box;

  /* 1 */

  color: inherit;

  /* 2 */

  display: table;

  /* 1 */

  max-width: 100%;

  /* 1 */

  padding: 0;

  /* 3 */

  white-space: normal;

  /* 1 */

}



/**

 * Add the correct vertical alignment in Chrome, Firefox, and Opera.

 */

progress {

  vertical-align: baseline;

}



/* Misc

   ========================================================================== */

/**

 * Add the correct display in IE 10+.

 */

template {

  display: none;

}



@font-face {

  font-family: "Cairo";

  src: url("../fonts/cairo-latin-600.woff2");

  font-weight: 600;

}

@font-face {

  font-family: "Cairo";

  src: url("../fonts/cairo-latin-700.woff2");

  font-weight: 700;

}

@font-face {

  font-family: "Cairo";

  src: url("../fonts/cairo-latin-800.woff2");

  font-weight: 800;

}

@font-face {

  font-family: "Open Sans";

  src: url("../fonts/open-sans-latin-regular.woff2");

  font-weight: 400;

}

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-image {

  overflow: hidden;

  position: relative;

}

.so-anim-image:before {

  position: absolute;

  width: auto;

  height: auto;

  left: 0;

  top: 0;

  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;

}

#so-wrapper.so-active {

  overflow: hidden;

  height: 100vh;

}



body {

  font-family: "Open Sans", sans-serif;

  overflow-x: hidden;

  background-color: #ffffff;

}

.so-row {

  max-width: 1210px;

  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;

}

@media screen and (max-width: 1200px) {

  .so-content {

    overflow: hidden;

  }

}



h1, h2, h3, h4, h5, h6 {

  font-family: "Cairo", sans-serif;

  color: #0C0B1A;

}

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;

}



h1 {

  font-weight: 800;

  font-size: 65px;

  line-height: 1;

}



h2 {

  font-weight: 800;

  font-size: 65px;

  line-height: 1;

}



h3 {

  font-weight: 800;

  font-size: 48px;

  line-height: 1;

}



h4 {

  font-weight: 800;

  font-size: 32px;

  line-height: 1;

}



h5 {

  font-weight: 700;

  font-size: 24px;

  line-height: 1.1;

}



h6 {

  font-weight: 700;

  font-size: 22px;

  line-height: 1.1;

}



.so-link {

  position: relative;

  display: inline-block;

  color: #808385;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.so-link:hover {

  opacity: 0.8;

}



.so-btn-1 {

  -webkit-transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  overflow: hidden;

  user-select: none;

  cursor: pointer;

  height: 60px;

  padding: 16px 45px 0 45px;

  display: inline-block;

  background-color: #F26B00;

  border-radius: 5px;

  position: relative;

}

.so-btn-1:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  border-radius: 5px;

  pointer-events: none;

}

.so-btn-1 span {

  font-weight: 700;

  color: #fff;

  font-family: "Cairo", sans-serif;

  font-size: 18px;

  line-height: 1.5;

}

.so-btn-1:after {

  background-color: #fff;

  content: "";

  display: block;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  -webkit-transform: translateY(100%) scale(1);

  -moz-transform: translateY(100%) scale(1);

  -o-transform: translateY(100%) scale(1);

  transform: translateY(100%) scale(1);

  border-radius: 50%;

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.so-btn-1 span.so-btn-word {

  color: #fff;

  position: relative;

  z-index: 1;

  display: inline-block;

  pointer-events: none;

  opacity: 0;

  -webkit-transform: translateY(30px);

  -moz-transform: translateY(30px);

  -o-transform: translateY(30px);

  transform: translateY(30px);

}

.so-btn-1 span.so-btn-word:not(:nth-of-type(2)) {

  padding-left: 4px;

}

.so-btn-1 span.so-btn-word img {

  margin-left: 0;

}

.so-btn-1 span.so-btn-orig-text {

  color: #fff;

  display: block;

  -webkit-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.so-btn-1:hover, .so-btn-1:active, .so-btn-1:focus {

  background-color: #fff;

  box-shadow: 0px 0px 0px 2px rgba(242, 107, 0, 0.9);

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.so-btn-1:hover:after, .so-btn-1:active:after, .so-btn-1:focus:after {

  -webkit-transform: translateY(0) scale(1.01);

  -moz-transform: translateY(0) scale(1.01);

  -o-transform: translateY(0) scale(1.01);

  transform: translateY(0) scale(1.01);

  border-radius: 5px;

}

.so-btn-1:hover span.so-btn-word, .so-btn-1:active span.so-btn-word, .so-btn-1:focus span.so-btn-word {

  color: #F26B00;

  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);

  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);

  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);

  opacity: 1;

  -webkit-transform: translateY(-27px);

  -moz-transform: translateY(-27px);

  -o-transform: translateY(-27px);

  transform: translateY(-27px);

}

.so-btn-1:hover span.so-btn-word:nth-of-type(1), .so-btn-1:active span.so-btn-word:nth-of-type(1), .so-btn-1:focus span.so-btn-word:nth-of-type(1) {

  transition-delay: 0.05s;

}

.so-btn-1:hover span.so-btn-word:nth-of-type(2), .so-btn-1:active span.so-btn-word:nth-of-type(2), .so-btn-1:focus span.so-btn-word:nth-of-type(2) {

  transition-delay: 0.1s;

}

.so-btn-1:hover span.so-btn-word:nth-of-type(3), .so-btn-1:active span.so-btn-word:nth-of-type(3), .so-btn-1:focus span.so-btn-word:nth-of-type(3) {

  transition-delay: 0.15s;

}

.so-btn-1:hover span.so-btn-word:nth-of-type(4), .so-btn-1:active span.so-btn-word:nth-of-type(4), .so-btn-1:focus span.so-btn-word:nth-of-type(4) {

  transition-delay: 0.2s;

}

.so-btn-1:hover span.so-btn-word:nth-of-type(5), .so-btn-1:active span.so-btn-word:nth-of-type(5), .so-btn-1:focus span.so-btn-word:nth-of-type(5) {

  transition-delay: 0.25s;

}

.so-btn-1:hover span.so-btn-word:nth-of-type(6), .so-btn-1:active span.so-btn-word:nth-of-type(6), .so-btn-1:focus span.so-btn-word:nth-of-type(6) {

  transition-delay: 0.3s;

}

.so-btn-1:hover span.so-btn-word:nth-of-type(7), .so-btn-1:active span.so-btn-word:nth-of-type(7), .so-btn-1:focus span.so-btn-word:nth-of-type(7) {

  transition-delay: 0.35s;

}

.so-btn-1:hover span.so-btn-word:nth-of-type(8), .so-btn-1:active span.so-btn-word:nth-of-type(8), .so-btn-1:focus span.so-btn-word:nth-of-type(8) {

  transition-delay: 0.4s;

}

.so-btn-1:hover span.so-btn-word:nth-of-type(9), .so-btn-1:active span.so-btn-word:nth-of-type(9), .so-btn-1:focus span.so-btn-word:nth-of-type(9) {

  transition-delay: 0.45s;

}

.so-btn-1:hover span.so-btn-word:nth-of-type(10), .so-btn-1:active span.so-btn-word:nth-of-type(10), .so-btn-1:focus span.so-btn-word:nth-of-type(10) {

  transition-delay: 0.5s;

}

.so-btn-1:hover span.so-btn-orig-text, .so-btn-1:active span.so-btn-orig-text, .so-btn-1:focus span.so-btn-orig-text {

  -webkit-transform: translateY(-60px);

  -moz-transform: translateY(-60px);

  -o-transform: translateY(-60px);

  transform: translateY(-60px);

}

.so-btn-1 img {

  display: inline-block;

  position: relative;

  bottom: 2px;

  margin-left: 3px;

}



.so-btn-2 {

  -webkit-transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  overflow: hidden;

  user-select: none;

  cursor: pointer;

  height: 44px;

  padding: 14px 17px 0 17px;

  display: inline-block;

  background-color: #fff;

  border-radius: 5px;

  position: relative;

}

.so-btn-2:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  border-radius: 5px;

  pointer-events: none;

}

.so-btn-2 span {

  font-weight: 600;

  color: #F26B00;

  font-family: "Cairo", sans-serif;

  font-size: 16px;

  line-height: 1;

}

.so-btn-2:after {

  background-color: #F26B00;

  content: "";

  display: block;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  -webkit-transform: translateY(100%) scale(1);

  -moz-transform: translateY(100%) scale(1);

  -o-transform: translateY(100%) scale(1);

  transform: translateY(100%) scale(1);

  border-radius: 50%;

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.so-btn-2 span.so-btn-word {

  color: #fff;

  position: relative;

  z-index: 1;

  display: inline-block;

  pointer-events: none;

  opacity: 0;

  -webkit-transform: translateY(30px);

  -moz-transform: translateY(30px);

  -o-transform: translateY(30px);

  transform: translateY(30px);

}

.so-btn-2 span.so-btn-word:not(:nth-of-type(2)) {

  padding-left: 4px;

}

.so-btn-2 span.so-btn-word img {

  margin-left: 0;

}

.so-btn-2 span.so-btn-orig-text {

  color: #F26B00;

  display: block;

  -webkit-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.so-btn-2:hover, .so-btn-2:active, .so-btn-2:focus {

  background-color: #F26B00;

  box-shadow: 0px 0px 0px 1px white;

  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.so-btn-2:hover:after, .so-btn-2:active:after, .so-btn-2:focus:after {

  -webkit-transform: translateY(0) scale(1.01);

  -moz-transform: translateY(0) scale(1.01);

  -o-transform: translateY(0) scale(1.01);

  transform: translateY(0) scale(1.01);

  border-radius: 5px;

}

.so-btn-2:hover span.so-btn-word, .so-btn-2:active span.so-btn-word, .so-btn-2:focus span.so-btn-word {

  color: #fff;

  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);

  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);

  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);

  opacity: 1;

  -webkit-transform: translateY(-23px);

  -moz-transform: translateY(-23px);

  -o-transform: translateY(-23px);

  transform: translateY(-23px);

}

.so-btn-2:hover span.so-btn-word:nth-of-type(1), .so-btn-2:active span.so-btn-word:nth-of-type(1), .so-btn-2:focus span.so-btn-word:nth-of-type(1) {

  transition-delay: 0.05s;

}

.so-btn-2:hover span.so-btn-word:nth-of-type(2), .so-btn-2:active span.so-btn-word:nth-of-type(2), .so-btn-2:focus span.so-btn-word:nth-of-type(2) {

  transition-delay: 0.1s;

}

.so-btn-2:hover span.so-btn-word:nth-of-type(3), .so-btn-2:active span.so-btn-word:nth-of-type(3), .so-btn-2:focus span.so-btn-word:nth-of-type(3) {

  transition-delay: 0.15s;

}

.so-btn-2:hover span.so-btn-word:nth-of-type(4), .so-btn-2:active span.so-btn-word:nth-of-type(4), .so-btn-2:focus span.so-btn-word:nth-of-type(4) {

  transition-delay: 0.2s;

}

.so-btn-2:hover span.so-btn-word:nth-of-type(5), .so-btn-2:active span.so-btn-word:nth-of-type(5), .so-btn-2:focus span.so-btn-word:nth-of-type(5) {

  transition-delay: 0.25s;

}

.so-btn-2:hover span.so-btn-word:nth-of-type(6), .so-btn-2:active span.so-btn-word:nth-of-type(6), .so-btn-2:focus span.so-btn-word:nth-of-type(6) {

  transition-delay: 0.3s;

}

.so-btn-2:hover span.so-btn-word:nth-of-type(7), .so-btn-2:active span.so-btn-word:nth-of-type(7), .so-btn-2:focus span.so-btn-word:nth-of-type(7) {

  transition-delay: 0.35s;

}

.so-btn-2:hover span.so-btn-word:nth-of-type(8), .so-btn-2:active span.so-btn-word:nth-of-type(8), .so-btn-2:focus span.so-btn-word:nth-of-type(8) {

  transition-delay: 0.4s;

}

.so-btn-2:hover span.so-btn-word:nth-of-type(9), .so-btn-2:active span.so-btn-word:nth-of-type(9), .so-btn-2:focus span.so-btn-word:nth-of-type(9) {

  transition-delay: 0.45s;

}

.so-btn-2:hover span.so-btn-word:nth-of-type(10), .so-btn-2:active span.so-btn-word:nth-of-type(10), .so-btn-2:focus span.so-btn-word:nth-of-type(10) {

  transition-delay: 0.5s;

}

.so-btn-2:hover span.so-btn-orig-text, .so-btn-2:active span.so-btn-orig-text, .so-btn-2:focus span.so-btn-orig-text {

  -webkit-transform: translateY(-60px);

  -moz-transform: translateY(-60px);

  -o-transform: translateY(-60px);

  transform: translateY(-60px);

}

.so-btn-2 img {

  display: inline-block;

  position: relative;

  bottom: 2px;

  margin-left: 5px;

}



input {

  background-color: #ffffff;

  height: 40px;

  color: #0C0B1A;

  border: none;

}



textarea {

  min-height: 120px;
	
  height: 120px;

  resize: vertical;

  background-color: #ffffff;

  border: none;

}



input::placeholder, textarea::placeholder {

  color: #808385;

}



form label {

  position: relative;

}



.plyr .plyr__time, .plyr .plyr__control {

  color: #fff;

}

.plyr .plyr__controls {

  display: none;

}

.plyr > .plyr__control {

  background: #ffffff;

}

.plyr > .plyr__control:hover {

  background: #ffffff;

}

.plyr button.plyr__control[data-plyr=play] {

  background-color: transparent;

  border: solid 3px #fff;

  width: 70px;

  height: 70px;

  background-color: transparent;

  border: solid 3px #fff;

}

.plyr button.plyr__control[data-plyr=play] svg {

  left: 8px;

  width: 22px;

  height: 22px;

}

.plyr input[type=range] {

  color: #ffffff;

}



.slick-dots {

  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;

}



.slick-dots li {

  display: block;

  width: 6px;

  height: 6px;

  background-color: #BDBDBD;

  border-radius: 50%;

  cursor: pointer;

}

.slick-dots li:not(:last-of-type) {

  margin-right: 4px;

}

.slick-dots li.slick-active {

  background-color: #040404;

}



.slick-dots li button {

  display: none;

}



.slick-arrow {

  width: 0px;

  height: 0px;

  font-size: 0 !important;

  position: absolute;

  z-index: 1;

}

.slick-arrow:before {

  z-index: 2;

  content: "";

  position: absolute;

  display: block;

  width: 50px;

  height: 50px;

  border-radius: 10px;

  top: -23px;

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.slick-arrow:hover:before {

  background-color: #eaeaea !important;

}



.slick-prev.slick-arrow {

  top: 20%;

  left: 0;

}

.slick-prev.slick-arrow:before {

  left: -1px;

}



.slick-next.slick-arrow {

  top: 20%;

  right: 0;

}

.slick-next.slick-arrow:before {

  right: -1px;

}



[type=checkbox]:checked,

[type=checkbox]:not(:checked) {

  position: absolute;

  left: -9999px;

}



[type=checkbox]:checked + label,

[type=checkbox]:not(:checked) + label {

  user-select: none;

  position: relative;

  padding-left: 22px;

  cursor: pointer;

  display: inline-block;

}



[type=checkbox]:checked + label:before,

[type=checkbox]:not(:checked) + label:before {

  content: "";

  position: absolute;

  left: 0px;

  top: 6px;

  width: 15px;

  height: 15px;

  border: 1px solid #ededed;

  background: #ffffff;

  user-select: none;

  border-radius: 3px;

}



[type=checkbox]:checked + label:after,

[type=checkbox]:not(:checked) + label:after {

  content: "";

  width: 9px;

  height: 9px;

  position: absolute;

  background-color: #F26B00;

  border-radius: 3px;

  top: 9px;

  left: 3px;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

  user-select: none;

}



[type=checkbox]:not(:checked) + label:after {

  opacity: 0;

  -webkit-transform: scale(0);

  transform: scale(0);

}



[type=checkbox]:checked + label:after {

  opacity: 1;

  -webkit-transform: scale(1);

  transform: scale(1);

}



[type=radio]:checked,

[type=radio]:not(:checked) {

  position: absolute;

  left: -9999px;

}



[type=radio]:checked + label,

[type=radio]:not(:checked) + label {

  position: relative;

  padding-left: 10px;

  cursor: pointer;

  line-height: 20px;

  display: inline-block !important;

  color: #fff;

}



[type=radio]:checked + label:before,

[type=radio]:not(:checked) + label:before {

  content: "";

  position: absolute;

  left: -20px;

  top: 50%;

  margin-top: -11px;

  width: 22px;

  height: 22px;

  border: 1px solid #0064BF;

  background: transparent;

  user-select: none;

}



[type=radio]:checked + label:after,

[type=radio]:not(:checked) + label:after {

  content: "";

  width: 14px;

  height: 14px;

  background: #0064BF;

  position: absolute;

  top: 50%;

  margin-top: -7px;

  left: -16px;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

  user-select: none;

}



[type=radio]:not(:checked) + label:after {

  opacity: 0;

  -webkit-transform: scale(0);

  transform: scale(0);

}



[type=radio]:checked + label:after {

  opacity: 1;

  -webkit-transform: scale(1);

  transform: scale(1);

}



@media screen and (max-width: 600px) {

  .slick-dots li {

    display: block;

    width: 17px;

    height: 17px;

    background-color: #80B1DF;

    border-radius: 50%;

    cursor: pointer;

  }

  .slick-dots li:not(:last-of-type) {

    margin-right: 22px;

  }

  .slick-dots li.slick-active {

    background-color: #00bc3a;

  }

}

.so-silver-dark-line {

  height: 1px;

  max-width: calc(1210px - 40px);

  width: 100%;

  margin: auto;

  box-sizing: border-box;

  padding-left: 20px;

  padding-right: 20px;

  position: relative;

}

.so-silver-dark-line span {

  background-color: #cbcbcb;

  width: 50%;

  height: inherit;

  display: block;

  position: absolute;

  transition-delay: 0.2s;

  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);

  -webkit-transform: scaleX(0);

  -moz-transform: scaleX(0);

  -o-transform: scaleX(0);

  transform: scaleX(0);

}

.so-silver-dark-line span:nth-of-type(1) {

  left: 50%;

  transform-origin: left;

}

.so-silver-dark-line span:nth-of-type(2) {

  right: 50%;

  transform-origin: right;

}

.so-silver-dark-line.so-active span {

  -webkit-transform: scaleX(1);

  -moz-transform: scaleX(1);

  -o-transform: scaleX(1);

  transform: scaleX(1);

}



.so-faq-contact.so-faq-contact-single-course .so-contact-img-exempt {

  pointer-events: none;

  display: none;

}

.so-faq-contact .so-content {

  position: relative;

  padding-top: 146px;

  padding-bottom: 140px;

  background: scroll no-repeat 0 0 transparent;

  background-image: url("../img/blocks_background.png");

  background-size: cover;

}

.so-faq-contact .so-content .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: start;

  -ms-flex-align: start;

  -webkit-align-items: start;

  -moz-align-items: start;

  align-items: start;

  gap: 0 50px;

}

.so-faq-contact .so-content .so-row .so-contact-img-exempt {

  pointer-events: none;

  z-index: -1;

  position: absolute;

  left: 40px;

  top: -250px;

}

.so-faq-contact .so-content .so-row .so-contact-img-exempt img {

  -webkit-transform: rotate(-37deg);

  -moz-transform: rotate(-37deg);

  -o-transform: rotate(-37deg);

  transform: rotate(-37deg);

}

.so-faq-contact .so-content .so-row .so-col {

  width: 50%;

}

.so-faq-contact .so-content .so-row .so-faq-title {

  max-width: 550px;

  width: 100%;

}

.so-faq-contact .so-content .so-row .so-faq-title h3 {

  padding-bottom: 39px;

}

.so-faq-contact .so-content .so-row .so-faq-title p {

  padding-bottom: 50px;

}

.so-faq-contact .so-content .so-row .so-faq-wrapper .so-faq-el-question {

  cursor: pointer;

  min-height: 60px;

  padding: 18px 25px 17px 25px;

  position: relative;

}

.so-faq-contact .so-content .so-row .so-faq-wrapper .so-faq-el-question:before {

  content: "";

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  left: 0;

  height: 2px;

  width: 16px;

  background-color: #F26B00;

}

.so-faq-contact .so-content .so-row .so-faq-wrapper .so-faq-el-question:after {

  content: "";

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  left: 7px;

  width: 2px;

  height: 16px;

  background-color: #F26B00;

  -webkit-transition: transform 0.5s ease;

  -o-transition: transform 0.5s ease;

  transition: transform 0.5s ease;

}

.so-faq-contact .so-content .so-row .so-faq-wrapper .so-faq-el-answer {

  margin-top: 22px;

}

.so-faq-contact .so-content .so-row .so-faq-wrapper .so-faq-el-answer p {

  padding-bottom: 15px;

}

.so-faq-contact .so-content .so-row .so-faq-wrapper .so-faq-el:not(:first-of-type) .so-faq-el-answer {

  display: none;

}

.so-faq-contact .so-content .so-row .so-faq-wrapper .so-faq-el-line {

  position: relative;

  height: 1px;

  width: 100%;

  background-color: #e3e3e3;

}

.so-faq-contact .so-content .so-row .so-faq-wrapper .so-faq-el-line span {

  background-color: #F26B00;

  -webkit-transform: scaleX(0);

  -moz-transform: scaleX(0);

  -o-transform: scaleX(0);

  transform: scaleX(0);

  transform-origin: right;

  -webkit-transition: transform 0.3s ease-in;

  -o-transition: transform 0.3s ease-in;

  transition: transform 0.3s ease-in;

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  height: 2px;

}

.so-faq-contact .so-content .so-row .so-faq-wrapper .so-faq-el.so-active .so-faq-el-question:after {

  -webkit-transform: translateY(-50%) rotate(90deg);

  -moz-transform: translateY(-50%) rotate(90deg);

  -o-transform: translateY(-50%) rotate(90deg);

  transform: translateY(-50%) rotate(90deg);

}

.so-faq-contact .so-content .so-row .so-faq-wrapper .so-faq-el.so-active .so-faq-el-line span {

  -webkit-transform: scaleX(1);

  -moz-transform: scaleX(1);

  -o-transform: scaleX(1);

  transform: scaleX(1);

  transform-origin: left;

}

.so-faq-contact .so-content .so-row .so-contact-form {

  border-radius: 15px;

/*   border: 1px solid #ededed; */

  overflow: hidden;

  background-color: #fff;

  padding: 60px;
	
  box-shadow: 0 0 20px 0px rgb(255 105 0 / 20%);

}

.so-faq-contact .so-content .so-row .so-contact-form form .so-contact-field {

  margin-bottom: 25px;

  position: relative;

  border-bottom: 1px solid #ededed;

}

.so-faq-contact .so-content .so-row .so-contact-form form .so-contact-field:before {

  content: "";

  background-color: #F26B00;

  -webkit-transform: scaleX(0);

  -moz-transform: scaleX(0);

  -o-transform: scaleX(0);

  transform: scaleX(0);

  transform-origin: right;

  -webkit-transition: transform 0.3s ease-in;

  -o-transition: transform 0.3s ease-in;

  transition: transform 0.3s ease-in;

  position: absolute;

  left: 0;

  bottom: 0;

  height: 2px;

  width: 100%;
	
  z-index: 1;

}

.so-faq-contact .so-content .so-row .so-contact-form form .so-contact-field input {

  width: 100%;

}

.so-faq-contact .so-content .so-row .so-contact-form form .so-contact-field textarea {

  width: 100%;

}

.so-faq-contact .so-content .so-row .so-contact-form form .so-contact-field.so-active:before {

  -webkit-transform: scaleX(1);

  -moz-transform: scaleX(1);

  -o-transform: scaleX(1);

  transform: scaleX(1);

  transform-origin: left;

}

.so-faq-contact .so-content .so-row .so-contact-form form .so-contact-agreement-check {

  padding-bottom: 30px;

}

.so-faq-contact .so-content .so-row .so-contact-form form .so-contact-agreement-check label {

  font-size: 12px;

  line-height: 2.3;

}

.so-faq-contact .so-content .so-row .so-contact-form form button.so-btn-1 {

  width: 100%;

}



.so-gallery {

  background-color: #fff;

}

.so-gallery .so-content {

  padding-top: 155px;

  padding-bottom: 142px;

}

.so-gallery .so-content .so-row.so-title {

  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: start;

  -moz-align-items: start;

  align-items: start;

  padding-bottom: 70px;

}

.so-gallery .so-content .so-row.so-title h3 img {

  display: inline-block;

  margin-right: 22px;

  height: 55px;

}

.so-gallery .so-content .so-row.so-title .so-btn-1 img {

  height: 20px;

}

.so-gallery .so-content .so-photos {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  -webkit-justify-content: start;

  -moz-justify-content: start;

  justify-content: start;

  -webkit-box-align: start;

  -ms-flex-align: start;

  -webkit-align-items: start;

  -moz-align-items: start;

  align-items: start;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  gap: 10px;

}

.so-gallery .so-content .so-photos-el {

  width: 285px;

  cursor: pointer;

}

.so-gallery .so-content .so-photos-el img {

  width: 100%;

}



.so-other-intro {

  height: 50vh;

  min-height: 300px;

  background-size: cover;

  position: relative;

  padding-top: 70px;

  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-other-intro:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.4);

}

.so-other-intro .so-content {

  z-index: 2;

  position: relative;

  width: 100%;

}

.so-other-intro .so-content h1 {

  color: #fff;

  text-align: center;

}



.so-types {

  padding-bottom: 350px;

}

.so-types .so-content {

  padding-top: 120px;

}

.so-types .so-content:not(:first-of-type) {

  padding-top: 200px;

}

.so-types .so-content .so-types-text-multiple {

  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: start;

  -moz-align-items: start;

  align-items: start;

  padding-bottom: 90px;

}

.so-types .so-content .so-types-text-multiple h3 {

  max-width: 600px;

  width: 100%;

}

.so-types .so-content .so-types-text-multiple p {

  max-width: 470px;

  width: 100%;

}

.so-types .so-content .so-types-text-single {

  padding-bottom: 90px;

}

.so-types .so-content .so-types-text-single h3 {

  text-align: center;

  margin-left: auto;

  margin-right: auto;

  max-width: 600px;

  width: 100%;

}

.so-types .so-content .so-types-blocks {

  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: start;

  -moz-align-items: start;

  align-items: start;

  gap: 0 85px;

  padding: 0 30px;

}

.so-types .so-content .so-types-blocks-el {

  max-width: 525px;

  width: 100%;

  height: 410px;

  position: relative;

}

.so-types .so-content .so-types-blocks-el:before {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  content: "";

  z-index: 2;

  background-color: rgba(0, 0, 0, 0.4);

  border-radius: 15px;

}

.so-types .so-content .so-types-blocks-el img {

  border-radius: 15px;

  width: 100%;

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

}

.so-types .so-content .so-types-blocks-el h3 {

  width: 100%;

  padding: 0 25px;

  color: #fff;

  z-index: 3;

  text-align: center;

  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



.so-benefits .so-content {

  padding-top: 120px;

}

.so-benefits .so-content .so-benefits-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: start;

  -moz-align-items: start;

  align-items: start;

  gap: 0 30px;

}

.so-benefits .so-content .so-benefits-main .so-benefits-text {

  max-width: 570px;

  width: 100%;

}

.so-benefits .so-content .so-benefits-main .so-benefits-text h4 {

  padding-bottom: 40px;

}

.so-benefits .so-content .so-benefits-main .so-benefits-list {

  max-width: 470px;

  width: 100%;

}

.so-benefits .so-content .so-benefits-main .so-benefits-list h4 {

  padding-bottom: 35px;

}

.so-benefits .so-content .so-benefits-main .so-benefits-list ul li {

  font-family: "Cairo", sans-serif;

  color: #0C0B1A;

  font-weight: 700;

}

.so-benefits .so-content .so-benefits-main .so-benefits-list ul li a {

  font-family: "Cairo", sans-serif;

  color: #0C0B1A;

  font-weight: 700;

}

.so-benefits .so-content .so-benefits-main .so-benefits-list ul li a:hover {

  color: #F26B00;

}

.so-benefits .so-content .so-benefits-main .so-benefits-list ul li:not(:last-of-type) {

  padding-bottom: 15px;

}

.so-benefits .so-content .so-benefits-main .so-benefits-list ul li img {

  position: relative;

  bottom: 3px;

  display: inline-block;

  margin-right: 10px;

}

.so-benefits .so-content .so-benefits-details {

  padding-top: 90px;

}

.so-benefits .so-content .so-benefits-details .so-col {

  margin-left: auto;

  margin-right: auto;

  text-align: center;

  max-width: 600px;

  width: 100%;

}

.so-benefits .so-content .so-benefits-details h4 {

  padding-bottom: 35px;

}

.so-benefits .so-content .so-benefits-details ul li {

  display: inline-block;

  padding-left: 14px;

  position: relative;

}

.so-benefits .so-content .so-benefits-details ul li:before {

  content: "";

  background-color: #F26B00;

  width: 6px;

  height: 6px;

  border-radius: 50%;

  display: block;

  position: absolute;

  left: 0;

  top: 12px;

}

.so-benefits .so-content .so-benefits-details ul li.so-active a {

  font-weight: 600;

  color: #F26B00;

  font-size: 19px;

}



.so-cards .so-content {

  padding-top: 60px;

}



.so-news .so-content:first-of-type {

  padding-top: 110px;

}

.so-news .so-content:last-of-type {

  padding-top: 60px;

}



.so-cards-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: start;

  -moz-align-items: start;

  align-items: start;

  gap: 0 30px;

}

.so-cards-row:not(:last-of-type) {

  padding-bottom: 40px;

}

.so-cards-row .so-cards-el {

  max-width: 370px;

  width: 100%;

  padding: 32px 27px 50px 27px;

  border-radius: 15px;

  border: 1px solid #EDEDED;

}

.so-cards-row .so-cards-el img {

  border-radius: 15px;

}

.so-cards-row .so-cards-el h5 {

  padding-top: 35px;

  padding-bottom: 15px;

}

.so-cards-row .so-cards-el p {

  padding-bottom: 30px;

  font-size: 16px;

  line-height: 1.5;

}

.so-cards-row .so-cards-el a {

  color: #F26B00;

  font-size: 16px;

  line-height: 1;

  font-family: "Cairo", sans-serif;

  font-weight: 700;

  position: relative;

}

.so-cards-row .so-cards-el a:before {

  content: "";

  position: absolute;

  bottom: 6px;

  background-color: #F26B00;

  height: 1px;

  left: 0;

  width: 100%;

  -webkit-transform: scaleX(1);

  -moz-transform: scaleX(1);

  -o-transform: scaleX(1);

  transform: scaleX(1);

  transform-origin: left;

  -webkit-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.so-cards-row .so-cards-el a:hover:before {

  transform-origin: right;

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);

}



.so-cards-filters-control {

  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;

  gap: 0 40px;

}

.so-cards-filters-control li a {

  -webkit-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  font-size: 20px;

  line-height: 2;

  font-family: "Cairo", sans-serif;

  font-weight: 700;

  color: #0C0B1A;

}

.so-cards-filters-control li a.so-active {

  color: #F26B00;

}

.so-cards-filters-control li a:hover {

  color: #F26B00;

}



.so-news-additional .so-content {

  padding-top: 125px;

  padding-bottom: 150px;

}

.so-news-additional .so-content .so-title h5 {

  padding-bottom: 60px;

  text-align: center;

}

.so-news-additional .so-content .so-elements {

  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: start;

  -moz-align-items: start;

  align-items: start;

  gap: 55px;

}

.so-news-additional .so-content .so-elements .so-col {

  max-width: 315px;

  width: 100%;

}

.so-news-additional .so-content .so-elements .so-col img {

  border-radius: 15px;

}

.so-news-additional .so-content .so-elements .so-col h5 {

  padding-top: 35px;

}

.so-news-additional .so-content .so-share {

  padding-top: 100px;

  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: start;

  -moz-align-items: start;

  align-items: start;

}

.so-news-additional .so-content .so-share h5 {

  padding-right: 15px;

}

.so-news-additional .so-content .so-share .so-share-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;

  gap: 0 10px;

}

.so-news-additional .so-content .so-share .so-share-list li a {

  -webkit-transition: opacity 0.3s ease;

  -o-transition: opacity 0.3s ease;

  transition: opacity 0.3s ease;

}

.so-news-additional .so-content .so-share .so-share-list li a:hover {

  opacity: 0.7;

}



.so-testimonials.so-testimonials-single-course {

  padding-bottom: 160px;

}

.so-testimonials .so-content {

  padding-top: 165px;

  padding-bottom: 160px;

  overflow: hidden;

}

.so-testimonials .so-content .so-row {

  position: relative;

}

.so-testimonials .so-content .so-row .so-testimonials-animate-line {

  position: absolute;

  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-testimonials .so-content .so-row .so-testimonials-animate-line img:first-of-type {

  position: relative;

  left: 15px;

}

.so-testimonials .so-content .so-row .so-testimonials-animate-line img:last-of-type {

  position: relative;

  right: 15px;

}

.so-testimonials .so-content .so-row .so-testimonials-animate-line:first-of-type {

  top: 15%;

  -webkit-transform: rotate(-3.5deg);

  -moz-transform: rotate(-3.5deg);

  -o-transform: rotate(-3.5deg);

  transform: rotate(-3.5deg);

}

.so-testimonials .so-content .so-row .so-testimonials-animate-line:nth-of-type(2) {

  top: 70%;

  -webkit-transform: rotate(3.5deg);

  -moz-transform: rotate(3.5deg);

  -o-transform: rotate(3.5deg);

  transform: rotate(3.5deg);

}

.so-testimonials .so-content .so-row h2 {

  text-align: center;

  padding-bottom: 95px;

}

.so-testimonials .so-content .so-row .so-swiper {

  padding-right: 20px;

}

.so-testimonials .so-content .so-row .so-swiper .swiper-wrapper .swiper-slide .plyr__video-wrapper {

  position: relative;

  height: 576px;

  width: 324px;

}

.so-testimonials .so-content .so-row .so-swiper .swiper-wrapper .swiper-slide .plyr__video-wrapper:before {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  content: "";

  background-color: rgba(0, 0, 0, 0.4);

}

.so-testimonials .so-content .so-row .so-swiper .swiper-wrapper .swiper-slide video {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.so-testimonials .so-content .so-row .so-swiper .swiper-wrapper .swiper-slide h5 {

  padding: 20px 0 5px 0;

}

.so-testimonials .so-content .so-row .so-swiper .swiper-wrapper .swiper-slide a {

  font-size: 16px;

  line-height: 1;

  color: #000000;

  font-family: "Cairo", sans-serif;

  font-weight: 700;

  position: relative;

}

.so-testimonials .so-content .so-row .so-swiper .swiper-wrapper .swiper-slide a:before {

  content: "";

  position: absolute;

  bottom: 6px;

  background-color: #000;

  height: 1px;

  left: 0;

  width: 100%;

  -webkit-transform: scaleX(1);

  -moz-transform: scaleX(1);

  -o-transform: scaleX(1);

  transform: scaleX(1);

  transform-origin: left;

  -webkit-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.so-testimonials .so-content .so-row .so-swiper .swiper-wrapper .swiper-slide a:hover:before {

  -webkit-transform: scaleX(0);

  -moz-transform: scaleX(0);

  -o-transform: scaleX(0);

  transform: scaleX(0);

  transform-origin: right;

}

.so-testimonials .so-content .so-row .so-swiper-button-next-custom {

  width: 45px;

  height: 45px;

  border-radius: 7px;

  background-color: #F26B00;

  background-image: url("../img/arrow-right-white.svg");

  background-repeat: no-repeat;

  background-position: center center;

  position: absolute;

  right: -50px;

  top: 41%;

  cursor: pointer;

  -webkit-transition: opacity 0.3s ease;

  -o-transition: opacity 0.3s ease;

  transition: opacity 0.3s ease;

}

.so-testimonials .so-content .so-row .so-swiper-button-next-custom:hover {

  opacity: 0.7;

}

.so-testimonials .so-content .so-row .so-testimonials-img-exempt-top {

  pointer-events: none;

  position: absolute;

  z-index: 2;

  right: 200px;

  top: -50px;

}

.so-testimonials .so-content .so-row .so-testimonials-img-exempt-middle {

  pointer-events: none;

  position: absolute;

  z-index: 2;

  left: -55px;

  top: 0;

}

.so-testimonials .so-content .so-row .so-testimonials-img-exempt-bottom {

  pointer-events: none;

  position: absolute;

  z-index: 2;

  left: 54%;

  bottom: -133px;

}



.so-img-blur-kit {

  z-index: 1;

  position: relative;

}

.so-img-blur-kit .so-img-blur-kit-mask {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: -1;

  filter: blur(15px) saturate(2);

  -webkit-transition: filter 1.5s ease;

  -o-transition: filter 1.5s ease;

  transition: filter 1.5s ease;

}

.so-img-blur-kit .so-img-blur-kit-mask.so-easier {

  filter: blur(8px) saturate(2.5);

}

.so-img-blur-kit .so-img-blur-kit-authentic {

  position: relative;

  z-index: 1;

}

.so-img-blur-kit:hover .so-img-blur-kit-mask {

  filter: blur(7px) saturate(5);

}



.so-zoom-image {

  overflow: hidden;

}

.so-zoom-image .so-zoom-image-patient {

  -webkit-transition: transform 1.5s ease;

  -o-transition: transform 1.5s ease;

  transition: transform 1.5s ease;

}

.so-zoom-image:hover .so-zoom-image-patient {

  -webkit-transform: scale(1.03);

  -moz-transform: scale(1.03);

  -o-transform: scale(1.03);

  transform: scale(1.03);

}



.so-double-image {

  position: relative;

}

.so-double-image .so-double-image-original {

  position: relative;

  z-index: 1;

  -webkit-transition: all 1s ease;

  -o-transition: all 1s ease;

  transition: all 1s ease;

}

.so-double-image .so-double-image-secondary {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

}

.so-double-image:hover .so-double-image-original {

  -webkit-transform: translateY(-100%);

  -moz-transform: translateY(-100%);

  -o-transform: translateY(-100%);

  transform: translateY(-100%);

}



@media screen and (max-width: 1200px) {

  .so-gallery .so-content .so-photos {

    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-cards-filters-control {

    gap: 0 25px;

  }



  .so-cards-filters-control li a {

    font-size: 18px;

  }



  .so-cards-row {

    gap: 0 20px;

  }



  .so-silver-dark-line {

    max-width: calc(100% - 40px);

  }

}

@media screen and (max-width: 992px) {

  .so-faq-contact .so-content .so-row {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }



  .so-faq-contact .so-content .so-row .so-col {

    width: 100%;

  }



  .so-testimonials .so-content .so-row .so-swiper {

    padding-right: 0;

  }



  .so-faq-contact .so-content .so-row .so-col.so-faq {

    padding-bottom: 80px;

  }



  .so-faq-contact .so-content .so-row .so-contact-form {

    padding: 40px;

  }



  .so-cards-filters-control {

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

  }

}

@media screen and (max-width: 600px) {

  .so-gallery .so-content .so-row.so-title {

    -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-bottom: 60px;

  }



  .so-testimonials .so-content .so-row h2 {

    padding-bottom: 60px;

  }



  .so-gallery .so-content .so-row.so-title h3 {

    padding-bottom: 30px;

  }



  .so-testimonials .so-content {

    padding-top: 140px;

  }



  .so-testimonials .so-content .so-row h2 {

    padding-bottom: 30px;

  }



  .so-testimonials-img-exempt-top, .so-testimonials-img-exempt-middle, .so-testimonials-img-exempt-bottom {

    display: none;

  }



  .so-faq-contact .so-content {

    padding-top: 60px;

  }



  .so-faq-contact .so-content .so-row .so-faq-title h3 {

    padding-bottom: 30px;

  }



  .so-faq-contact .so-content .so-row .so-faq-title p {

    padding-bottom: 40px;

  }



  .so-faq-contact .so-content .so-row .so-contact-form {

    padding: 30px 20px;

  }



  .so-faq-contact .so-content .so-row .so-col.so-faq {

    padding-bottom: 40px;

  }



  .so-gallery .so-content {

    padding-top: 60px;

  }



  .so-gallery .so-content .so-row.so-title {

    padding-bottom: 40px;

  }



  .so-gallery .so-content .so-photos-el {

    width: 100%;

  }



  .so-types .so-content {

    padding-top: 80px;

  }



  .so-types .so-content .so-types-text-multiple {

    -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;

    text-align: center;

    padding-bottom: 40px;

  }



  .so-types .so-content .so-types-text-multiple h3 {

    padding-bottom: 30px;

  }



  .so-types .so-content .so-types-blocks {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    padding: 0 20px;

  }



  .so-types .so-content .so-types-blocks-el {

    height: 300px;

  }

  .so-types .so-content .so-types-blocks-el:first-of-type {

    margin-bottom: 30px;

  }



  .so-types .so-content .so-types-blocks-el img {

    object-fit: cover;

  }



  .so-types .so-content:not(:first-of-type) {

    padding-top: 140px;

  }



  .so-types {

    padding-bottom: 140px;

  }



  .so-types .so-content .so-types-text-single {

    padding-bottom: 40px;

  }



  .so-benefits .so-content {

    padding-top: 80px;

  }



  .so-benefits .so-content .so-benefits-main {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }



  .so-benefits .so-content .so-benefits-main .so-benefits-text h4 {

    padding-bottom: 30px;

  }



  .so-benefits .so-content .so-benefits-main .so-benefits-text {

    padding-bottom: 60px;

  }



  .so-benefits .so-content .so-benefits-main .so-benefits-list h4 {

    padding-bottom: 30px;

  }



  .so-cards-row {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }

  .so-cards-row .so-cards-el {

    margin-bottom: 20px;

    padding: 28px 20px 35px 20px;

  }



  .so-cards-row .so-cards-el h5 {

    padding-top: 25px;

    padding-bottom: 10px;

  }



  .so-cards-row .so-cards-el p {

    padding-bottom: 20px;

  }



  .so-cards-row .so-cards-el {

    max-width: unset;

  }



  .so-benefits .so-content .so-benefits-details {

    padding-bottom: 60px;

  }

  .so-benefits .so-content .so-benefits-details h4 {

    text-align: left;

    padding-bottom: 30px;

  }



  .so-benefits .so-content .so-benefits-details ul li {

    text-align: left;

  }

  .so-benefits .so-content .so-benefits-details ul li:not(:last-of-type) {

    margin-bottom: 10px;

  }



  .so-testimonials.so-testimonials-single-course {

    padding-bottom: 140px;

  }



  .so-news .so-content:first-of-type {

    padding-top: 80px;

  }



  .so-news .so-content:last-of-type {

    padding-top: 40px;

  }



  .so-cards-row:not(:last-of-type) {

    padding-bottom: 0px;

  }



  .so-news-additional .so-content {

    padding-top: 80px;

    padding-bottom: 120px;

  }



  .so-news-additional .so-content .so-title h5 {

    padding-bottom: 40px;

  }



  .so-news-additional .so-content .so-elements {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    gap: 40px 0;

  }



  .so-news-additional .so-content .so-elements .so-col {

    max-width: unset;

  }



  .so-news-additional .so-content .so-elements .so-col h5 {

    padding-top: 20px;

  }



  .so-benefits .so-content .so-benefits-details ul li.so-active a {

    font-size: 17px;

  }



  .so-benefits .so-content .so-benefits-details ul li {

    display: block;

  }



  .so-news-additional .so-content .so-share {

    -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;

  }

  .so-news-additional .so-content .so-share h5 {

    padding-bottom: 20px;

    padding-right: 0;

  }



  .so-other-intro {

    background-position: center center;

  }

}

.so-header {

  background: transparent;

  position: absolute;

  z-index: 1;

  width: 100%;

  padding: 31px 0 30px 0;

}

.so-header .so-content {

  overflow: unset;

}

@media screen and (max-width: 992px) {

  .so-header {

    position: fixed;

    z-index: 10;

    background-color: #111111;

  }

}

.so-header 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-header nav .so-header-logo-link {

  display: block;

}

.so-header nav .so-header-nav-list {

  margin: 0 0 0 auto;

  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-right: 40px;

}

.so-header nav .so-header-nav-list li:not(:last-of-type) {

  margin-right: 40px;

}

.so-header nav .so-header-nav-list li a {

  font-size: 16px;

  line-height: 1;

  color: #CBCBCB;

  position: relative;

  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.so-header nav .so-header-nav-list li a:before {

  content: "";

  position: absolute;

  bottom: -2px;

  background-color: #F26B00;

  height: 1px;

  left: 0;

  width: 100%;

  -webkit-transform: scaleX(0);

  -moz-transform: scaleX(0);

  -o-transform: scaleX(0);

  -ms-transform: scaleX(0);

  transform: scaleX(0);

  transform-origin: right;

  -webkit-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.so-header nav .so-header-nav-list li a:hover {

  color: #fff;

}

.so-header nav .so-header-nav-list li a:hover:before {

  transform-origin: left;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}

.so-header nav .so-header-nav-list li a.so-active {

  color: #fff;

}

.so-header nav .so-header-nav-list li a.so-active:before {

  transform-origin: left;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

  background-color: #F26B00;

}



.so-menu-icon {

  display: none;

  z-index: 16;

  width: 48px;

  height: 40px;

  position: relative;

}

@media screen and (max-width: 992px) {

  .so-menu-icon {

    display: block;

  }

}

.so-menu-icon .so-icon-owerlay {

  transition: transform 0.8s ease-in;

  position: absolute;

  top: 4px;

  right: 20px;

  z-index: 15;

  width: 2em;

  height: 2em;

  background-color: #fff;

  max-width: 100vw;

  max-height: 100vh;

  overflow: hidden;

  border-radius: 100%;

  transform: scale(1);

  will-change: transform;

}

.so-menu-icon i {

  -webkit-transition: all 0.6s ease;

  -o-transition: all 0.6s ease;

  transition: all 0.6s ease;

  transition-delay: 0.3s;

  position: absolute;

  left: 50%;

  z-index: 17;

  display: block;

  width: 100%;

  height: 2px;

  background-color: #CBCBCB;

}

.so-menu-icon i:nth-of-type(1) {

  top: 16px;

  -webkit-transform: translate(-50%, 0);

  -moz-transform: translate(-50%, 0);

  -o-transform: translate(-50%, 0);

  transform: translate(-50%, 0);

}

.so-menu-icon i:nth-of-type(2) {

  width: 0%;

  top: 50%;

  -webkit-transform: translate(-50%, -0.5px);

  -moz-transform: translate(-50%, -0.5px);

  -o-transform: translate(-50%, -0.5px);

  transform: translate(-50%, -0.5px);

}

.so-menu-icon i:nth-of-type(3) {

  bottom: 16px;

  -webkit-transform: translate(-50%, 0.5px);

  -moz-transform: translate(-50%, 0.5px);

  -o-transform: translate(-50%, 0.5px);

  transform: translate(-50%, 0.5px);

}

.so-menu-icon .so-icon-overlay {

  -webkit-transition: transform 0.8s ease-in;

  -o-transition: transform 0.8s ease-in;

  transition: transform 0.8s ease-in;

  position: absolute;

  top: 4px;

  right: 20px;

  z-index: 15;

  width: 2em;

  height: 2em;

  background-color: #111111;

  max-width: 100vw;

  max-height: 100vh;

  overflow: hidden;

  border-radius: 100%;

  transform: scale(1);

}

.so-menu-icon.so-active .so-icon-overlay {

  -webkit-transform: scale(100);

  -moz-transform: scale(100);

  -o-transform: scale(100);

  transform: scale(100);

}

.so-menu-icon.so-active i:nth-of-type(1) {

  width: 0%;

}

.so-menu-icon.so-active i:nth-of-type(2) {

  width: 100%;

}

.so-menu-icon.so-active i:nth-of-type(3) {

  width: 0%;

}



.so-header-mob_slide {

  display: none;

  position: fixed;

  bottom: 0;

  left: 0;

  max-height: 70vh;

  height: 100%;

  width: 100%;

  padding-left: 20px;

  z-index: -1;

  left: 1999px;

  pointer-events: none;

}

@media screen and (max-width: 992px) {

  .so-header-mob_slide {

    display: block;

  }

}

.so-header-mob_slide li {

  display: block;

  overflow: hidden;

}

.so-header-mob_slide li:nth-of-type(1) a {

  transition-delay: 0.55s;

}

.so-header-mob_slide li:nth-of-type(2) a {

  transition-delay: 0.5s;

}

.so-header-mob_slide li:nth-of-type(3) a {

  transition-delay: 0.45s;

}

.so-header-mob_slide li:nth-of-type(4) a {

  transition-delay: 0.4s;

}

.so-header-mob_slide li:nth-of-type(5) a {

  transition-delay: 0.35s;

}

.so-header-mob_slide li:nth-of-type(6) a {

  transition-delay: 0.3s;

}

.so-header-mob_slide li:nth-of-type(7) a {

  transition-delay: 0.25s;

}

.so-header-mob_slide li:nth-of-type(8) a {

  transition-delay: 0.2s;

}

.so-header-mob_slide li:nth-of-type(9) a {

  transition-delay: 0.15s;

}

.so-header-mob_slide li:nth-of-type(10) a {

  transition-delay: 0.1s;

}

.so-header-mob_slide li.current-menu-item {

  -webkit-transform: scaleX(1);

  -moz-transform: scaleX(1);

  -o-transform: scaleX(1);

  transform: scaleX(1);

  transform-origin: left;

}

.so-header-mob_slide a {

  display: inline-block;

  font-size: 30px;

  line-height: 1.4;

  color: #CBCBCB;

  position: relative;

  z-index: 20;

  padding-bottom: 5px;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  -webkit-transform: translateY(100%) scale(0.9);

  -moz-transform: translateY(100%) scale(0.9);

  -o-transform: translateY(100%) scale(0.9);

  transform: translateY(100%) scale(0.9);

  opacity: 0;

}

.so-header-mob_slide a:before {

  content: "";

  position: absolute;

  bottom: 5px;

  background-color: #F26B00;

  height: 2px;

  left: 0;

  width: 100%;

  -webkit-transform: scaleX(0);

  -moz-transform: scaleX(0);

  -o-transform: scaleX(0);

  transform: scaleX(0);

  transform-origin: right;

  -webkit-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.so-header-mob_slide a.so-active {

  color: #fff;

}

.so-header-mob_slide a.so-active:before {

  -webkit-transform: scaleX(1);

  -moz-transform: scaleX(1);

  -o-transform: scaleX(1);

  transform: scaleX(1);

  transform-origin: left;

}

.so-header-mob_slide.so-active li:nth-of-type(1) a {

  transition-delay: 0.2s;

}

.so-header-mob_slide.so-active li:nth-of-type(2) a {

  transition-delay: 0.25s;

}

.so-header-mob_slide.so-active li:nth-of-type(3) a {

  transition-delay: 0.3s;

}

.so-header-mob_slide.so-active li:nth-of-type(4) a {

  transition-delay: 0.35s;

}

.so-header-mob_slide.so-active li:nth-of-type(5) a {

  transition-delay: 0.4s;

}

.so-header-mob_slide.so-active li:nth-of-type(6) a {

  transition-delay: 0.45s;

}

.so-header-mob_slide.so-active li:nth-of-type(7) a {

  transition-delay: 0.5s;

}

.so-header-mob_slide.so-active li:nth-of-type(8) a {

  transition-delay: 0.55s;

}

.so-header-mob_slide.so-active li:nth-of-type(9) a {

  transition-delay: 0.6s;

}

.so-header-mob_slide.so-active li:nth-of-type(10) a {

  transition-delay: 0.65s;

}

.so-header-mob_slide.so-active a {

  opacity: 1;

  -webkit-transform: translateY(0) scale(1);

  -moz-transform: translateY(0) scale(1);

  -o-transform: translateY(0) scale(1);

  transform: translateY(0) scale(1);

}

.so-header-mob_slide.so-active .so-header-mob-bottom a {

  opacity: 1;

  -webkit-transform: translateY(0) scale(1);

  -moz-transform: translateY(0) scale(1);

  -o-transform: translateY(0) scale(1);

  transform: translateY(0) scale(1);

  transition-delay: 0.7s;

}

.so-header-mob_slide .so-header-mob-bottom {

  position: absolute;

  left: 20px;

  bottom: 30px;

  overflow: hidden;

}

.so-header-mob_slide .so-header-mob-bottom a {

  display: inline-block;

  font-size: 30px;

  line-height: 1.4;

  color: #CBCBCB;

  position: relative;

  z-index: 20;

  padding-bottom: 5px;

  -webkit-transition: all 0.5s ease-out;

  -o-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  -webkit-transform: translateY(100%) scale(0.9);

  -moz-transform: translateY(100%) scale(0.9);

  -o-transform: translateY(100%) scale(0.9);

  transform: translateY(100%) scale(0.9);

  opacity: 0;

  transition-delay: 0.15s;

}

.so-header-mob_slide .so-header-mob-bottom a:before {

  content: "";

  position: absolute;

  bottom: 5px;

  background-color: #F26B00;

  height: 2px;

  left: 0;

  width: 100%;

  -webkit-transform: scaleX(0);

  -moz-transform: scaleX(0);

  -o-transform: scaleX(0);

  transform: scaleX(0);

  transform-origin: right;

  -webkit-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}



@media screen and (max-width: 1200px) {

  .so-header nav .so-header-nav-list li:not(:last-of-type) {

    margin-right: 25px;

  }



  .so-header nav .so-header-nav-list {

    padding-right: 25px;

  }

}

@media screen and (max-width: 992px) {

  .so-header nav .so-header-nav-list {

    display: none;

  }



  .so-header-nav-button.so-btn-2 {

    display: none;

  }



  .so-header-logo-link {

    position: relative;

    z-index: 17;

  }

  .so-header-logo-link img {

    height: 60px;

  }



  .so-header {

    padding: 15px 0 10px 0;

  }

}

footer .so-content {

  padding-top: 88px;

  background-color: #111111;

}

footer .so-content .so-row:first-of-type {

  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: start;

  -moz-align-items: start;

  align-items: start;

  padding-bottom: 90px;

}

footer .so-content .so-row:first-of-type .so-col:first-of-type {

  max-width: 370px;

  margin-right: 25px;

}

footer .so-content .so-row:first-of-type .so-col:nth-of-type(2) {

  max-width: 270px;

  margin-right: 25px;

}

footer .so-content .so-row:first-of-type .so-col:last-of-type {

  max-width: 270px;

}

footer .so-content .so-row:first-of-type .so-col h5 {

  color: #CBCBCB;

  padding-bottom: 30px;

}

footer .so-content .so-row:first-of-type .so-col p {

  color: #CBCBCB;

  font-size: 14px;

  line-height: 1.6;

}

footer .so-content .so-row:first-of-type .so-col ul.so-footer-col-courses li {

  font-size: 16px;

  line-height: 1.5;

  padding-left: 14px;

  position: relative;

}

footer .so-content .so-row:first-of-type .so-col ul.so-footer-col-courses li:not(:last-of-type) {

  margin-bottom: 15px;

}

footer .so-content .so-row:first-of-type .so-col ul.so-footer-col-courses li a {

  color: #CBCBCB;

  font-size: 16px;

  line-height: 1.5;

}

footer .so-content .so-row:first-of-type .so-col ul.so-footer-col-courses li:before {

  content: "";

  background-color: #F26B00;

  width: 6px;

  height: 6px;

  border-radius: 50%;

  display: block;

  position: absolute;

  left: 0;

  top: 10px;

}

footer .so-content .so-row:first-of-type .so-col ul.so-footer-col-contact {

  padding-bottom: 35px;

}

footer .so-content .so-row:first-of-type .so-col ul.so-footer-col-contact li {

  font-size: 16px;

  line-height: 1.5;

}

footer .so-content .so-row:first-of-type .so-col ul.so-footer-col-contact li:not(:last-of-type) {

  margin-bottom: 15px;

}

footer .so-content .so-row:first-of-type .so-col ul.so-footer-col-contact li a {

  color: #CBCBCB;

  font-size: 16px;

  line-height: 1.5;

}

footer .so-content .so-row:first-of-type .so-col ul.so-footer-col-social {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  -webkit-justify-content: start;

  -moz-justify-content: start;

  justify-content: start;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  -moz-align-items: center;

  align-items: center;

  gap: 0 10px;

}

footer .so-content .so-row:first-of-type .so-col ul.so-footer-col-social li a {

  -webkit-transition: opacity 0.3s ease;

  -o-transition: opacity 0.3s ease;

  transition: opacity 0.3s ease;

}

footer .so-content .so-row:first-of-type .so-col ul.so-footer-col-social li a:hover {

  opacity: 0.7;

}

footer .so-content .so-row:last-of-type {

  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: start;

  -moz-align-items: start;

  align-items: start;

}

footer .so-content .so-row:last-of-type .so-col {

  padding: 9px 0;

}

footer .so-content .so-row:last-of-type .so-col span {

  color: #CBCBCB;

  font-size: 12px;

  line-height: 1.6;

}

footer .so-content .so-row:last-of-type .so-col a {

  color: #CBCBCB;

  font-size: 12px;

  line-height: 1.6;

}

footer .so-content .so-row:last-of-type .so-col a:first-of-type {

  margin-right: 15px;

}



a.so-footer-link {

  position: relative;

}

a.so-footer-link:before {

  content: "";

  position: absolute;

  bottom: -2px;

  background-color: #F26B00;

  height: 1px;

  left: 0;

  width: 100%;

  -webkit-transform: scaleX(0);

  -moz-transform: scaleX(0);

  -o-transform: scaleX(0);

  -ms-transform: scaleX(0);

  transform: scaleX(0);

  transform-origin: right;

  -webkit-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}



a.so-footer-link:hover:before {

  transform-origin: left;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}



@media screen and (max-width: 992px) {

  footer .so-content .so-row:first-of-type {

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

  }

}

@media screen and (max-width: 600px) {

  footer .so-content {

    padding-top: 60px;

  }



  footer .so-content .so-row:first-of-type .so-col:first-of-type {

    margin-right: 0px;

    margin-bottom: 60px;

    max-width: unset;

  }



  footer .so-content .so-row:first-of-type .so-col:nth-of-type(2) {

    margin-right: 0px;

    margin-bottom: 60px;

    max-width: unset;

  }



  footer .so-content .so-row:first-of-type .so-col:last-of-type {

    max-width: unset;

  }



  footer .so-content .so-row:first-of-type {

    padding-bottom: 60px;

  }



  footer .so-content .so-row: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;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    padding: 20px 0;

  }



  footer .so-content .so-row:last-of-type .so-col {

    max-width: 250px;

  }



  footer .so-content .so-row:first-of-type .so-col h5 {

    padding-bottom: 20px;

  }

}

.so-home-intro {

  min-height: 100vh;

  background-size: cover;

  background-position: center center;

  position: relative;

  padding-top: 70px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  -webkit-justify-content: start;

  -moz-justify-content: start;

  justify-content: start;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  -moz-align-items: center;

  align-items: center;

}

.so-home-intro:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.4);

}

.so-home-intro .so-content {

  z-index: 2;

  position: relative;

  width: 100%;

}

.so-home-intro .so-content h1 {

  max-width: 740px;

  padding-bottom: 40px;

  color: #fff;

}

.so-home-intro .so-content p {

  max-width: 480px;

  padding-bottom: 40px;

  color: #CBCBCB;

}



.so-build-growth {

  background-color: #fff;

}

.so-build-growth .so-content {

  overflow: hidden;

  padding-top: 148px;

  padding-bottom: 40px;

}

.so-build-growth .so-content .so-text {

  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-build-growth .so-content .so-text h3 {

  max-width: 600px;

}

.so-build-growth .so-content .so-text p {

  max-width: 440px;

}

.so-build-growth .so-content .so-build {

  padding-top: 130px;

  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;

  gap: 0 38px;

  position: relative;

}

.so-build-growth .so-content .so-build-img-exempt {

  pointer-events: none;

  position: absolute;

  z-index: 0;

  right: -115px;

  bottom: 100px;

  width: 195px;

}

.so-build-growth .so-content .so-build .so-col {

  position: relative;

  z-index: 1;

  max-width: 571px;

  width: 100%;

  padding: 55px 66px 63px 66px;

  position: relative;

  border-radius: 15px;

  overflow: hidden;

}

.so-build-growth .so-content .so-build .so-col:before {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  z-index: 1;

  background-color: rgba(0, 0, 0, 0.4);

}

.so-build-growth .so-content .so-build .so-col img {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  object-fit: cover;

}

.so-build-growth .so-content .so-build .so-col .so-col-text {

  position: relative;

  z-index: 1;

  max-width: 410px;

  padding-bottom: 60px;

  height: 100%;

}

.so-build-growth .so-content .so-build .so-col .so-col-text h3 {

  color: #fff;

  padding-bottom: 24px;

}

.so-build-growth .so-content .so-build .so-col .so-col-text p {

  color: #fff;

  padding-bottom: 40px;

}

.so-build-growth .so-content .so-build .so-col .so-col-text .so-btn-1 {

  position: absolute;

  bottom: 0;

  left: 0;

}

.so-build-growth .so-content .so-growth {

  padding-top: 100px;

  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;

  position: relative;

}

.so-build-growth .so-content .so-growth-img-exempt {

  pointer-events: none;

  position: absolute;

  left: 305px;

  top: 85px;

  width: 236px;

}

.so-build-growth .so-content .so-growth-text {

  padding-top: 30px;

  max-width: 410px;

  width: 100%;

  margin-right: 90px;

}

.so-build-growth .so-content .so-growth-text h3 {

  padding-bottom: 52px;

}

.so-build-growth .so-content .so-growth-text p {

  padding-bottom: 43px;

}

.so-build-growth .so-content .so-growth-img {

  max-width: 670px;

  position: relative;

  z-index: 1;

}

.so-build-growth .so-content .so-growth-img img {

  border-radius: 15px;

  width: 100%;

  height: auto;

}



.so-orientation .so-content {

  padding-bottom: 160px;

}

.so-orientation .so-content .so-orientation-frame {

  position: relative;

  padding-top: 90px;

  padding-bottom: 45px;

  background-image: url("../img/big_frame_black.png");

  background-size: contain;

  background-repeat: no-repeat;

  max-width: 1200px;

  width: 100%;

  display: block;

  margin: auto;

  box-sizing: border-box;

}

.so-orientation .so-content .so-orientation-frame .so-row {

  text-align: center;

}

.so-orientation .so-content .so-orientation-frame .so-row.so-cards {

  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: 120px;

}

.so-orientation .so-content .so-orientation-frame .so-row.so-cards .so-col .so-col-el {

  cursor: pointer;

  background-color: #ffffff;

  border-radius: 10px;

  width: 248px;

  padding: 5px 5px 20px 5px;

  border: 3px solid #000000;

}

.so-orientation .so-content .so-orientation-frame .so-row.so-cards .so-col .so-col-el-img {

  overflow: hidden;

  border-radius: 10px;

  margin-bottom: 16px;

}

.so-orientation .so-content .so-orientation-frame .so-row.so-cards .so-col .so-col-el-img img {

  border-radius: 10px;

  height: 194px;

  width: 100%;

}

.so-orientation .so-content .so-orientation-frame .so-row.so-cards .so-col .so-col-el h6 {

  font-family: "Open Sans", sans-serif;

  font-size: 16px;

  line-height: 1.2;

  font-weight: 600;

  max-width: 183px;

  margin: 0 auto;

  color: #000000;

}

.so-orientation .so-content .so-orientation-frame .so-row.so-cards .so-col:first-of-type .so-col-el {

  -webkit-transform: rotate(-11.5deg) translateY(50px);

  -moz-transform: rotate(-11.5deg) translateY(50px);

  -o-transform: rotate(-11.5deg) translateY(50px);

  transform: rotate(-11.5deg) translateY(50px);

}

.so-orientation .so-content .so-orientation-frame .so-row.so-cards .so-col:nth-of-type(2) .so-col-el {

  -webkit-transform: rotate(3.26deg);

  -moz-transform: rotate(3.26deg);

  -o-transform: rotate(3.26deg);

  transform: rotate(3.26deg);

}

.so-orientation .so-content .so-orientation-frame .so-row.so-cards .so-col:last-of-type .so-col-el {

  -webkit-transform: rotate(-2.75deg) translateY(50px) translateX(-13px);

  -moz-transform: rotate(-2.75deg) translateY(50px) translateX(-13px);

  -o-transform: rotate(-2.75deg) translateY(50px) translateX(-13px);

  transform: rotate(-2.75deg) translateY(50px) translateX(-13px);

}

.so-orientation .so-content .so-orientation-frame .so-row h4 {

  padding-bottom: 7px;

  color: #000000;

}

.so-orientation .so-content .so-orientation-frame .so-row h2 {

  padding-bottom: 20px;

  color: #000000;

}

.so-orientation .so-content .so-orientation-frame .so-row p {

  padding-bottom: 40px;

  max-width: 480px;

  margin: 0 auto;

  color: #000000;

}



@media screen and (max-width: 1200px) {

  .so-orientation .so-content .so-orientation-frame .so-row.so-cards {

    padding-bottom: 80px;

  }

}

@media screen and (max-width: 992px) {

  .so-orientation .so-content .so-orientation-frame {

    background-image: unset;

  }



  .so-build-growth .so-content .so-build .so-col {

    padding: 40px 30px 46px 30px;

  }



  .so-testimonials .so-content .so-row .so-swiper .swiper-wrapper .swiper-slide .plyr__video-wrapper {

    width: 100%;

  }



  .so-testimonials .plyr--video {

    margin: auto auto;

  }



  .so-build-growth .so-content .so-text {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }



  .so-build-growth .so-content .so-text h3 {

    padding-bottom: 30px;

    text-align: center;

  }



  .so-build-growth .so-content .so-text p {

    text-align: center;

  }



  .so-build-growth .so-content .so-build {

    padding-top: 60px;

  }



  .so-build-growth .so-content .so-growth-text h3 {

    padding-bottom: 30px;

  }



  .so-build-growth .so-content .so-growth-text p {

    padding-bottom: 30px;

  }



  .so-build-growth .so-content .so-growth-text {

    padding-top: 0px;

    margin-right: 30px;

  }

}

@media screen and (max-width: 600px) {

  .so-home-intro {

    height: 100vh;

    min-height: 400px;

  }



  .so-home-intro .so-content h1 {

    padding-bottom: 25px;

  }



  .so-home-intro .so-content p {

    padding-bottom: 30px;

  }



  .so-home-intro {

    padding-top: 0px;

  }



  .so-build-growth .so-content {

    padding-top: 80px;

  }



  .so-build-growth .so-content .so-build {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }



  .so-build-growth .so-content .so-build .so-col:first-of-type {

    margin-bottom: 20px;

  }



  .so-build-growth .so-content .so-build {

    padding-top: 40px;

  }



  .so-build-growth .so-content .so-build .so-col {

    padding: 40px 20px 46px 20px;

  }



  .so-build-growth .so-content .so-build .so-col .so-col-text p {

    padding-bottom: 30px;

  }



  .so-build-growth .so-content .so-growth {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }



  .so-build-growth .so-content .so-growth-text {

    margin-right: 0;

    margin-bottom: 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;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }

  .so-build-growth .so-content .so-growth-text h3 {

    text-align: center;

  }

  .so-build-growth .so-content .so-growth-text p {

    text-align: center;

  }



  .so-build-growth .so-content .so-growth-img-exempt {

    left: 0;

    top: 0;

  }



  .so-orientation .so-content .so-orientation-frame {

    padding-top: 0px;

    padding-bottom: 0px;

  }



  .so-orientation .so-content .so-orientation-frame .so-row.so-cards {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }



  .so-orientation .so-content .so-orientation-frame .so-row.so-cards .so-col:first-of-type .so-col-el {

    -webkit-transform: rotate(-11.5deg) translateY(0px);

    -moz-transform: rotate(-11.5deg) translateY(0px);

    -o-transform: rotate(-11.5deg) translateY(0px);

    transform: rotate(-11.5deg) translateY(0px);

  }



  .so-orientation .so-content .so-orientation-frame .so-row.so-cards .so-col:last-of-type .so-col-el {

    -webkit-transform: rotate(-2.75deg) translateY(0px) translateX(0px);

    -moz-transform: rotate(-2.75deg) translateY(0px) translateX(0px);

    -o-transform: rotate(-2.75deg) translateY(0px) translateX(0px);

    transform: rotate(-2.75deg) translateY(0px) translateX(0px);

  }



  .so-orientation .so-content .so-orientation-frame .so-row.so-cards {

    padding-bottom: 60px;

  }



  .so-orientation .so-content {

    padding-bottom: 140px;

  }

}

.so-single-course-intro {

  height: 75vh;

  min-height: 400px;

  background-size: cover;

  position: relative;

  padding-top: 70px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  -webkit-justify-content: start;

  -moz-justify-content: start;

  justify-content: start;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  -moz-align-items: center;

  align-items: center;

}

.so-single-course-intro:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.4);

}

.so-single-course-intro .so-content {

  z-index: 2;

  position: relative;

  width: 100%;

}

.so-single-course-intro .so-content h1 {

  max-width: 740px;

  padding-bottom: 33px;

  color: #fff;

}

.so-single-course-intro .so-content p {

  max-width: 480px;

  padding-bottom: 33px;

  color: #CBCBCB;

}



.so-single-course-sub-intro {

  background-color: #F26B00;

  border-radius: 0 0 0 100px;

}

.so-single-course-sub-intro .so-content {

  padding: 50px 0 54px 0;

}

.so-single-course-sub-intro .so-content .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-single-course-sub-intro .so-content .so-row .so-col {

  width: 100%;

  padding-top: 5px;

  padding-bottom: 13px;

}

.so-single-course-sub-intro .so-content .so-row .so-col:nth-of-type(1) {

  max-width: 172px;

  padding-right: 60px;

}

.so-single-course-sub-intro .so-content .so-row .so-col:nth-of-type(2) {

  max-width: 250px;

  padding-left: 60px;

  padding-right: 60px;

}

.so-single-course-sub-intro .so-content .so-row .so-col:nth-of-type(3) {

  max-width: 582px;

  padding-left: 60px;

  padding-right: 60px;

}

.so-single-course-sub-intro .so-content .so-row .so-col:nth-of-type(4) {

  max-width: 200px;

  padding-left: 34px;

}

.so-single-course-sub-intro .so-content .so-row .so-col:not(:last-of-type) {

  border-right: 1px solid rgba(255, 255, 255, 0.25);

}

.so-single-course-sub-intro .so-content .so-row .so-col h5 {

  color: #fff;

  font-weight: 800;

  padding-bottom: 15px;

}

.so-single-course-sub-intro .so-content .so-row .so-col p {

  color: #fff;

}



.so-single-course-information .so-content {

  padding-top: 120px;

}

.so-single-course-information .so-content .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-single-course-information .so-content .so-row:nth-child(even) {

  -webkit-box-orient: horizontal;

  -webkit-box-direction: reverse;

  -ms-flex-direction: row-reverse;

  flex-direction: row-reverse;

}

.so-single-course-information .so-content .so-row:not(:last-of-type) {

  padding-bottom: 120px;

}

.so-single-course-information .so-content .so-row .so-text {

  max-width: 409px;

  width: 100%;

}

.so-single-course-information .so-content .so-row .so-text h4 {

  padding-bottom: 30px;

}

.so-single-course-information .so-content .so-row .so-text p {

  padding-bottom: 32px;

}

.so-single-course-information .so-content .so-row .so-img {

  max-width: 670px;

  width: 100%;

}

.so-single-course-information .so-content .so-row .so-img img {

  border-radius: 15px;

}



.so-single-course-roadmap .so-content {

  padding-top: 120px;

}

.so-single-course-roadmap .so-content .so-title h3 {

  text-align: center;

  padding-bottom: 90px;

}

.so-single-course-roadmap .so-content .so-point {

  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: start;

  -moz-align-items: start;

  align-items: start;

  gap: 0 30px;

  position: relative;

}

.so-single-course-roadmap .so-content .so-point-name {

  max-width: 370px;

  width: 100%;

  padding-left: 94px;

}

.so-single-course-roadmap .so-content .so-point-name-line span:first-of-type {

  position: absolute;

  left: 0;

  top: 8px;

  width: 13px;

  height: 13px;

  background-color: #F26B00;

  border-radius: 50%;

}

.so-single-course-roadmap .so-content .so-point-name-line span:last-of-type {

  position: absolute;

  left: 6px;

  top: 30px;

  display: block;

  width: 1px;

  height: calc(100% - 30px);

  background-color: #D9D9D9;

}

.so-single-course-roadmap .so-content .so-point-explanation {

  max-width: 670px;

  width: 100%;

}

.so-single-course-roadmap .so-content .so-point:not(:last-of-type) {

  padding-bottom: 120px;

}

.so-single-course-roadmap .so-content .so-point:last-of-type .so-point-name-line span:last-of-type {

  display: none;

}



@media screen and (max-width: 1200px) {

  .so-single-course-sub-intro .so-content .so-row .so-col:nth-of-type(1) {

    padding-right: 30px;

  }



  .so-single-course-sub-intro .so-content .so-row .so-col:nth-of-type(2) {

    padding-left: 30px;

    padding-right: 30px;

  }



  .so-single-course-sub-intro .so-content .so-row .so-col:nth-of-type(3) {

    padding-left: 30px;

    padding-right: 30px;

  }



  .so-single-course-sub-intro .so-content .so-row .so-col:nth-of-type(4) {

    padding-left: 30px;

  }



  .so-single-course-sub-intro .so-content {

    padding: 30px 0 34px 0;

  }



  .so-single-course-information .so-content .so-row:nth-child(odd) .so-text {

    margin-right: 30px;

  }



  .so-single-course-information .so-content .so-row:nth-child(even) .so-text {

    margin-left: 30px;

  }



  .so-single-course-roadmap .so-content .so-point-name {

    padding-left: 40px;

  }



  .so-single-course-roadmap .so-content .so-point-name-line span:first-of-type {

    left: 20px;

  }



  .so-single-course-roadmap .so-content .so-point-name-line span:last-of-type {

    left: 26px;

  }

}

@media screen and (max-width: 600px) {

  .so-single-course-intro .so-content h1 {

    padding-bottom: 25px;

  }



  .so-single-course-intro .so-content p {

    padding-bottom: 30px;

  }



  .so-single-course-intro {

    background-position: center center;

  }



  .so-single-course-sub-intro .so-content .so-row {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }



  .so-single-course-sub-intro .so-content .so-row .so-col {

    border: none !important;

    padding-left: 0 !important;

  }



  .so-single-course-sub-intro {

    border-radius: 0 0 0 50px;

  }



  .so-single-course-intro {

    padding-bottom: 20px;

  }



  .so-single-course-information .so-content .so-row {

    -webkit-box-orient: vertical;

    -webkit-box-direction: reverse;

    -ms-flex-direction: column-reverse;

    flex-direction: column-reverse;

  }



  .so-single-course-information .so-content .so-row:nth-child(odd) .so-text {

    margin-right: 0;

  }



  .so-single-course-information .so-content .so-row .so-text {

    margin-right: 0;

    margin-bottom: 0px;

    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;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }

  .so-single-course-information .so-content .so-row .so-text h4 {

    text-align: center;

  }

  .so-single-course-information .so-content .so-row .so-text p {

    text-align: center;

    padding-bottom: 30px;

  }



  .so-single-course-information .so-content .so-row .so-img {

    margin-bottom: 40px;

  }



  .so-single-course-information .so-content .so-row:nth-child(even) {

    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;

    -webkit-box-orient: vertical;

    -webkit-box-direction: reverse;

    -ms-flex-direction: column-reverse;

    flex-direction: column-reverse;

  }



  .so-single-course-information .so-content .so-row:nth-child(even) .so-text {

    margin-left: 0;

  }



  .so-single-course-information .so-content .so-row:not(:last-of-type) {

    padding-bottom: 100px;

  }



  .so-single-course-roadmap .so-content .so-title h3 {

    padding-bottom: 60px;

  }



  .so-single-course-roadmap .so-content .so-point {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }



  .so-single-course-roadmap .so-content .so-point-name {

    padding-left: 30px;

    margin-bottom: 20px;

  }



  .so-single-course-roadmap .so-content .so-point-explanation {

    padding-left: 30px;

  }



  .so-single-course-roadmap .so-content .so-point:not(:last-of-type) {

    padding-bottom: 60px;

  }

}

.so-single-post .so-row {

  position: relative;

}

.so-single-post .so-single-post-arrow-back {

  position: absolute;

  left: 0px;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  width: 60px;

  height: 60px;

  border-radius: 50%;

  border: 1px solid #000;

  cursor: pointer;

  -webkit-transition: opacity 0.3s ease;

  -o-transition: opacity 0.3s ease;

  transition: opacity 0.3s ease;

}

.so-single-post .so-single-post-arrow-back:hover {

  opacity: 0.7;

}

.so-single-post .so-single-post-arrow-back img {

  position: absolute;

  width: 22px;

  height: 14px;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

.so-single-post .wp-editor {

  max-width: 970px;

  width: 100%;

  margin-left: auto;

  margin-right: auto;

  padding: 110px 0;

}

.so-single-post .wp-editor img {

  border-radius: 15px;

}

.so-single-post .wp-editor .wp-block-columns.is-layout-flex {

  gap: 30px;

}

.so-single-post .wp-editor .wp-block-columns {

  padding-bottom: 114px;

}

.so-single-post .wp-editor h2, .so-single-post .wp-editor h3, .so-single-post .wp-editor h4, .so-single-post .wp-editor h5, .so-single-post .wp-editor h6 {

  padding-bottom: 35px;

}

.so-single-post .wp-editor figure {

  padding-bottom: 100px;

}

.so-single-post .wp-editor .so-images-row-el {

  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: start;

  -moz-align-items: start;

  align-items: start;

}

.so-single-post .wp-editor .so-img-width-max {

  width: 100%;

}

.so-single-post .wp-editor .so-img-width-max img {

  width: 100%;

}

.so-single-post .wp-editor a {

  text-decoration: underline;

}

.wp-block-group__inner-container p {
	padding-bottom: 40px;
}

.so-single-post .wp-editor ul, .so-single-post .wp-editor ol {
	padding-bottom: 40px;
}

.so-single-post .wp-editor ul li {

  font-size: 16px;

  line-height: 1.5;

  padding-left: 14px;

  position: relative;

}

.so-single-post .wp-editor ul li a {

  font-size: 16px;

  line-height: 1.5;

}

.so-single-post .wp-editor ul li:not(:last-of-type) {

  margin-bottom: 15px;

}

.so-single-post .wp-editor ul li:before {

  content: "";

  background-color: #F26B00;

  width: 6px;

  height: 6px;

  border-radius: 50%;

  display: block;

  position: absolute;

  left: 0;

  top: 10px;

}



.wp-editor > p:not(:last-child) {

  padding-bottom: 40px;

}



@media screen and (max-width: 1200px) {

  .so-single-post .so-single-post-arrow-back {

    left: 20px;

    top: 55px;

  }

}

@media screen and (max-width: 600px) {

  .so-single-post .wp-editor {

    padding: 80px 0 110px 0;

  }



  .so-single-post .wp-editor h2, .so-single-post .wp-editor h3, .so-single-post .wp-editor h4, .so-single-post .wp-editor h5, .so-single-post .wp-editor h6 {

    padding-bottom: 30px;

  }



  .so-single-post .wp-editor .so-images-row-el {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }



  .wp-editor > p:not(:last-child) {

    padding-bottom: 80px;

  }



  .so-single-post .so-single-post-arrow-back {

    left: 20px;

    top: 40px;

    width: 30px;

    height: 30px;

  }



  .so-single-post .so-single-post-arrow-back img {

    width: 15px;

    height: 10px;

  }



  .so-single-post .wp-editor .wp-block-columns {

    padding-bottom: 80px;

  }



  .so-single-post .wp-editor figure {

    padding-bottom: 80px;

  }

}

.so-maps .so-content {

  padding-top: 120px;

  padding-bottom: 350px;

}

.so-maps .so-content .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-maps .so-content .so-row:not(:first-of-type) {

  padding-top: 100px;

}

.so-maps .so-content .so-row .so-contact-map {

  max-width: 770px;

  width: 100%;

}

.so-maps .so-content .so-row .so-contact-map iframe {

  width: 100%;

  height: 420px;

  border-radius: 15px;

}

.so-maps .so-content .so-row .so-contact-info {

  max-width: 300px;

  width: 100%;

}

.so-maps .so-content .so-row .so-contact-info h5 {

  padding-bottom: 30px;

}

.so-maps .so-content .so-row .so-contact-info .so-contact-info-list {

  padding-bottom: 35px;

}

.so-maps .so-content .so-row .so-contact-info .so-contact-info-list li:not(:last-of-type) {

  margin-bottom: 10px;

}

.so-maps .so-content .so-row .so-contact-info .so-contact-info-list li a {

  font-size: 16px;

  line-height: 1.5;

  position: relative;

}

.so-maps .so-content .so-row .so-contact-info .so-contact-info-list li a:before {

  content: "";

  position: absolute;

  bottom: -2px;

  background-color: #808385;

  height: 1px;

  left: 0;

  width: 100%;

  -webkit-transform: scaleX(0);

  -moz-transform: scaleX(0);

  -o-transform: scaleX(0);

  -ms-transform: scaleX(0);

  transform: scaleX(0);

  transform-origin: right;

  -webkit-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.so-maps .so-content .so-row .so-contact-info .so-contact-info-list li a:hover:before {

  transform-origin: left;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}

.so-maps .so-content .so-row .so-contact-info .so-contact-info-social-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  -webkit-justify-content: start;

  -moz-justify-content: start;

  justify-content: start;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  -moz-align-items: center;

  align-items: center;

  gap: 0 10px;

}

.so-maps .so-content .so-row .so-contact-info .so-contact-info-social-list li a {

  -webkit-transition: opacity 0.3s ease;

  -o-transition: opacity 0.3s ease;

  transition: opacity 0.3s ease;

}

.so-maps .so-content .so-row .so-contact-info .so-contact-info-social-list li a:hover {

  opacity: 0.7;

}

.so-maps .so-content .so-row:nth-child(even) {

  -webkit-box-orient: horizontal;

  -webkit-box-direction: reverse;

  -ms-flex-direction: row-reverse;

  flex-direction: row-reverse;

}

.so-maps .so-content .so-row:nth-child(even) .so-contact-info {

  text-align: right;

}

.so-maps .so-content .so-row:nth-child(even) .so-contact-info-social-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: end;

  -ms-flex-pack: end;

  -webkit-justify-content: end;

  -moz-justify-content: end;

  justify-content: end;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  -moz-align-items: center;

  align-items: center;

}



@media screen and (max-width: 1200px) {

  .so-maps .so-content .so-row {

    gap: 0 30px;

  }

}

@media screen and (max-width: 600px) {

  .so-maps .so-content {

    padding-top: 80px;

  }



  .so-maps .so-content .so-row {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    gap: 30px 0;

  }



  .so-maps .so-content .so-row:nth-child(even) {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    gap: 30px 0;

  }



  .so-maps .so-content {

    padding-bottom: 120px;

  }

}

@media screen and (max-width: 1200px) {

  h1 {

    font-size: 50px;

    line-height: 1;

  }



  h2 {

    font-size: 50px;

    line-height: 1;

  }



  h3 {

    font-size: 40px;

    line-height: 1;

  }



  h4 {

    font-size: 28px;

    line-height: 1;

  }



  h5 {

    font-size: 22px;

    line-height: 1.1;

  }



  h6 {

    font-size: 20px;

    line-height: 1.1;

  }

}

@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: 16px;

    line-height: 1.5;

  }



  h1 {

    font-size: 44px;

    line-height: 1.1;

  }



  h2 {

    font-size: 36px;

    line-height: 1.1;

  }



  h3 {

    font-size: 30px;

    line-height: 1.1;

  }



  h4 {

    font-size: 24px;

    line-height: 1.1;

  }



  h5 {

    font-size: 20px;

    line-height: 1.2;

  }



  h6 {

    font-size: 18px;

    line-height: 1.2;

  }

}



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