@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 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
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 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 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 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%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * 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 inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * 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: 1px dotted ButtonText;
}

/**
   * 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;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/IRANSansWeb_Bold.eot);
  src: url(../fonts/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSansWeb_Bold.woff2) format("woff2"), url(../fonts/IRANSansWeb_Bold.woff) format("woff"), url(../fonts/IRANSansWeb_Bold.ttf) format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/IRANSansWeb_Medium.eot);
  src: url(../fonts/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSansWeb_Medium.woff2) format("woff2"), url(../fonts/IRANSansWeb_Medium.woff) format("woff"), url(../fonts/IRANSansWeb_Medium.ttf) format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/IRANSansWeb_Light.eot);
  src: url(../fonts/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSansWeb_Light.woff2) format("woff2"), url(../fonts/IRANSansWeb_Light.woff) format("woff"), url(../fonts/IRANSansWeb_Light.ttf) format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/IRANSansWeb_UltraLight.eot);
  src: url(../fonts/IRANSansWeb_UltraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSansWeb_UltraLight.woff2) format("woff2"), url(../fonts/IRANSansWeb_UltraLight.woff) format("woff"), url(../fonts/IRANSansWeb_UltraLight.ttf) format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/IRANSansWeb.eot);
  src: url(../fonts/IRANSansWeb.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSansWeb.woff2) format("woff2"), url(../fonts/IRANSansWeb.woff) format("woff"), url(../fonts/IRANSansWeb.ttf) format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/IRANSansWeb(FaNum)_Bold.eot");
  src: url("../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("../fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff"), url("../fonts/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IRANSansWeb(FaNum)_Medium.eot");
  src: url("../fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("../fonts/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("../fonts/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IRANSansWeb(FaNum)_Light.eot");
  src: url("../fonts/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("../fonts/IRANSansWeb(FaNum)_Light.woff") format("woff"), url("../fonts/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.eot");
  src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"), url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"), url("../fonts/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IRANSansWeb(FaNum).eot");
  src: url("../fonts/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum).woff2") format("woff2"), url("../fonts/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/IRANSansWeb(FaNum).ttf") format("truetype");
}
[class^=icon-],
[class*=" icon-"] {
  position: relative;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  outline: none;
}

html {
  font-size: 100%;
  font-family: sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
  min-height: 100%;
  position: relative;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  color: #212121;
  font-family: "IRANSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 2.5;
  padding-top: 55px;
}
@media (min-width: 992px) {
  body {
    padding-top: 60px;
  }
}
body.bg {
  background: linear-gradient(35deg, #fff 0%, #e4d9e7 100%);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

a {
  color: #794387;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #4b2a54;
  text-decoration: underline;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

label {
  display: inline-block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: bold;
}
h1 [class^=icon-],
h1 [class*=" icon-"],
.h1 [class^=icon-],
.h1 [class*=" icon-"],
h2 [class^=icon-],
h2 [class*=" icon-"],
.h2 [class^=icon-],
.h2 [class*=" icon-"],
h3 [class^=icon-],
h3 [class*=" icon-"],
.h3 [class^=icon-],
.h3 [class*=" icon-"],
h4 [class^=icon-],
h4 [class*=" icon-"],
.h4 [class^=icon-],
.h4 [class*=" icon-"],
h5 [class^=icon-],
h5 [class*=" icon-"],
.h5 [class^=icon-],
.h5 [class*=" icon-"] {
  margin-left: 1.25rem;
}

h1,
.h1 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  h1,
.h1 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}

h2,
.h2 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 1.25rem;
  }
}
h2 [class^=icon-],
h2 [class*=" icon-"],
.h2 [class^=icon-],
.h2 [class*=" icon-"] {
  font-size: 1.85rem;
  top: 4px;
}
@media (max-width: 1200px) {
  h2 [class^=icon-],
h2 [class*=" icon-"],
.h2 [class^=icon-],
.h2 [class*=" icon-"] {
    font-size: calc(1.31rem + 0.72vw);
  }
}

h3,
.h3 {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  h3,
.h3 {
    font-size: 1.125rem;
  }
}

h4,
.h4 {
  font-size: 1rem;
}

h5,
.h5 {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .by1 {
    font-size: 1rem;
  }
}

.by2 {
  font-size: 0.875rem;
}

.by3 {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .by4 {
    font-size: 1.125rem;
  }
}

.by-bold {
  font-weight: bold;
}

.ltr {
  direction: ltr;
  text-align: right;
}

.inline-block {
  display: inline-block;
}

.text-primary {
  color: #794387 !important;
}

.text-muted {
  color: #7e7e7e !important;
}

.dc-link {
  text-decoration: underline;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.25rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.25rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.25rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.25rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.25rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 1.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3rem !important;
}

.m-7 {
  margin: 4rem !important;
}

.mt-7,
.my-7 {
  margin-top: 4rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 4rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 4rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 4rem !important;
}

.m-8 {
  margin: 5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 5rem !important;
}

.m-9 {
  margin: 6rem !important;
}

.mt-9,
.my-9 {
  margin-top: 6rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 6rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 6rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.25rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.25rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.25rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.25rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.25rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 1.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3rem !important;
}

.p-7 {
  padding: 4rem !important;
}

.pt-7,
.py-7 {
  padding-top: 4rem !important;
}

.pr-7,
.px-7 {
  padding-right: 4rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 4rem !important;
}

.pl-7,
.px-7 {
  padding-left: 4rem !important;
}

.p-8 {
  padding: 5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 5rem !important;
}

.p-9 {
  padding: 6rem !important;
}

.pt-9,
.py-9 {
  padding-top: 6rem !important;
}

.pr-9,
.px-9 {
  padding-right: 6rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 6rem !important;
}

.pl-9,
.px-9 {
  padding-left: 6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.25rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.25rem !important;
  }

  .m-sm-5 {
    margin: 1.5rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 1.5rem !important;
  }

  .m-sm-6 {
    margin: 3rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 3rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 3rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 3rem !important;
  }

  .m-sm-7 {
    margin: 4rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 4rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 4rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 4rem !important;
  }

  .m-sm-8 {
    margin: 5rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 5rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 5rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 5rem !important;
  }

  .m-sm-9 {
    margin: 6rem !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 6rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 6rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 6rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.25rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.25rem !important;
  }

  .p-sm-5 {
    padding: 1.5rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 1.5rem !important;
  }

  .p-sm-6 {
    padding: 3rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 3rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 3rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 3rem !important;
  }

  .p-sm-7 {
    padding: 4rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 4rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 4rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 4rem !important;
  }

  .p-sm-8 {
    padding: 5rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 5rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 5rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 5rem !important;
  }

  .p-sm-9 {
    padding: 6rem !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 6rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 6rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 6rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.25rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.25rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.25rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.25rem !important;
  }

  .m-md-5 {
    margin: 1.5rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 1.5rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 1.5rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 1.5rem !important;
  }

  .m-md-6 {
    margin: 3rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 3rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 3rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 3rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 3rem !important;
  }

  .m-md-7 {
    margin: 4rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 4rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 4rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 4rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 4rem !important;
  }

  .m-md-8 {
    margin: 5rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 5rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 5rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 5rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 5rem !important;
  }

  .m-md-9 {
    margin: 6rem !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 6rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 6rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 6rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.25rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.25rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.25rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.25rem !important;
  }

  .p-md-5 {
    padding: 1.5rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 1.5rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 1.5rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 1.5rem !important;
  }

  .p-md-6 {
    padding: 3rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 3rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 3rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 3rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 3rem !important;
  }

  .p-md-7 {
    padding: 4rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 4rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 4rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 4rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 4rem !important;
  }

  .p-md-8 {
    padding: 5rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 5rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 5rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 5rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 5rem !important;
  }

  .p-md-9 {
    padding: 6rem !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 6rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 6rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 6rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 6rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.25rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.25rem !important;
  }

  .m-lg-5 {
    margin: 1.5rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 1.5rem !important;
  }

  .m-lg-6 {
    margin: 3rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 3rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 3rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 3rem !important;
  }

  .m-lg-7 {
    margin: 4rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 4rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 4rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 4rem !important;
  }

  .m-lg-8 {
    margin: 5rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 5rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 5rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 5rem !important;
  }

  .m-lg-9 {
    margin: 6rem !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 6rem !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 6rem !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.25rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.25rem !important;
  }

  .p-lg-5 {
    padding: 1.5rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 1.5rem !important;
  }

  .p-lg-6 {
    padding: 3rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 3rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 3rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 3rem !important;
  }

  .p-lg-7 {
    padding: 4rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 4rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 4rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 4rem !important;
  }

  .p-lg-8 {
    padding: 5rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 5rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 5rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 5rem !important;
  }

  .p-lg-9 {
    padding: 6rem !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 6rem !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 6rem !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 6rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xlg-0 {
    margin: 0 !important;
  }

  .mt-xlg-0,
.my-xlg-0 {
    margin-top: 0 !important;
  }

  .mr-xlg-0,
.mx-xlg-0 {
    margin-right: 0 !important;
  }

  .mb-xlg-0,
.my-xlg-0 {
    margin-bottom: 0 !important;
  }

  .ml-xlg-0,
.mx-xlg-0 {
    margin-left: 0 !important;
  }

  .m-xlg-1 {
    margin: 0.25rem !important;
  }

  .mt-xlg-1,
.my-xlg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xlg-1,
.mx-xlg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xlg-1,
.my-xlg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xlg-1,
.mx-xlg-1 {
    margin-left: 0.25rem !important;
  }

  .m-xlg-2 {
    margin: 0.5rem !important;
  }

  .mt-xlg-2,
.my-xlg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xlg-2,
.mx-xlg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xlg-2,
.my-xlg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xlg-2,
.mx-xlg-2 {
    margin-left: 0.5rem !important;
  }

  .m-xlg-3 {
    margin: 1rem !important;
  }

  .mt-xlg-3,
.my-xlg-3 {
    margin-top: 1rem !important;
  }

  .mr-xlg-3,
.mx-xlg-3 {
    margin-right: 1rem !important;
  }

  .mb-xlg-3,
.my-xlg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xlg-3,
.mx-xlg-3 {
    margin-left: 1rem !important;
  }

  .m-xlg-4 {
    margin: 1.25rem !important;
  }

  .mt-xlg-4,
.my-xlg-4 {
    margin-top: 1.25rem !important;
  }

  .mr-xlg-4,
.mx-xlg-4 {
    margin-right: 1.25rem !important;
  }

  .mb-xlg-4,
.my-xlg-4 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xlg-4,
.mx-xlg-4 {
    margin-left: 1.25rem !important;
  }

  .m-xlg-5 {
    margin: 1.5rem !important;
  }

  .mt-xlg-5,
.my-xlg-5 {
    margin-top: 1.5rem !important;
  }

  .mr-xlg-5,
.mx-xlg-5 {
    margin-right: 1.5rem !important;
  }

  .mb-xlg-5,
.my-xlg-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xlg-5,
.mx-xlg-5 {
    margin-left: 1.5rem !important;
  }

  .m-xlg-6 {
    margin: 3rem !important;
  }

  .mt-xlg-6,
.my-xlg-6 {
    margin-top: 3rem !important;
  }

  .mr-xlg-6,
.mx-xlg-6 {
    margin-right: 3rem !important;
  }

  .mb-xlg-6,
.my-xlg-6 {
    margin-bottom: 3rem !important;
  }

  .ml-xlg-6,
.mx-xlg-6 {
    margin-left: 3rem !important;
  }

  .m-xlg-7 {
    margin: 4rem !important;
  }

  .mt-xlg-7,
.my-xlg-7 {
    margin-top: 4rem !important;
  }

  .mr-xlg-7,
.mx-xlg-7 {
    margin-right: 4rem !important;
  }

  .mb-xlg-7,
.my-xlg-7 {
    margin-bottom: 4rem !important;
  }

  .ml-xlg-7,
.mx-xlg-7 {
    margin-left: 4rem !important;
  }

  .m-xlg-8 {
    margin: 5rem !important;
  }

  .mt-xlg-8,
.my-xlg-8 {
    margin-top: 5rem !important;
  }

  .mr-xlg-8,
.mx-xlg-8 {
    margin-right: 5rem !important;
  }

  .mb-xlg-8,
.my-xlg-8 {
    margin-bottom: 5rem !important;
  }

  .ml-xlg-8,
.mx-xlg-8 {
    margin-left: 5rem !important;
  }

  .m-xlg-9 {
    margin: 6rem !important;
  }

  .mt-xlg-9,
.my-xlg-9 {
    margin-top: 6rem !important;
  }

  .mr-xlg-9,
.mx-xlg-9 {
    margin-right: 6rem !important;
  }

  .mb-xlg-9,
.my-xlg-9 {
    margin-bottom: 6rem !important;
  }

  .ml-xlg-9,
.mx-xlg-9 {
    margin-left: 6rem !important;
  }

  .p-xlg-0 {
    padding: 0 !important;
  }

  .pt-xlg-0,
.py-xlg-0 {
    padding-top: 0 !important;
  }

  .pr-xlg-0,
.px-xlg-0 {
    padding-right: 0 !important;
  }

  .pb-xlg-0,
.py-xlg-0 {
    padding-bottom: 0 !important;
  }

  .pl-xlg-0,
.px-xlg-0 {
    padding-left: 0 !important;
  }

  .p-xlg-1 {
    padding: 0.25rem !important;
  }

  .pt-xlg-1,
.py-xlg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xlg-1,
.px-xlg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xlg-1,
.py-xlg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xlg-1,
.px-xlg-1 {
    padding-left: 0.25rem !important;
  }

  .p-xlg-2 {
    padding: 0.5rem !important;
  }

  .pt-xlg-2,
.py-xlg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xlg-2,
.px-xlg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xlg-2,
.py-xlg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xlg-2,
.px-xlg-2 {
    padding-left: 0.5rem !important;
  }

  .p-xlg-3 {
    padding: 1rem !important;
  }

  .pt-xlg-3,
.py-xlg-3 {
    padding-top: 1rem !important;
  }

  .pr-xlg-3,
.px-xlg-3 {
    padding-right: 1rem !important;
  }

  .pb-xlg-3,
.py-xlg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xlg-3,
.px-xlg-3 {
    padding-left: 1rem !important;
  }

  .p-xlg-4 {
    padding: 1.25rem !important;
  }

  .pt-xlg-4,
.py-xlg-4 {
    padding-top: 1.25rem !important;
  }

  .pr-xlg-4,
.px-xlg-4 {
    padding-right: 1.25rem !important;
  }

  .pb-xlg-4,
.py-xlg-4 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xlg-4,
.px-xlg-4 {
    padding-left: 1.25rem !important;
  }

  .p-xlg-5 {
    padding: 1.5rem !important;
  }

  .pt-xlg-5,
.py-xlg-5 {
    padding-top: 1.5rem !important;
  }

  .pr-xlg-5,
.px-xlg-5 {
    padding-right: 1.5rem !important;
  }

  .pb-xlg-5,
.py-xlg-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xlg-5,
.px-xlg-5 {
    padding-left: 1.5rem !important;
  }

  .p-xlg-6 {
    padding: 3rem !important;
  }

  .pt-xlg-6,
.py-xlg-6 {
    padding-top: 3rem !important;
  }

  .pr-xlg-6,
.px-xlg-6 {
    padding-right: 3rem !important;
  }

  .pb-xlg-6,
.py-xlg-6 {
    padding-bottom: 3rem !important;
  }

  .pl-xlg-6,
.px-xlg-6 {
    padding-left: 3rem !important;
  }

  .p-xlg-7 {
    padding: 4rem !important;
  }

  .pt-xlg-7,
.py-xlg-7 {
    padding-top: 4rem !important;
  }

  .pr-xlg-7,
.px-xlg-7 {
    padding-right: 4rem !important;
  }

  .pb-xlg-7,
.py-xlg-7 {
    padding-bottom: 4rem !important;
  }

  .pl-xlg-7,
.px-xlg-7 {
    padding-left: 4rem !important;
  }

  .p-xlg-8 {
    padding: 5rem !important;
  }

  .pt-xlg-8,
.py-xlg-8 {
    padding-top: 5rem !important;
  }

  .pr-xlg-8,
.px-xlg-8 {
    padding-right: 5rem !important;
  }

  .pb-xlg-8,
.py-xlg-8 {
    padding-bottom: 5rem !important;
  }

  .pl-xlg-8,
.px-xlg-8 {
    padding-left: 5rem !important;
  }

  .p-xlg-9 {
    padding: 6rem !important;
  }

  .pt-xlg-9,
.py-xlg-9 {
    padding-top: 6rem !important;
  }

  .pr-xlg-9,
.px-xlg-9 {
    padding-right: 6rem !important;
  }

  .pb-xlg-9,
.py-xlg-9 {
    padding-bottom: 6rem !important;
  }

  .pl-xlg-9,
.px-xlg-9 {
    padding-left: 6rem !important;
  }

  .m-xlg-auto {
    margin: auto !important;
  }

  .mt-xlg-auto,
.my-xlg-auto {
    margin-top: auto !important;
  }

  .mr-xlg-auto,
.mx-xlg-auto {
    margin-right: auto !important;
  }

  .mb-xlg-auto,
.my-xlg-auto {
    margin-bottom: auto !important;
  }

  .ml-xlg-auto,
.mx-xlg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.25rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.25rem !important;
  }

  .m-xl-5 {
    margin: 1.5rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 1.5rem !important;
  }

  .m-xl-6 {
    margin: 3rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 3rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 3rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 3rem !important;
  }

  .m-xl-7 {
    margin: 4rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 4rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 4rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 4rem !important;
  }

  .m-xl-8 {
    margin: 5rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 5rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 5rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 5rem !important;
  }

  .m-xl-9 {
    margin: 6rem !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 6rem !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 6rem !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.25rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.25rem !important;
  }

  .p-xl-5 {
    padding: 1.5rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 1.5rem !important;
  }

  .p-xl-6 {
    padding: 3rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 3rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 3rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 3rem !important;
  }

  .p-xl-7 {
    padding: 4rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 4rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 4rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 4rem !important;
  }

  .p-xl-8 {
    padding: 5rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 5rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 5rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 5rem !important;
  }

  .p-xl-9 {
    padding: 6rem !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 6rem !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 6rem !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 6rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 767.98px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}

.d-none {
  display: none !important;
}

.w-full {
  width: 100%;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?h3yg3t");
  src: url("../fonts/icomoon.eot?h3yg3t#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?h3yg3t") format("truetype"), url("../fonts/icomoon.woff?h3yg3t") format("woff"), url("../fonts/icomoon.svg?h3yg3t#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download_android:before {
  content: "";
}

.icon-download_ios:before {
  content: "";
}

.icon-download_web:before {
  content: "";
}

.icon-flash:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-Group-21199:before {
  content: "";
}

.icon-Group-21223:before {
  content: "";
}

.icon-messages-3:before {
  content: "";
}

.icon-messages-3-1:before {
  content: "";
}

.icon-messages-3-2:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-simcard:before {
  content: "";
}

.icon-Vector:before {
  content: "";
}

.icon-Vector-1:before {
  content: "";
}

.icon-verify:before {
  content: "";
}

.icon-document-download1:before {
  content: "";
}

.icon-ads:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-gavel:before {
  content: "";
}

.icon-payment:before {
  content: "";
}

.icon-download2:before {
  content: "";
}

.icon-attach_file:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-contest:before {
  content: "";
}

.icon-employee:before {
  content: "";
}

.icon-navigation_chevron_left:before {
  content: "";
}

.icon-navigation_chevron_right:before {
  content: "";
}

.icon-navigation_expand_less:before {
  content: "";
}

.icon-navigation_expand_more:before {
  content: "";
}

.icon-social_aparat:before {
  content: "";
}

.icon-social_instagram:before {
  content: "";
}

.icon-social_linkedin:before {
  content: "";
}

.icon-social_twitter:before {
  content: "";
}

.icon-file_download_done:before {
  content: "";
}

.icon-help:before {
  content: "";
}

.icon-privacy_tip:before {
  content: "";
}

.icon-rubino_outline:before {
  content: "";
}

.icon-search1:before {
  content: "";
}

.icon-textsms_black:before {
  content: "";
}

.icon-wifi:before {
  content: "";
}

.icon-download-android:before {
  content: "";
}

.icon-download-ios:before {
  content: "";
}

.icon-download-web-internet:before {
  content: "";
}

.icon-stream_live:before {
  content: "";
}

.icon-wallet:before {
  content: "";
}

.icon--bot-support:before {
  content: "";
}

.icon-call-phone:before {
  content: "";
}

.icon-location-address:before {
  content: "";
}

.icon-account_blog-author-writer:before {
  content: "";
}

.icon-questions-faq:before {
  content: "";
}

.icon-cam-off:before {
  content: "";
}

.icon-cam-on:before {
  content: "";
}

.icon-speaker:before {
  content: "";
}

.icon-speaker-off:before {
  content: "";
}

.icon-user-fill:before {
  content: "";
}

.icon-user-outline:before {
  content: "";
}

.icon-add:before {
  content: "";
}

.icon-info1:before {
  content: "";
}

.icon-remove:before {
  content: "";
}

.icon-messenger:before {
  content: "";
}

.icon-rubino:before {
  content: "";
}

.icon-vod:before {
  content: "";
}

.icon-contest_cup:before {
  content: "";
}

.icon-file_download:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-gitlab:before {
  content: "";
}

.icon-play_circle_outline:before {
  content: "";
}

.icon-time:before {
  content: "";
}

.icon-academy-school:before {
  content: "";
}

.icon-blog-note_alt:before {
  content: "";
}

.icon-library_books:before {
  content: "";
}

.icon-news-feed:before {
  content: "";
}

.icon-rss_feed:before {
  content: "";
}

.icon-stars:before {
  content: "";
}

.icon-trending_up:before {
  content: "";
}

.icon-visibility:before {
  content: "";
}

.icon-card-add:before {
  content: "";
}

.icon-card-tick:before {
  content: "";
}

.icon-empty-wallet-tick:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-tick-square:before {
  content: "";
}

.icon-timer:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-document-download:before {
  content: "";
}

.icon-box-filled:before {
  content: "";
}

.icon-box-outline:before {
  content: "";
}

.icon-edit-outline:before {
  content: "";
}

.icon-edit-bold:before {
  content: "";
}

.icon-barcode:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-receipt-text:before {
  content: "";
}

.icon-refresh-left-square:before {
  content: "";
}

.icon-archive:before {
  content: "";
}

.icon-home-bold:before {
  content: "";
}

.icon-home-ouline:before {
  content: "";
}

.icon-coupon:before {
  content: "";
}

.icon-loading .path1:before {
  content: "";
  color: #353535;
  opacity: 0.5;
}

.icon-loading .path2:before {
  content: "";
  margin-left: -1em;
  color: black;
}

.icon-account-filled:before {
  content: "";
}

.icon-chevron:before {
  content: "";
}

.icon-circle-close-outline:before {
  content: "";
}

.icon-circle-done-outline:before {
  content: "";
}

.icon-dastresi:before {
  content: "";
}

.icon-log-out-outline:before {
  content: "";
}

.icon-personalcard:before {
  content: "";
}

.icon-scan-outline:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-stickynote:before {
  content: "";
}

.icon-wallet-add:before {
  content: "";
}

.icon-wallet-minus:before {
  content: "";
}

.icon-account:before {
  content: "";
}

.icon-add-circle:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-basket:before {
  content: "";
}

.icon-close-circle:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-logout:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-minus-cirlce:before {
  content: "";
}

.icon-mobile:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-profile-2user:before {
  content: "";
}

.icon-profile-circle:before {
  content: "";
}

.icon-savabegh:before {
  content: "";
}

.icon-scan:before {
  content: "";
}

.icon-shop:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-tick-circle:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-trash-bold:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-warning-2:before {
  content: "";
}

/**
 * Swiper 6.5.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
   --swiper-navigation-color: var(--swiper-theme-color);
   */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9 ;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9 ;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

.menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: 0.5rem;
    position: absolute;
    top: 100%;
    max-height: 600px;
    overflow: scroll;
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
  }
}
.menu > li > a {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}
.menu > li > a:not(.btn) {
  color: #212121;
}
.menu > li > a:not(.btn):hover, .menu > li > a:not(.btn):focus, .menu > li > a:not(.btn):active {
  text-decoration: none;
  color: #794387;
}
.menu > li > a:not(.btn).active > a {
  color: #794387;
  font-weight: bold;
}
.menu > li > a.btn {
  height: auto;
  display: inline;
}
@media (max-width: 767.98px) {
  .menu > li > a.btn {
    margin-bottom: 1rem;
    display: inline-block;
  }
}

.menu-toggler {
  background: none;
  border: none;
  padding: 0;
  width: 20px;
  height: 18px;
}
.menu-toggler .icon-bar {
  background: #212121;
  display: block;
  height: 2px;
  margin: 0;
  opacity: 1;
  transition: transform 0.1s ease-in;
  transform-origin: 42% 50%;
}
@media (prefers-reduced-motion: reduce) {
  .menu-toggler .icon-bar {
    transition: none;
  }
}
.menu-toggler .icon-bar:nth-child(2) {
  margin-bottom: 5px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .menu-toggler {
    display: none;
  }
}
.menu-toggler:hover, .menu-toggler:focus, .menu-toggler:active {
  outline: none;
}

@media (max-width: 767.98px) {
  .menu-open {
    overflow: hidden;
  }
  .menu-open .menu-toggler .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .menu-open .menu-toggler .icon-bar:nth-child(1) {
    -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  .menu-open .menu-toggler .icon-bar:nth-child(3) {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
  .menu-open .menu {
    transition: all 0.2s ease-in-out;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .menu-open .menu {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .menu-open .menu > li {
    margin-top: 0.625rem;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212121;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  line-height: 2;
  border-radius: 0.375rem;
  height: 2.25rem;
  font-size: 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .btn {
    height: 3.375rem;
    font-size: 0.875rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212121;
  text-decoration: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled), .btn:not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):focus, .btn:not(:disabled).focus, .btn:not(.disabled):focus, .btn:not(.disabled).focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(121, 67, 135, 0.25);
}
.btn:not(:disabled):active, .btn:not(:disabled).active, .btn:not(.disabled):active, .btn:not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.ic-right {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.ic-right img,
.btn.ic-right [class^=icon-],
.btn.ic-right [class*=" icon-"] {
  margin-left: 0.5rem;
}
.btn.ic-right img {
  width: 22px;
}
.btn.ic-right [class^=icon-],
.btn.ic-right [class*=" icon-"] {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .btn.ic-right [class^=icon-],
.btn.ic-right [class*=" icon-"] {
    font-size: 1.25rem;
  }
}
.btn.ic-b-right {
  padding: 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: stretch;
}
.btn.ic-b-right [class^=icon-],
.btn.ic-b-right [class*=" icon-"],
.btn.ic-b-right > span {
  padding: 0.375rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.ic-b-right [class^=icon-],
.btn.ic-b-right [class*=" icon-"],
.btn.ic-b-right .imhld {
  width: 3.375rem;
  border-left: 1px solid #794387;
}
.btn.ic-b-right [class^=icon-],
.btn.ic-b-right [class*=" icon-"] {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .btn.ic-b-right [class^=icon-],
.btn.ic-b-right [class*=" icon-"] {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .btn.ic-b-right [class^=icon-],
.btn.ic-b-right [class*=" icon-"] {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.btn.ic-b-right .imhld img {
  width: 30px;
}
.btn.ic-b-right > span {
  width: 100%;
  max-width: calc(100% - 3.375rem);
  flex-direction: column;
}
.btn.ic-b-right > span .falnk {
  font-size: 0.75rem;
}
.btn.ic-b-right > span .enlnk {
  font-size: 0.6875rem;
}

.btn-primary {
  color: #fff;
  background-color: #794387;
  border-color: #794387;
}
.btn-primary:hover {
  color: #fff;
  border-color: #4c3683;
  background-color: #4c3683;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #7e7e7e !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  box-shadow: none !important;
  cursor: default;
}
.btn-primary:active {
  color: #fff;
  border-color: #794387;
  background-color: #794387;
  box-shadow: none;
}
.btn-primary:focus {
  color: #fff;
  border-color: #794387;
  background-color: #794387;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(141, 95, 153, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}
.btn-dark:hover {
  color: #fff;
  border-color: #212121;
  background-color: #212121;
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #7e7e7e !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  box-shadow: none !important;
  cursor: default;
}
.btn-dark:active {
  color: #fff;
  border-color: #212121;
  background-color: #212121;
  box-shadow: none;
}
.btn-dark:focus {
  color: #fff;
  border-color: #212121;
  background-color: #212121;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
}

.btn-shiraz {
  color: #fff;
  background-color: #8A1538;
  border-color: #8A1538;
}
.btn-shiraz:hover {
  color: #fff;
  border-color: #8A1538;
  background-color: #8A1538;
}
.btn-shiraz.disabled, .btn-shiraz:disabled {
  color: #7e7e7e !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  box-shadow: none !important;
  cursor: default;
}
.btn-shiraz:active {
  color: #fff;
  border-color: #8A1538;
  background-color: #8A1538;
  box-shadow: none;
}
.btn-shiraz:focus {
  color: #fff;
  border-color: #8A1538;
  background-color: #8A1538;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(156, 56, 86, 0.5);
}

.btn-default {
  color: #7e7e7e;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-default:hover {
  color: #7e7e7e;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
.btn-default.disabled, .btn-default:disabled {
  color: #7e7e7e !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  box-shadow: none !important;
  cursor: default;
}
.btn-default:active {
  color: #7e7e7e;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: none;
}
.btn-default:focus {
  color: #7e7e7e;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(213, 213, 213, 0.5);
}

.btn-outline-primary {
  color: #794387;
  background-color: #fff;
  border-color: #794387;
}
.btn-outline-primary:hover {
  color: #794387;
  border-color: #794387;
  background-color: #fff;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #a3a3a3;
  background-color: #f0f0f0;
  border-color: #e4e4e4;
  cursor: default;
}
.btn-outline-primary:not(:disabled):active, .btn-outline-primary:not(:disabled).active, .btn-outline-primary:not(.disabled):active, .btn-outline-primary:not(.disabled).active {
  color: #794387;
  background-color: #fff;
  border-color: #794387;
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):focus, .btn-outline-primary:not(:disabled).focus, .btn-outline-primary:not(.disabled):focus, .btn-outline-primary:not(.disabled).focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(141, 95, 153, 0.5);
}

.btn-outline-dark {
  color: #212121;
  background-color: #fff;
  border-color: #212121;
}
.btn-outline-dark:hover {
  color: #212121;
  border-color: #212121;
  background-color: #fff;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #a3a3a3;
  background-color: #f0f0f0;
  border-color: #e4e4e4;
  cursor: default;
}
.btn-outline-dark:not(:disabled):active, .btn-outline-dark:not(:disabled).active, .btn-outline-dark:not(.disabled):active, .btn-outline-dark:not(.disabled).active {
  color: #212121;
  background-color: #fff;
  border-color: #212121;
  box-shadow: none;
}
.btn-outline-dark:not(:disabled):focus, .btn-outline-dark:not(:disabled).focus, .btn-outline-dark:not(.disabled):focus, .btn-outline-dark:not(.disabled).focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(66, 66, 66, 0.5);
}

.btn-outline-shiraz {
  color: #8A1538;
  background-color: #fff;
  border-color: #8A1538;
}
.btn-outline-shiraz:hover {
  color: #fff;
  border-color: #8A1538;
  background-color: #8A1538;
}
.btn-outline-shiraz.disabled, .btn-outline-shiraz:disabled {
  color: #a3a3a3;
  background-color: #f0f0f0;
  border-color: #e4e4e4;
  cursor: default;
}
.btn-outline-shiraz:not(:disabled):active, .btn-outline-shiraz:not(:disabled).active, .btn-outline-shiraz:not(.disabled):active, .btn-outline-shiraz:not(.disabled).active {
  color: #8A1538;
  background-color: #fff;
  border-color: #8A1538;
  box-shadow: none;
}
.btn-outline-shiraz:not(:disabled):focus, .btn-outline-shiraz:not(:disabled).focus, .btn-outline-shiraz:not(.disabled):focus, .btn-outline-shiraz:not(.disabled).focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(156, 56, 86, 0.5);
}

.btn-outline-default {
  color: #f5f5f5;
  background-color: transparent;
  border-color: #f5f5f5;
}
.btn-outline-default:hover {
  color: #794387;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #a3a3a3;
  background-color: #f0f0f0;
  cursor: default;
}
.btn-outline-default:not(:disabled):active, .btn-outline-default:not(:disabled).active, .btn-outline-default:not(.disabled):active, .btn-outline-default:not(.disabled).active {
  color: #f5f5f5;
  background-color: transparent;
  border-color: #f5f5f5;
  box-shadow: none;
}
.btn-outline-default:not(:disabled):focus, .btn-outline-default:not(:disabled).focus, .btn-outline-default:not(.disabled):focus, .btn-outline-default:not(.disabled).focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(213, 213, 213, 0.5);
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  height: 2.25rem;
}

.btn-reset {
  padding: 0;
  border: none;
  display: flex;
  align-items: stretch;
  height: 2.25rem;
}
.btn-reset:not(:disabled):active, .btn-reset:not(:disabled).active, .btn-reset:not(.disabled):active, .btn-reset:not(.disabled).active {
  color: #794387;
  background-color: #fff;
  border-color: #794387;
  box-shadow: none;
}
.btn-reset:not(:disabled):focus, .btn-reset:not(:disabled).focus, .btn-reset:not(.disabled):focus, .btn-reset:not(.disabled).focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(141, 95, 153, 0.5);
}

.custom-file-wrapper .btn.custom-file {
  position: relative;
  overflow: hidden;
}
.custom-file-wrapper .btn.custom-file .custom-file-input {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .custom-file-wrapper .btn + .custom-file-name {
    padding-right: 1rem;
  }
}
.custom-file-wrapper .custom-file-name {
  display: block;
  padding-top: 0.75rem;
}
@media (min-width: 768px) {
  .custom-file-wrapper .custom-file-name {
    display: inline-block;
    padding-top: 0;
  }
}
.custom-file-wrapper .custom-file-close {
  float: left;
  position: relative;
  top: 4px;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.custom-file-wrapper .custom-file-close:hover, .custom-file-wrapper .custom-file-close:focus, .custom-file-wrapper .custom-file-close:active {
  text-decoration: none;
}

@media (min-width: 576px) {
  .btn-mw {
    min-width: 140px;
  }
}

.card {
  border-radius: 0.75rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
.card .card-header {
  padding: 1.4375rem 1.875rem;
  text-align: center;
}
.card .card-header .card-thumb img {
  max-width: 100%;
}
.card .card-header .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.card .card-header .row > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.card .card-header .row > div img {
  width: 100%;
}
.card .card-header + .card-body {
  padding-top: 0;
}
.card .card-body {
  padding: 1.4375rem 1.875rem;
}
.card .card-body .download-link {
  margin-top: 6px;
}

.card-thumbnail {
  background-color: #fff;
}
.card-thumbnail .card-body {
  padding: 0.625rem;
}
.card-thumbnail .card-body img {
  border-radius: 0.75rem;
  display: block;
}

.download-link {
  text-align: center;
}
@media (min-width: 768px) {
  .download-link {
    margin-top: 5rem;
  }
}
.download-link .btn {
  min-width: 196px;
  max-width: 196px;
}
.download-link .btn.ic-right {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.download-link .download-format {
  margin-top: 0.625rem;
}
.download-link .download-format > span {
  display: inline-block;
  direction: ltr;
  padding: 0 0.5rem;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #794387;
  background-color: #794387;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(121, 67, 135, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b786c3;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #cba8d4;
  border-color: #cba8d4;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #7e7e7e;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f0f0f0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 2;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #7e7e7e solid 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/70% 70% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.375rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #794387;
  background-color: #794387;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #f4f0f6;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #f4f0f6;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
  background-color: #fff !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23794387'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #f4f0f6;
}
.custom-radio + .custom-radio {
  margin-top: 0.625rem;
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #7e7e7e;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #f4f0f6;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.more-service-slider .swiper-slide {
  width: 7.5rem;
  text-align: center;
}

.news-slider {
  padding-bottom: 30px;
}
.news-slider .swiper-wrapper,
.news-slider .swiper-slide {
  height: auto;
}
.news-slider .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 1;
  background: #e0e0e0;
}
.news-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #794387;
}
.news-slider.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.m-slider .swiper-wrapper {
  height: auto;
}
.m-slider .swiper-slide {
  display: block;
  width: 100% !important;
}
@media (min-width: 768px) {
  .m-slider .swiper-slide {
    width: 579px !important;
  }
}
@media (min-width: 992px) {
  .m-slider .swiper-slide {
    width: 726px !important;
  }
}
.m-slider .swiper-slide .job-thumb {
  text-align: center;
  width: 100%;
}
.m-slider .swiper-slide .job-thumb img {
  width: 100%;
  display: block;
}
.m-slider .job-button-next,
.m-slider .job-button-prev {
  width: 2.375rem;
  height: 2.375rem;
  background-color: #794387;
  color: #fff;
  border-radius: 50rem;
  padding: 0.625rem 0.875rem;
}
@media (min-width: 992px) {
  .m-slider .job-button-next,
.m-slider .job-button-prev {
    width: 3rem;
    height: 3rem;
  }
}
.m-slider .job-button-next::after,
.m-slider .job-button-prev::after {
  font-size: 0.625rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .m-slider .job-button-next::after,
.m-slider .job-button-prev::after {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .m-slider .swiper-button-next {
    left: 60px;
  }
}
@media (min-width: 992px) {
  .m-slider .swiper-button-prev {
    right: 60px;
  }
}

.wcup-slider {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wcup-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
}
.wcup-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1;
  background: #D3D3D3;
  transition: all 0.2s;
  border-radius: 0.5rem;
  margin: 0 2px;
}
.wcup-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 1.5rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7e7e7e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #7e7e7e;
}
.form-control:focus {
  color: #7e7e7e;
  background-color: #fff;
  outline: 0;
}
.form-control::placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f0f0f0;
  opacity: 1;
}
.form-control.is-typing {
  direction: ltr;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #7e7e7e;
  background-color: #fff;
}

textarea.form-control {
  height: auto;
  resize: vertical;
  min-height: 100px;
}
@media (min-width: 768px) {
  textarea.form-control {
    min-height: 146px;
  }
}

.form-group {
  margin-bottom: 1.5rem;
  position: relative;
}
.form-group label {
  margin-bottom: 0.5rem;
}

.required {
  color: #e74b50;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  position: relative;
}
.form-check .form-check-input {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input:focus {
  border-color: rgba(121, 67, 135, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(121, 67, 135, 0.25);
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input:checked {
  background-color: #794387;
  border-color: #794387;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-label {
  cursor: pointer;
}

.form-check-custom {
  margin-bottom: 1rem;
}
.form-check-custom .form-check-input {
  opacity: 0;
}
.form-check-custom .form-check-label::before, .form-check-custom .form-check-label::after {
  content: "";
}
.form-check-custom .form-check-label::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-right: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
  line-height: 1.5;
  height: 100%;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-right: -1px;
}

.input-group-prepend {
  margin-left: -1px;
}

.input-group-append {
  margin-right: -1px;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-append > .btn {
  padding: 0.375rem 0.75rem;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.socials {
  display: flex;
}
.socials.socials-center {
  justify-content: center;
}

.social-link,
.social-square {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-link:hover, .social-link:focus, .social-link:active,
.social-square:hover,
.social-square:focus,
.social-square:active {
  text-decoration: none;
}

.social-link {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #794387;
  color: #fff;
  padding: 0.5rem;
  border-radius: 50rem;
}
.social-link:hover, .social-link:focus, .social-link:active {
  color: #fff;
}
.social-link + .social-link {
  margin-right: 0.875rem;
}

.social-square {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #a3a3a3;
  color: #fff;
}
.social-square:hover, .social-square:focus, .social-square:active {
  color: #fff;
}
.social-square + .social-square {
  margin-right: 0.875rem;
}

.box {
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
.box .box-body {
  padding: 1.5rem 1rem 1.875rem;
}
@media (min-width: 768px) {
  .box .box-body {
    padding: 1.75rem 2.25rem 2.25rem;
  }
}
.box-center {
  text-align: center;
}

.breadcrumb {
  display: flex;
  padding: 1.25rem 0.5rem;
  padding: 1.25rem 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .breadcrumb {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb {
    overflow: auto;
    white-space: nowrap;
  }
}

.breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.5rem;
  color: #7e7e7e;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.breadcrumb-item > a {
  color: #212121;
}
.breadcrumb-item > a:hover, .breadcrumb-item > a:focus, .breadcrumb-item > a:active {
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #794387;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .alert {
    margin-bottom: 3rem;
  }
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-info {
  color: #212121;
  background-color: #f4f0f6;
  border-color: #f4f0f6;
}
.alert-info hr {
  border-top-color: #e8e0ec;
}
.alert-info .alert-link {
  color: #ddd0e3;
}

.scroll-panel {
  height: 26.25rem;
}
.scroll-panel .scroll-container > .nano-pane {
  opacity: 1;
  background: none;
  width: 0.5rem;
}
.scroll-panel .scroll-container > .nano-pane .nano-slider {
  background: #e9e0ec;
  border-radius: 0;
}
.scroll-panel .scroll-container .side-nav {
  margin-top: 1rem;
}

.side-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-nav > li {
  position: relative;
  margin: 0 !important;
}
.side-nav > li > a {
  display: block;
  position: relative;
  align-items: center;
  color: #7e7e7e;
  font-size: 0.875rem;
  padding: 0.5rem 2rem;
}
.side-nav > li > a:hover {
  text-decoration: none;
  color: #794387;
  background-color: #efe8f0;
}
.side-nav > li > a [class^=icon-],
.side-nav > li > a [class*=" icon-"] {
  width: 28px;
  font-size: 1.5rem;
  margin-left: 0.625rem;
}
@media (max-width: 1200px) {
  .side-nav > li > a [class^=icon-],
.side-nav > li > a [class*=" icon-"] {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.side-nav > li.active > a {
  color: #794387;
  font-weight: bold;
  background-color: #efe8f0;
}

.post {
  border-radius: 0.75rem;
}
.post:not(.post-plain) {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}
.post .post-thumbnail {
  cursor: pointer;
  position: relative;
}
.post .post-thumbnail,
.post .post-thumbnail > img {
  border-radius: 0.75rem 0.75rem 0 0;
  display: block;
  width: 100%;
}
.post .post-thumbnail svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  margin: auto;
}
.post a.post-thumbnail {
  display: block;
}
.post a.post-thumbnail:hover, .post a.post-thumbnail:focus, .post a.post-thumbnail:active {
  text-decoration: none;
}
.post.post-contest {
  background-color: transparent;
  background-image: url(../images/bg-post-contest.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 237px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .post.post-contest {
    width: 375px;
  }
}
.post.post-contest .post-caption {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.post.post-contest .post-contest-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.post.post-contest .post-contest-item [class^=icon-],
.post.post-contest .post-contest-item [class*=" icon-"] {
  font-size: 1.25rem;
  margin-left: 0.625rem;
  top: 0.25rem;
}
.post.post-contest .post-contest-item .post-date {
  padding-top: 0;
}
.post.post-contest a.post-contest-link {
  color: #212121;
  text-decoration: underline;
}
.post.post-contest:not(.post-contest-disabled) .post-contest-item [class^=icon-],
.post.post-contest:not(.post-contest-disabled) .post-contest-item [class*=" icon-"],
.post.post-contest:not(.post-contest-disabled) .post-contest-item .by-bold {
  color: #794387;
}
.post.post-contest-disabled {
  background-image: url(../images/bg-post-contest-disabled.png);
}
.post.post-center {
  text-align: center;
}
.post.post-center .post-thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.post.post-featured .post-title,
.post.post-featured .post-desc {
  font-size: 1rem;
}
.post.post-featured .post-desc {
  overflow: visible;
  text-overflow: initial;
  white-space: normal;
}
.post.post-featured .post-link {
  margin-top: 1.75rem;
}
.post.post-featured .post-link .btn {
  min-width: 148px;
}

.post-caption {
  padding: 1rem;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.post-title {
  display: block;
  font-weight: 500;
}
.post-title,
.post-title a {
  color: #212121;
}
.post-title:hover, .post-title:focus, .post-title:active {
  text-decoration: none;
  color: #212121;
}
.post-title:not(.post-title-auto) {
  height: 3.375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
}

.post-title-auto {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.post-desc {
  color: #212121;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.post-date {
  padding-top: 0.625rem;
  color: #212121;
  font-size: 0.75rem;
}
.post-date .post-divider {
  display: inline-block;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  outline: 0;
}
.modal-content video {
  width: 100%;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 10% auto 1.75rem;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 800px;
  }

  .modal .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.5rem 2rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .modal .close {
    font-size: calc(1.375rem + 1.5vw);
  }
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .logo-row {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .logo-row > div {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .logo-row > div {
    max-width: 368px;
    margin-left: auto;
    margin-right: auto;
  }
}
.logo-row .card {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .logo-row .card {
    min-height: 290px;
  }
}

@media (min-width: 768px) {
  .service-list {
    display: flex;
    padding-top: 1.75rem;
    flex-wrap: wrap;
  }
}
.service-list .btn {
  border-color: #212121;
  color: #7e7e7e;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.service-list .btn.active {
  background-color: #794387;
  color: #fff;
  border-color: #794387;
}

.accordion {
  margin-bottom: 2rem;
  border-radius: 0.625rem;
}
@media (min-width: 992px) {
  .accordion {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .accordion + .accordion {
    margin-top: 2rem;
  }
}
.accordion .accordion-header {
  padding-right: 2.125rem;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}
@media (min-width: 768px) {
  .accordion .accordion-header {
    font-size: 0.875rem;
  }
}
.accordion .accordion-header .accordion-icon {
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0.5rem;
  color: #794387;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .accordion .accordion-header .accordion-icon {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 768px) {
  .accordion .accordion-header .accordion-icon {
    width: 2rem;
    height: 2rem;
    top: 1px;
  }
}
.accordion .accordion-header .accordion-icon [class^=icon-],
.accordion .accordion-header .accordion-icon [class*=" icon-"] {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion .accordion-header .accordion-icon [class^=icon-],
.accordion .accordion-header .accordion-icon [class*=" icon-"] {
    transition: none;
  }
}
.accordion .accordion-header + .collapse > .accordion-body, .accordion .accordion-header + .collapsing > .accordion-body {
  padding-top: 0;
}
.accordion .accordion-header:not(.collapsed) .accordion-icon [class^=icon-],
.accordion .accordion-header:not(.collapsed) .accordion-icon [class*=" icon-"] {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .accordion-header:not(.collapsed) .accordion-icon [class^=icon-]::before,
.accordion .accordion-header:not(.collapsed) .accordion-icon [class*=" icon-"]::before {
  content: "";
}
.accordion .accordion-body {
  padding: 1.375rem 2.125rem 1.375rem 1.25rem;
  font-size: 0.75rem;
  color: #7e7e7e;
}

.jumborton {
  padding: 2.5rem 1.5rem;
  text-align: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  font-size: 0.875rem;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .jumborton {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .jumborton .btn {
    min-width: 184px;
  }
}

.jumborton-right {
  text-align: right;
}

.jumborton-bg-lb::before,
.jumborton-bg::before,
.jumborton-bg::after,
.jumborton-bg-rs::before,
.jumborton-bg-rs::after,
.jumborton-bg-fw::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .jumborton-bg-lb,
.jumborton-bg {
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .jumborton-bg-lb,
.jumborton-bg {
    padding-left: 10rem;
  }
}
.jumborton-bg-lb::before,
.jumborton-bg::before {
  background-position: left bottom;
  background-image: url("../images/jumborton-bg-sm-left.png");
}
@media (min-width: 768px) {
  .jumborton-bg-lb::before,
.jumborton-bg::before {
    background-image: url("../images/jumborton-bg-md-left.png");
  }
}
@media (min-width: 992px) {
  .jumborton-bg-lb::before,
.jumborton-bg::before {
    background-image: url("../images/jumborton-bg-left.png");
  }
}

@media (min-width: 768px) {
  .jumborton-bg {
    padding-right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .jumborton-bg {
    padding-right: 10rem;
  }
}
.jumborton-bg::after {
  background-position: right top;
  background-image: url("../images/jumborton-bg-sm-right.png");
}
@media (min-width: 768px) {
  .jumborton-bg::after {
    background-image: url("../images/jumborton-bg-md-right.png");
  }
}
@media (min-width: 992px) {
  .jumborton-bg::after {
    background-image: url("../images/jumborton-bg-right.png");
  }
}
.jumborton-bg .jumborton-body {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .jumborton-bg-rs::before {
    background-position: left top;
    background-image: url("../images/jumborton-rs-md-left.png");
  }
}
@media (min-width: 992px) {
  .jumborton-bg-rs::before {
    background-image: url("../images/jumborton-rs-left.png");
  }
}

@media (min-width: 768px) {
  .jumborton-bg-rs::after {
    background-position: right bottom;
    background-image: url("../images/jumborton-rs-md-right.png");
  }
}
@media (min-width: 992px) {
  .jumborton-bg-rs::after {
    background-image: url("../images/jumborton-rs-right.png");
  }
}

@media (max-width: 767.98px) {
  .jumborton-bg-rs::before,
.jumborton-bg-rs::after {
    content: none;
  }
}

.jumborton-gradient {
  background-image: linear-gradient(100deg, #efe8f0 0%, #fcfbfd 100%);
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .jumborton-bg-lb {
    padding-bottom: 4.5rem;
  }
}

.jumborton-slider {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
}

.jumborton-bg-fw {
  overflow: visible;
}
.jumborton-bg-fw .jumborton-img-fw {
  position: absolute;
  top: -1rem;
  left: 1.5rem;
}
.jumborton-bg-fw::before {
  background-position: left bottom;
  background-image: url("../images/jumborton-fw.svg");
}
@media (min-width: 768px) {
  .jumborton-bg-fw::before {
    background-image: url("../images/jumborton-fw.svg");
  }
}
@media (min-width: 992px) {
  .jumborton-bg-fw::before {
    background-image: url("../images/jumborton-fw.svg");
  }
}

.section-jumbotron {
  margin-top: 40px;
  margin-bottom: 20px;
}
.section-jumbotron .jumborton {
  text-align: right;
}
@media (min-width: 768px) {
  .section-jumbotron .jumborton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .section-jumbotron .jumborton-label {
    padding-left: 3rem;
  }
}
.section-jumbotron .jumborton-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.section-jumbotron .jumborton-btn-wrapper .btn + .btn {
  margin-right: 1rem;
}

.badge {
  display: inline-block;
  padding: 0.125rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .badge {
    font-size: 0.875rem;
  }
}

.badge-primary-light {
  background-color: #f4f0f6;
  color: #794387;
}

.badge-primary {
  background-color: #794387;
  color: #fff;
}

.badge-rounded {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  padding: 1px 0 0;
  border-radius: 50rem;
  text-align: center;
}

.badge-rounded-container {
  display: flex;
}
.badge-rounded-container .badge-rounded-container-div {
  width: calc(100% - 1.25rem);
  flex: 1 1 1.25rem;
  padding-right: 0.625rem;
}
.badge-rounded-container .badge-rounded-container-div h5,
.badge-rounded-container .badge-rounded-container-div .h5 {
  margin-bottom: 0.5rem;
}
.badge-rounded-container + .badge-rounded-container {
  margin-top: 1.875rem;
}

.badge-sm {
  font-size: 0.75rem;
  padding: 0 0.625rem;
}

.timeline {
  position: relative;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 0;
  border-right: 0.125rem dashed #59d6bd;
  top: 0.3125rem;
  bottom: 0;
  right: 0;
}

.timeline-time {
  position: relative;
  padding-right: 1.75rem;
}
.timeline-time::before, .timeline-time::after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 50rem;
}
.timeline-time::before {
  top: 0.3125rem;
  right: -0.5625rem;
  width: 1.25rem;
  height: 1.25rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  border: 0.125rem solid #794387;
  background-color: #fff;
}
.timeline-time::after {
  width: 0.75rem;
  height: 0.75rem;
  top: 0.5625rem;
  right: -0.28125rem;
  background-color: #e8dfeb;
}
.timeline-time + .timeline-time {
  margin-top: 2rem;
}

.avatar {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50rem;
  overflow: hidden;
}
.avatar img {
  width: 100%;
  height: 100%;
}

.avatar-info {
  width: calc(100% - 4.25rem);
  flex: 1 1 4.25rem;
  font-size: 0.875rem;
}
.avatar-info > div {
  margin: 0;
}

.avatar-wrapper {
  display: flex;
  align-items: center;
}
.avatar-wrapper .avatar-info {
  padding-right: 1rem;
}
@media (max-width: 767.98px) {
  .avatar-wrapper {
    display: block;
    text-align: center;
  }
  .avatar-wrapper .avatar {
    margin: 0 auto 1rem;
  }
  .avatar-wrapper .avatar-info {
    width: 100%;
    padding: 0;
  }
}

.avatar-lg .avatar {
  width: 3.5rem;
  height: 3.5rem;
}
@media (min-width: 768px) {
  .avatar-lg .avatar {
    width: 5.375rem;
    height: 5.375rem;
  }
}
@media (min-width: 768px) {
  .avatar-lg .avatar-info {
    width: calc(100% - 5.375rem);
    flex: 1 1 5.375rem;
    width: calc(100% - 3.5rem);
    flex: 1 1 3.5rem;
  }
}

.sh-thumb-wrapper {
  text-align: center;
}

.sh-thumb {
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .sh-thumb {
    width: 6.125rem;
    height: 6.125rem;
  }
}
@media (max-width: 767.98px) {
  .sh-thumb {
    padding: 0.5rem;
  }
}
.sh-thumb [class^=icon-],
.sh-thumb [class*=" icon-"] {
  font-size: 2.5rem;
  color: #794387;
}
@media (max-width: 1200px) {
  .sh-thumb [class^=icon-],
.sh-thumb [class*=" icon-"] {
    font-size: calc(1.375rem + 1.5vw);
  }
}

.sh-title,
.sh-desc {
  font-size: 0.75rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .sh-title,
.sh-desc {
    font-size: 1rem;
  }
}

.sh-thumb-rounded {
  border-radius: 50rem;
}

.sh-thumb-blue {
  background-color: #0088cc;
}

.sh-thumb-orange {
  background-color: #f6a925;
}

.sh-thumb-red {
  background-color: #f94a4c;
}

.sh-thumb-green {
  background-color: #b8ce01;
}

.sh-thumb-inline {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.sh-thumb-inline .sh-thumb {
  width: 3.5rem;
  height: 3.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  margin: 0;
  background-color: #fff;
}
.sh-thumb-inline .sh-desc {
  padding-right: 1.25rem;
  text-align: right;
  margin-top: 0;
}
.sh-thumb-inline .sh-desc .sh-title {
  margin-top: 0.5rem;
}
.sh-thumb-inline .sh-desc .sh-det {
  font-size: 0.875rem;
  color: #7e7e7e;
}

.sh-thumb-mosaic {
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.625rem;
  width: 5.5rem;
  height: 5.5rem;
}
@media (min-width: 768px) {
  .sh-thumb-mosaic {
    width: 11.625rem;
    height: 11.625rem;
  }
}
.sh-thumb-mosaic .sh-thumb {
  box-shadow: none;
  max-width: 100%;
  width: 7.125rem;
  height: 7.125rem;
}
@media (max-width: 767.98px) {
  .sh-thumb-mosaic .sh-thumb {
    max-width: 56px;
    height: auto;
  }
}
.sh-thumb-mosaic .sh-desc {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .sh-thumb-mosaic .sh-desc {
    font-size: 0.6875rem;
  }
}

.sh-thumb-hover {
  text-decoration: none !important;
  display: block;
  padding: 1rem;
  border-radius: 28px;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .sh-thumb-hover {
    padding: 1.5rem;
  }
}
.sh-thumb-hover .sh-thumb {
  width: 6.75rem;
  height: 6.75rem;
  box-shadow: none;
  border-radius: 50rem;
  transition: all 0.2s;
}
.sh-thumb-hover .sh-desc {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.nano-content {
  direction: ltr;
}
.nano-content * {
  direction: rtl;
}

.tab-pane:not(.active) {
  display: none !important;
}

.rb-message {
  text-align: center;
  margin-top: 3.375rem;
}
.rb-message .rb-message-icon {
  margin-bottom: 1rem;
}
.rb-message .rb-message-icon img {
  max-height: 162px;
}
.rb-message .rb-message-title {
  margin-bottom: 0.75rem;
}
.rb-message .rb-message-desc {
  margin-bottom: 1.75rem;
}
.rb-message .btn {
  margin-bottom: 6.9375rem;
}
@media (min-width: 768px) {
  .rb-message .btn {
    margin-bottom: 0;
    min-width: 185px;
  }
}
.rb-message.rb-message-success .rb-message-title {
  color: #794387;
}

.sticky-rules-wrapper {
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.24);
  background-color: #fff;
  position: fixed;
  right: 1rem;
  bottom: 4.375rem;
  z-index: 100;
  border-radius: 1.5rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 96px;
}
@media (min-width: 768px) {
  .sticky-rules-wrapper {
    bottom: 5rem;
    padding-right: 0;
    min-width: auto;
  }
}
.sticky-rules-wrapper .sticky-rules-link:hover, .sticky-rules-wrapper .sticky-rules-link:focus, .sticky-rules-wrapper .sticky-rules-link:active,
.sticky-rules-wrapper .sticky-rules-close:hover,
.sticky-rules-wrapper .sticky-rules-close:focus,
.sticky-rules-wrapper .sticky-rules-close:active {
  text-decoration: none;
}
.sticky-rules-wrapper .btn {
  border-radius: 50rem;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.3rem;
}
@media (max-width: 1200px) {
  .sticky-rules-wrapper .btn {
    font-size: calc(1.325rem + 0.9vw);
  }
}
.sticky-rules-wrapper .btn .icon-close {
  display: none;
}
@media (max-width: 767.98px) {
  .sticky-rules-wrapper .btn {
    display: none;
  }
}
.sticky-rules-wrapper .sticky-rules-panel {
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  padding: 24px 0;
}
@media (max-width: 767.98px) {
  .sticky-rules-wrapper .sticky-rules-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .sticky-rules-wrapper .sticky-rules-panel {
    width: 328px;
    height: 436px;
    position: absolute;
    right: 0;
    bottom: 100%;
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.24);
    border-radius: 1rem;
    margin-bottom: 0.75rem;
  }
}
.sticky-rules-wrapper .sticky-rules-panel .sticky-rules-close {
  position: absolute;
  left: 24px;
  top: 0.25rem;
  line-height: 1;
  color: #212121;
  font-size: 1.25rem;
}
.sticky-rules-wrapper .sticky-rules-panel .sticky-rules-title {
  background-color: #fff;
  padding: 0 24px 12px;
  position: relative;
  font-weight: bold;
  z-index: 1;
}
@media (min-width: 768px) {
  .sticky-rules-wrapper .sticky-rules-panel .sticky-rules-title {
    display: none;
  }
}
.sticky-rules-wrapper .sticky-rules-panel .sticky-rules-scroller .nano-content {
  padding: 0 24px;
}
@media (max-width: 767.98px) {
  .sticky-rules-wrapper .sticky-rules-panel .sticky-rules-scroller .nano-content {
    padding-top: 40px;
  }
}
.sticky-rules-wrapper .sticky-rules-panel .sticky-rules-scroller > .nano-pane {
  opacity: 1;
  right: 0.5rem;
  background: none;
  width: 6px;
}
.sticky-rules-wrapper .sticky-rules-panel .sticky-rules-scroller > .nano-pane .nano-slider {
  background: #e9e0ec;
  border-radius: 0;
}
.sticky-rules-wrapper .sticky-rules-panel ul {
  padding-right: 1rem;
}
.sticky-rules-wrapper.is-open .btn .icon-info {
  display: none;
}
.sticky-rules-wrapper.is-open .btn .icon-close {
  display: inline-block;
}
.sticky-rules-wrapper.is-open .sticky-rules-panel {
  visibility: visible;
  opacity: 1;
}

.no-result {
  text-align: center;
}
.no-result .no-result-icon {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50rem;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.no-result .no-result-caption {
  color: #7e7e7e;
  margin-top: 1.125rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.toast {
  position: fixed;
  z-index: 1000;
  border: 1px solid transparent;
  color: #303030;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  overflow: hidden;
  width: 380px;
  max-width: 100%;
  background-color: #fff;
  display: none;
}
.toast.fade {
  opacity: 0;
  -webkit-animation: fadeIn 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeIn 1s;
  /* Firefox < 16 */
  -ms-animation: fadeIn 1s;
  /* Internet Explorer */
  -o-animation: fadeIn 1s;
  /* Opera < 12.1 */
  animation: fadeIn 1s;
}
.toast.fade.show {
  opacity: 1;
}
.toast.show {
  display: block;
}

.toast-body {
  position: relative;
  padding: 1rem 4.9375rem 1rem 1rem;
}
.toast-body .toast-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3.9375rem;
  text-align: center;
  color: #fff;
}
.toast-body .toast-icon::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  font-size: 1.75rem;
  left: 0;
  right: 0;
  top: 0.75rem;
}
@media (max-width: 1200px) {
  .toast-body .toast-icon::after {
    font-size: calc(1.3rem + 0.6vw);
  }
}

.toast-title {
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

.toast-desc {
  font-size: 0.75rem;
}

.toast-bottom {
  bottom: 6.25rem;
}

.toast-top {
  top: 6.25rem;
}

.toast-right {
  right: 1rem;
}
@media (max-width: 767.98px) {
  .toast-right {
    left: 1rem;
    width: auto;
  }
}

.toast-left {
  left: 1rem;
}

.toast-success {
  border-color: #28a745;
}
.toast-success .toast-icon {
  background-color: #28a745;
}
.toast-success .toast-icon::after {
  content: "";
}

.toast-failed {
  border-color: #E83E59;
}
.toast-failed .toast-icon {
  background-color: #E83E59;
}
.toast-failed .toast-icon::after {
  content: "";
}

.toast-warning {
  border-color: #ffc107;
}
.toast-warning .toast-icon {
  background-color: #ffc107;
}
.toast-warning .toast-icon::after {
  content: "";
}

.pagination,
.paginator,
.paging-options,
.select-page {
  display: flex;
  align-items: center;
}

.pagination {
  border-radius: 0.5rem;
  background-color: #794387;
  justify-content: center;
  color: #fff;
  padding: 0.5rem 1.5rem;
}
@media (min-width: 768px) {
  .pagination {
    justify-content: space-between;
  }
}
.pagination .paginator > li > a {
  color: #fff;
}
.pagination .paginator > li:not(.first):not(.last) > a {
  border-color: #d6c5da;
}
.pagination .paginator > li.active > a {
  background-color: #fff;
  color: #794387;
}

.paginator {
  list-style: none;
  margin: 0;
  padding: 0;
}
.paginator > li {
  display: flex;
  align-items: center;
}
.paginator > li + li {
  margin-right: 1rem;
}
.paginator > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.paginator > li:not(.first):not(.last) > a {
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  border-radius: 0.215rem;
  padding-top: 0.25rem;
}

.paging-options {
  white-space: nowrap;
  display: none;
}
@media (min-width: 768px) {
  .paging-options {
    display: flex;
  }
}
.paging-options .form-control {
  width: 45px;
  height: 30px;
  padding: 0 0.375rem;
}

.select-page {
  padding-left: 1.5rem;
}
.select-page > div {
  padding-left: 1rem;
}

label.error {
  margin-bottom: 0;
  color: #e74b50;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.25rem;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1;
}

.input-group {
  position: relative;
}
.input-group label.error {
  bottom: -28px;
}
.input-group .form-control.error {
  border-color: #e74b50;
}

.banner-fullwidth {
  width: 100%;
  position: relative;
}
.banner-fullwidth .fullwidth {
  width: 100%;
  display: block;
}
.banner-fullwidth .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-fullwidth .container .row {
  align-items: center;
}
.banner-fullwidth .fullwidth-btn-wrapper {
  text-align: left;
}
.banner-fullwidth .fullwidth-btn-wrapper .btn + .btn {
  margin-right: 1rem;
}

.checklist-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.checklist-title {
  position: relative;
  padding-right: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-weight: 1rem;
}
.checklist-title::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 0.875rem;
  width: 0.875rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  content: "";
}

.form-check + .checklist-title {
  margin-top: 3rem;
}

.container {
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1420px;
}
@media (min-width: 768px) {
  .container {
    padding-right: 28px;
    padding-left: 28px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xlg,
.col-xlg-auto, .col-xlg-12, .col-xlg-11, .col-xlg-10, .col-xlg-9, .col-xlg-8, .col-xlg-7, .col-xlg-6, .col-xlg-5, .col-xlg-4, .col-xlg-3, .col-xlg-2, .col-xlg-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xlg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xlg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xlg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xlg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xlg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xlg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xlg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xlg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xlg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xlg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xlg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xlg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xlg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.header-section {
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  height: 55px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 992px) {
  .header-section {
    height: 60px;
  }
}
.header-section .logo {
  width: 110px;
  padding: 0.5rem;
  display: block;
  height: 55px;
}
@media (min-width: 992px) {
  .header-section .logo {
    height: 60px;
    padding-top: 0.625rem;
  }
}
.header-section .logo:hover, .header-section .logo:focus, .header-section .logo:active {
  text-decoration: none;
}
.header-section .navigation {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header-section .navigation {
    justify-content: space-between;
  }
}
.header-section .navigation .menu > li {
  margin-top: 1.25rem;
}
.header-section .navigation .menu > li:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .header-section .navigation .menu > li {
    margin-right: 1rem;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .header-section .navigation .menu > li {
    margin-right: 2.125rem;
    margin-top: 0;
  }
}
.header-section .navigation .menu > li > a .badge {
  color: #af1b74;
  margin-right: 0.625rem;
}
@media (max-width: 991.98px) {
  .header-section .navigation .menu > li > a .badge {
    display: none;
  }
}

@media (min-width: 768px) {
  .footer-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .footer-section .text-primary:not(.ltr) {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .footer-section {
    padding-bottom: 1rem;
  }
}

.footer-menu {
  margin: 0;
  padding-right: 0.875rem;
  color: #794387;
}
.footer-menu > li {
  margin-top: 1rem;
}
.footer-menu > li > a {
  font-size: 0.75rem;
  color: #212121;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-menu > li > a {
    font-size: 0.6875rem;
  }
}

@media (max-width: 991.98px) {
  .lenmd {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lenmd {
    justify-content: center;
    flex-wrap: inherit;
    margin-left: auto;
    margin-right: auto;
  }
  .lenmd > div {
    width: auto;
    flex: initial;
  }
}
.lenmd img {
  width: 83px;
  max-width: 100%;
}

.copyright-section {
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.banner-section {
  background-image: url(../../images/page-heder.png), linear-gradient(84deg, #efe8f0 0%, #fcfbfd 100%);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .banner-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-size: contain;
  }
}
.banner-section .banner-title-wrapper .h1 {
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .banner-section .banner-title-wrapper .h1 {
    margin-bottom: 0.75rem;
  }
}
.banner-section .banner-title-icon {
  display: flex;
}
@media (min-width: 768px) {
  .banner-section .banner-title-icon {
    align-items: center;
  }
}
.banner-section .banner-title-icon .banner-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.875rem;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0088cc;
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  .banner-section .banner-title-icon .banner-icon {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (min-width: 768px) {
  .banner-section .banner-title-icon .banner-icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.banner-section .banner-title-icon .banner-title-wrapper {
  flex: 1 1 3rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .banner-section .banner-title-icon .banner-title-wrapper {
    flex: 1 1 4.5rem;
    padding-right: 2rem;
  }
}
.banner-section .banner-title-icon .banner-title-wrapper .h1 {
  text-align: right;
}
.banner-section .banner-title-icon .banner-title-date {
  color: #7e7e7e;
}
.banner-section .banner-title-icon .banner-title-desc {
  padding-top: 0.875rem;
  font-size: 0.875rem;
}

.search-section {
  background: linear-gradient(84deg, #efe8f0 0%, #fcfbfd 100%);
  padding-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .search-section .service-list {
    margin-top: -2rem;
  }
}
.search-section .input-group .form-control {
  height: 2.625rem;
}
@media (min-width: 768px) {
  .search-section .input-group .form-control {
    height: 3.25rem;
  }
}
.search-section .input-group .btn {
  height: 100%;
}
@media (min-width: 768px) {
  .search-section .input-group .btn {
    min-width: 135px;
  }
}
.search-section .search-bar {
  position: relative;
}
.search-section .search-bar .form-control {
  padding-right: 3rem;
}
.search-section .search-bar .icon-search {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  font-size: 2rem;
  color: #7e7e7e;
}
@media (max-width: 1200px) {
  .search-section .search-bar .icon-search {
    font-size: calc(1.325rem + 0.9vw);
  }
}

.search-section-top {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .search-section-top {
    margin-top: -2rem;
    margin-bottom: 0;
  }
}

.sidebar {
  border-radius: 0.25rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative;
}
.sidebar.sidebar-center {
  text-align: center;
}
.sidebar.is-fixed {
  position: sticky;
  top: 5rem;
}
.sidebar .sidebar-body {
  padding: 1rem;
}
.sidebar .sidebar-body h4,
.sidebar .sidebar-body .h4 {
  margin-bottom: 0.875rem;
}
.sidebar .sidebar-footer {
  padding: 1rem;
}
@media (min-width: 992px) {
  .sidebar .sidebar-footer {
    border-top: 1px solid #e0e0e0;
  }
}
.sidebar .sidebar-header {
  padding: 1rem;
  border-bottom: 2px dashed #e0e0e0;
}
.sidebar .sidebar-header h1,
.sidebar .sidebar-header .h1,
.sidebar .sidebar-header h2,
.sidebar .sidebar-header .h2,
.sidebar .sidebar-header h3,
.sidebar .sidebar-header .h3,
.sidebar .sidebar-header h4,
.sidebar .sidebar-header .h4,
.sidebar .sidebar-header h5,
.sidebar .sidebar-header .h5,
.sidebar .sidebar-header h6,
.sidebar .sidebar-header .h6 {
  margin: 0;
}

.job-slider-section {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.job-unit-section {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .job-unit-section {
    margin-top: 3.5rem;
  }
}

@media (min-width: 768px) {
  .job-unit-btn-wrapper {
    text-align: center;
  }
}
.job-unit-btn-wrapper .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.375rem;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
}
@media (min-width: 992px) {
  .job-unit-btn-wrapper .btn {
    margin-left: 1.5rem;
    margin-bottom: 0;
  }
}
.job-unit-btn-wrapper .btn-outline-primary.active {
  color: #fff;
  background-color: #794387;
  border-color: #794387;
}
.job-unit-btn-wrapper .btn-outline-primary.active:hover {
  color: #fff;
  border-color: #4c3683;
  background-color: #4c3683;
}
.job-unit-btn-wrapper .btn-outline-primary.active.disabled, .job-unit-btn-wrapper .btn-outline-primary.active:disabled {
  color: #7e7e7e;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  cursor: default;
}
.job-unit-btn-wrapper .btn-outline-primary.active:not(:disabled):active, .job-unit-btn-wrapper .btn-outline-primary.active:not(:disabled).active, .job-unit-btn-wrapper .btn-outline-primary.active:not(.disabled):active, .job-unit-btn-wrapper .btn-outline-primary.active:not(.disabled).active {
  color: #fff;
  border-color: #794387;
  background-color: #794387;
  box-shadow: none;
}
.job-unit-btn-wrapper .btn-outline-primary.active:not(:disabled):focus, .job-unit-btn-wrapper .btn-outline-primary.active:not(:disabled).focus, .job-unit-btn-wrapper .btn-outline-primary.active:not(.disabled):focus, .job-unit-btn-wrapper .btn-outline-primary.active:not(.disabled).focus {
  color: #fff;
  border-color: #794387;
  background-color: #794387;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(141, 95, 153, 0.5);
}

.job-unit-wrapper {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .job-unit-wrapper {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .job-unit-wrapper > .row {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .job-unit-wrapper > .row > div {
    margin-bottom: 1.5rem;
  }
}
.job-unit-wrapper .job-unit {
  border: 1px solid #e0e0e0;
  border-radius: 0.625rem;
  padding: 0.625rem 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-unit-wrapper .job-unit:hover, .job-unit-wrapper .job-unit:focus, .job-unit-wrapper .job-unit:active {
  text-decoration: none;
}
@media (min-width: 992px) {
  .job-unit-wrapper .job-unit {
    padding: 1.4375rem 1.4375rem;
  }
}
@media (max-width: 767.98px) {
  .job-unit-wrapper .job-unit .job-unit-title {
    font-size: 0.75rem;
  }
}

.job-cooperator-wrapper {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}
@media (min-width: 768px) {
  .job-cooperator-wrapper {
    margin-top: 5.375rem;
    margin-bottom: 5.375rem;
  }
}
.job-cooperator-wrapper .job-cooperator-title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.job-cooperator-wrapper .job-cooperator-logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-cooperator-wrapper .job-cooperator {
  width: 5.75rem;
  height: 5.75rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.75rem;
}
.job-cooperator-wrapper .job-cooperator:hover, .job-cooperator-wrapper .job-cooperator:focus, .job-cooperator-wrapper .job-cooperator:active {
  text-decoration: none;
}
@media (min-width: 768px) {
  .job-cooperator-wrapper .job-cooperator {
    width: 7.75rem;
    height: 7.75rem;
    padding: 1.125rem 1.4375rem;
  }
}
.job-cooperator-wrapper .job-cooperator img {
  width: 100%;
}

.job-benefits {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .job-benefits {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.625rem;
    padding-top: 2.625rem;
  }
}
.job-benefits .row > [class*=col-] {
  margin-bottom: 2.375rem;
}
.job-benefits .job-benefit-title {
  text-align: center;
  margin-bottom: 2.25rem;
}
.job-benefits .job-mosaic {
  width: 10.625rem;
  height: 10.625rem;
  background-color: #f4f0f6;
  border-radius: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .job-benefits .job-mosaic {
    width: 22.625rem;
    height: 22.625rem;
  }
}
.job-benefits .job-mosaic .sh-thumb-wrapper {
  position: absolute;
  z-index: 1;
}
.job-benefits .job-mosaic .sh-thumb-wrapper.left {
  left: -60%;
}
.job-benefits .job-mosaic .sh-thumb-wrapper.right {
  right: -10%;
}
.job-benefits .job-mosaic .sh-thumb-wrapper.center-x {
  top: 50%;
}
.job-benefits .job-mosaic .sh-thumb-wrapper.center-x.left {
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.job-benefits .job-mosaic .sh-thumb-wrapper.center-x.right {
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.job-benefits .job-mosaic .sh-thumb-wrapper.top {
  top: 20%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.job-benefits .job-mosaic .sh-thumb-wrapper.bottom {
  bottom: 20%;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.job-benefits .job-mosaic .sh-thumb-wrapper.center-y {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.job-benefits.job-benefits-mosaic {
  padding-bottom: 6.875rem;
}
.job-benefits.job-benefits-mosaic .job-benefit-title {
  margin-bottom: 3.25rem;
}

.blog-featured {
  margin-top: 3rem;
}

.blog-header-thumb {
  border-radius: 0.375rem;
}
.blog-header-thumb .blog-header-link {
  display: block;
}
.blog-header-thumb .blog-header-link:hover, .blog-header-thumb .blog-header-link:focus, .blog-header-thumb .blog-header-link:active {
  text-align: none;
}
.blog-header-thumb img {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
}

@media (min-width: 768px) {
  .blog-header-thumb-vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.blog-section {
  margin-bottom: 3.625rem;
}
@media (max-width: 767.98px) {
  .blog-section .post {
    margin-bottom: 2rem;
  }
}

.blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.blog-header .blog-header-title [class^=icon-],
.blog-header .blog-header-title [class*=" icon-"] {
  margin-left: 1rem;
  top: 7px;
  color: #794387;
}
.blog-header .blog-header-more {
  color: #212121;
  font-size: 1rem;
}
.blog-header .blog-header-more:hover, .blog-header .blog-header-more:focus, .blog-header .blog-header-more:active {
  text-decoration: none;
}
.blog-header .blog-header-more [class^=icon-],
.blog-header .blog-header-more [class*=" icon-"] {
  top: 7px;
  font-size: 1.25rem;
}

.blog-detail-header img {
  width: 100%;
  display: block;
}

.blog-detail-body h3,
.blog-detail-body .h3 {
  margin-bottom: 0.75rem;
}

.blog-detail-title {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.blog-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .blog-items {
    justify-content: start;
  }
}
.blog-items a {
  display: inline-flex;
  align-items: center;
  color: #212121;
}
.blog-items a [class^=icon-],
.blog-items a [class*=" icon-"] {
  margin-left: 0.5rem;
  font-size: 1.25rem;
}
.blog-items a span {
  display: inline-block;
}
@media (min-width: 768px) {
  .blog-items a + a {
    margin-right: 6.25rem;
  }
}
.blog-items a:hover, .blog-items a:focus, .blog-items a:active {
  text-decoration: none;
}

.blog-detail-content {
  padding-bottom: 5.375rem;
  color: #7e7e7e;
}
@media (min-width: 768px) {
  .blog-detail-content {
    padding-bottom: 0;
  }
}
.blog-detail-content h1,
.blog-detail-content .h1,
.blog-detail-content h2,
.blog-detail-content .h2,
.blog-detail-content h3,
.blog-detail-content .h3,
.blog-detail-content h4,
.blog-detail-content .h4,
.blog-detail-content h5,
.blog-detail-content .h5,
.blog-detail-content h6,
.blog-detail-content .h6 {
  color: #212121;
}

.blog-resource {
  margin-top: 1.75rem;
  margin-bottom: 5.375rem;
}
.blog-resource h3,
.blog-resource .h3 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .blog-resource .blog-resource-avatar {
    text-align: center;
  }
  .blog-resource .blog-resource-avatar > .avatar-wrapper {
    display: block;
    margin-bottom: 1rem;
  }
  .blog-resource .blog-resource-avatar > .avatar-wrapper .avatar {
    margin: 0 auto 0.75rem;
  }
}
@media (min-width: 768px) {
  .blog-resource .blog-resource-avatar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .blog-resource .blog-resource-avatar .blog-avatar-divider {
    border-left: 1px solid #e0e0e0;
    height: 4rem;
  }
}
.blog-resource .blog-resource-avatar > .btn {
  min-width: 130px;
}
@media (min-width: 768px) {
  .blog-resource .blog-resource-avatar > .btn {
    min-width: 144px;
  }
}

.blog-status-expired {
  color: #ef7414;
}

.blog-related-title {
  margin-bottom: 0.75rem;
}

.blog-list {
  margin-top: 3rem;
}
.blog-list .post {
  margin-bottom: 28px;
}

.blog-main {
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .blog-main {
    min-height: 600px;
  }
}
.blog-main .pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-header-bg {
  position: relative;
}
.blog-header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.blog-header-bg .post-caption {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
}
.blog-header-bg .post-caption * {
  color: #fff;
}

@media (min-width: 992px) {
  .contact-info {
    padding-left: 5.625;
  }
}

.contact-way {
  padding-bottom: 1.5rem;
}
.contact-way .contact-way-key {
  display: flex;
  width: 100%;
}
.contact-way .contact-way-key [class^=icon-],
.contact-way .contact-way-key [class*=" icon-"] {
  font-size: 1.5rem;
  top: 5px;
  width: 1.3125rem;
}
@media (max-width: 1200px) {
  .contact-way .contact-way-key [class^=icon-],
.contact-way .contact-way-key [class*=" icon-"] {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.contact-way .contact-way-key .contact-way-phone,
.contact-way .contact-way-key .contact-way-bot,
.contact-way .contact-way-key .contact-way-address {
  padding-right: 0.5rem;
}
@media (max-width: 767.98px) {
  .contact-way .contact-way-key .contact-way-phone .text-muted {
    display: block;
  }
}
.contact-way .contact-way-value {
  display: inline-block;
  padding-right: 1.8125rem;
}
@media (max-width: 767.98px) {
  .contact-way .contact-way-value,
.contact-way .contact-way-phone .text-muted,
.contact-way .contact-way-bot .text-muted,
.contact-way .contact-way-address .text-muted {
    font-size: 0.8125rem;
  }
}

.contact-map iframe {
  width: 100%;
  height: 425px;
}

.contest-detail-title {
  margin-bottom: 3rem;
}
.contest-detail-title .h3,
.contest-detail-title h3 {
  margin-bottom: 0.75rem;
}

.contest-detail-video {
  border-radius: 1.125rem;
  overflow: hidden;
  margin-bottom: 2.875rem;
}
.contest-detail-video a {
  display: block;
  position: relative;
}
.contest-detail-video a:hover, .contest-detail-video a:focus, .contest-detail-video a:active {
  text-decoration: none;
}
.contest-detail-video a img {
  width: 100%;
}
.contest-detail-video a .icon-play_circle_outline {
  position: absolute;
  left: 0;
  right: 0;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  text-align: center;
  font-size: 6rem;
}
@media (max-width: 1200px) {
  .contest-detail-video a .icon-play_circle_outline {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.contest-detail-body .btn {
  min-width: 165px;
}

.contest-detail-winner {
  margin-bottom: 3.75rem;
}
.contest-detail-winner .row [class*=col-] {
  margin-bottom: 1.5rem;
}

.contest-winner-box {
  position: relative;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 3.875rem;
  padding-left: 4.375rem;
  border-radius: 0.625rem;
}
.contest-winner-box .contest-winner-indicator,
.contest-winner-box .contest-winner-git {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contest-winner-box .contest-winner-indicator {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50rem;
  right: 1rem;
  text-align: center;
  background-color: #efe8f0;
  color: #794387;
}
.contest-winner-box .contest-winner-git {
  left: 1rem;
  width: 2.375rem;
  height: 2.375rem;
}
.contest-winner-box .contest-winner-title {
  padding-top: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contest-git-address {
  color: #ef7414;
  font-size: 0.75rem;
}

.newsletter-section {
  background-image: linear-gradient(95deg, #794387 40%, #af1b74 100%);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .newsletter-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .newsletter-wrapper .input-group {
    max-width: 340px;
  }
}
.newsletter-wrapper .input-group > .form-control {
  border-color: #794387;
}
.newsletter-wrapper .input-group .input-group-append .btn {
  height: 100%;
}
.newsletter-wrapper .newsletter-label {
  color: #fff;
}
@media (max-width: 767.98px) {
  .newsletter-wrapper .newsletter-label {
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .newsletter-wrapper .newsletter-label {
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  .download-section {
    padding-top: 3rem;
  }
}
.download-section .download-section-wrapper {
  position: relative;
  display: flex;
}
.download-section .download-section-wrapper .slider,
.download-section .download-section-wrapper .download-links-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .download-section .download-section-wrapper .slider img {
    max-width: 80%;
  }
}
@media (max-width: 991.98px) {
  .download-section .download-section-wrapper {
    flex-direction: column-reverse;
  }
  .download-section .download-section-wrapper .slider {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .download-section .download-section-wrapper {
    align-items: center;
  }
  .download-section .download-section-wrapper .slider {
    width: 48%;
  }
  .download-section .download-section-wrapper .download-links-wrapper {
    width: 52%;
    max-width: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .download-section .download-section-wrapper .slider {
    width: 33%;
  }
  .download-section .download-section-wrapper .download-links-wrapper {
    width: 67%;
  }
}
@media (min-width: 992px) {
  .download-section .download-section-wrapper .download-links-wrapper {
    margin-top: -10rem;
    margin-bottom: 0;
  }
}
.download-section .download-section-wrapper .download-polygon {
  position: absolute;
}
.download-section .download-section-wrapper .download-polygon-1 {
  display: none;
}
@media (min-width: 768px) {
  .download-section .download-section-wrapper .download-polygon-1 {
    display: block;
    top: 2.625rem;
    left: 0;
    width: 48px;
  }
}
@media (min-width: 992px) {
  .download-section .download-section-wrapper .download-polygon-1 {
    top: 0;
    left: 12rem;
  }
}
.download-section .download-section-wrapper .download-polygon-2 {
  bottom: -3.8rem;
  left: 0;
  width: 72px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .download-section .download-section-wrapper .download-polygon-2 {
    bottom: 10rem;
  }
}
@media (min-width: 992px) {
  .download-section .download-section-wrapper .download-polygon-2 {
    left: 8rem;
    bottom: 3rem;
  }
}
.download-section .download-section-wrapper .download-polygon-3 {
  right: 0;
  top: 207px;
  width: 52px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .download-section .download-section-wrapper .download-polygon-3 {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .download-section .download-section-wrapper .download-polygon-3 {
    top: initial;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}
.download-section .download-links-wrapper {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 3.3125rem;
}
.download-section .download-links-wrapper .h1 {
  margin-bottom: 0.875rem;
  margin-top: 0;
}
@media (min-width: 992px) {
  .download-section .download-links-wrapper .h1 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .download-section .download-links-wrapper .h1 {
    padding-left: 50px;
    padding-right: 50px;
    line-height: 30px;
  }
}
.download-section .download-links-wrapper .h3 {
  margin-bottom: 2rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .download-section .download-links-wrapper .h3 {
    margin-bottom: 4rem;
  }
}
.download-section .download-links-wrapper .download-links {
  display: flex;
  justify-content: space-between;
  max-width: 630px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .download-section .download-links-wrapper .download-links {
    justify-content: space-around;
  }
}
.download-section .download-links-wrapper .download-links .btn {
  width: 178px;
  max-width: 48%;
}
.download-section .download-section-only {
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.download-section .download-section-only .h3 {
  font-weight: 400;
  line-height: 2rem;
}

.cj-section {
  background-color: transparent;
  background-position: right top;
  background-repeat: repeat-x;
  background-image: url("../images/bg-cj-sm.png");
  background-size: cover;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .cj-section {
    background-image: url("../images/bg-cj-md.png");
  }
}
@media (min-width: 992px) {
  .cj-section {
    background-image: url("../images/bg-cj.png");
  }
}
.cj-section .row {
  align-items: center;
}
@media (max-width: 991.98px) {
  .cj-section .row {
    flex-direction: column-reverse;
  }
}
.cj-section .cj-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .cj-section .post-caption {
    padding: 2rem 0 2.25rem;
  }
}

.more-section {
  padding-top: 50px;
  padding-bottom: 30px;
}
.more-section .h1 {
  margin-bottom: 2rem;
  text-align: center;
}
.more-section .row .col-6 {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .more-section .row .col-6 {
    flex: 0 0 148px;
    max-width: 148px;
  }
}
@media (min-width: 992px) {
  .more-section .row .col-6 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
}
.more-section .row .col-6 .sh-thumb-mosaic {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .more-section .row .col-6 .sh-thumb-mosaic .sh-thumb {
    height: 5.625rem;
  }
}
@media (max-width: 767.98px) {
  .more-section .row .col-6 .sh-thumb-mosaic .sh-thumb {
    min-height: 80px;
  }
}
.more-section .row .col-6 .sh-thumb-mosaic .sh-desc {
  padding: 0 0.625rem 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .more-section .row .col-6 .sh-thumb-mosaic .sh-desc {
    padding: 0 0.75rem 0.75rem;
  }
}

.more-section-item {
  padding-bottom: 30px;
}
.more-section-item .h1 {
  margin-bottom: 2rem;
  text-align: center;
}

.service-section {
  text-align: center;
  padding-top: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .service-section {
    background-image: url("../images/services/bg-service.png");
    background-color: transparent;
    background-position: right top;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  .service-section .service-section-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .service-section .service-section-caption {
    max-width: 360px;
    text-align: right;
    margin: 0 auto 2.25rem;
  }
}
.service-section .service-section-caption .service-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .service-section .service-section-caption .service-section-title {
    display: flex;
    align-items: center;
  }
}
.service-section .service-section-caption .service-section-title [class^=icon-],
.service-section .service-section-caption .service-section-title [class*=" icon-"] {
  margin-left: 1rem;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .service-section .service-section-caption .service-section-title [class^=icon-],
.service-section .service-section-caption .service-section-title [class*=" icon-"] {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 768px) {
  .service-section .service-section-caption .service-section-title [class^=icon-],
.service-section .service-section-caption .service-section-title [class*=" icon-"] {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .service-section .service-section-caption .service-section-title [class^=icon-],
.service-section .service-section-caption .service-section-title [class*=" icon-"] {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (min-width: 992px) {
  .service-section .service-section-caption .service-section-title [class^=icon-],
.service-section .service-section-caption .service-section-title [class*=" icon-"] {
    margin-bottom: 1rem;
    margin-left: 0;
  }
}
.service-section .service-section-caption .by2 {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.service-slider-wrapper {
  max-width: 100%;
  position: relative;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .service-slider-wrapper {
    width: 100%;
  }
}
.service-slider-wrapper .service-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  bottom: 0;
  direction: ltr;
  width: 210px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 28.5px;
}
@media (min-width: 768px) {
  .service-slider-wrapper .service-slider {
    width: 274px;
    margin-right: 143px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .service-slider-wrapper .service-slider {
    margin-right: 33px;
  }
}
@media (min-width: 1400px) {
  .service-slider-wrapper .service-slider {
    margin-right: auto;
    margin-left: 272px;
  }
}
.service-slider-wrapper .service-slider .swiper-container {
  height: calc(100% + 24px);
}
.service-slider-wrapper .service-slider .service-slider-image {
  height: calc(100% - 46px);
}
.service-slider-wrapper .service-slider .service-slider-image.has-mt-md {
  margin-top: 20px;
}
.service-slider-wrapper .service-slider .service-slider-image.has-mt-lg {
  margin-top: 30px;
}
.service-slider-wrapper .service-slider .service-slider-image.has-mt-xlg {
  margin-top: 40px;
}
.service-slider-wrapper .service-slider .service-slider-desc {
  position: absolute;
  left: 0%;
  right: 0;
  text-align: center;
  bottom: -10px;
  height: 46px;
  overflow: hidden;
  line-height: 19px;
  text-align: right;
}
@media (min-width: 768px) {
  .service-slider-wrapper .service-slider .service-slider-desc {
    bottom: 0;
    text-align: center;
  }
}
.service-slider-wrapper .service-slider .service-slider-desc > span {
  padding-right: 0.75rem;
  border-right: 3px solid #794387;
  color: #794387;
  display: inline-block;
}

.service-section {
  padding-bottom: 40px;
}
.service-section:not(.service-section-reversed) .service-slider .service-slider-desc {
  margin-right: 28.5px;
}

.service-section-reversed {
  background-position: left top;
}
@media (max-width: 991.98px) {
  .service-section-reversed .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .service-section-reversed::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-image: url("../images/services/bg-service-reversed.png");
    background-color: transparent;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
.service-section-reversed .service-slider-wrapper .service-slider {
  padding-right: 28.5px;
}
@media (min-width: 768px) {
  .service-section-reversed .service-slider-wrapper .service-slider {
    margin-right: 274px;
    padding-right: 0;
    width: 260px;
  }
}
@media (min-width: 992px) {
  .service-section-reversed .service-slider-wrapper .service-slider {
    margin-right: 153px;
    margin-left: auto;
  }
}
@media (min-width: 1400px) {
  .service-section-reversed .service-slider-wrapper .service-slider {
    margin-right: 252px;
  }
}

.vod-section {
  background-color: #f7f4f8;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}
.vod-section .vod-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.vod-section .vod-title [class^=icon-],
.vod-section .vod-title [class*=" icon-"] {
  margin-left: 1rem;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .vod-section .vod-title [class^=icon-],
.vod-section .vod-title [class*=" icon-"] {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (min-width: 768px) {
  .vod-section .vod-title [class^=icon-],
.vod-section .vod-title [class*=" icon-"] {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .vod-section .vod-title [class^=icon-],
.vod-section .vod-title [class*=" icon-"] {
    font-size: calc(1.35rem + 1.2vw);
  }
}
.vod-section .vod-slider {
  margin-top: 3rem;
  padding-left: 36px;
}
.vod-section .vod-service-slider .swiper-wrapper {
  padding-bottom: 40px;
}
.vod-section .vod-service-slider .swiper-slide {
  width: 149px;
}
@media (min-width: 768px) {
  .vod-section .vod-service-slider .swiper-slide {
    width: 187px;
  }
}
.vod-section .vod-service-slider .swiper-slide .card {
  box-shadow: 15px 15px 30px 0 rgba(0, 0, 0, 0.16);
}

.contets-section {
  padding-bottom: 80px;
}
.contets-section .row {
  align-items: center;
}
.contets-section .contets-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .contets-section .contets-img {
    max-width: 70%;
  }
}
@media (min-width: 768px) {
  .contets-section .contets-img {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .service-section h3,
.service-section .h3,
.vod-section h3,
.vod-section .h3 {
    font-size: 1.125rem;
  }
}

@media (max-width: 991.98px) {
  .service-section .h1,
.more-section .h1 {
    text-align: center;
  }
}

.page-section {
  padding-top: 1rem;
  padding-bottom: 5.375rem;
}
@media (min-width: 768px) {
  .page-section {
    min-height: 196px;
    padding-top: 3.125rem;
    padding-bottom: 7.25rem;
  }
}
.page-section ul,
.page-section ol {
  font-size: 0.875rem;
}
.page-section ul > li,
.page-section ol > li {
  margin-bottom: 1rem;
}

.page-img {
  text-align: center;
}

.job-unit-btn-wrapper .btn {
  height: auto;
}

.install-section {
  width: 100%;
  max-width: 334px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem 0;
}
@media (min-width: 768px) {
  .install-section {
    padding-top: 4rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.install-section .row {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.install-section .row > [class*=col-] {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.install-section .box + .box {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .install-section .box + .box {
    margin-top: 2rem;
  }
}
.install-title {
  margin-bottom: 1.75rem;
}
@media (max-width: 767.98px) {
  .install-android .btn {
    height: 48px;
  }
}
.install-row {
  max-width: initial;
}
.install-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
}
.install-img {
  width: 50px;
  padding-left: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
}
.install-img img {
  width: 100%;
}

.page-new-feature img {
  border-radius: 1rem;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 991.98px) {
  .page-new-feature img {
    width: 100% !important;
  }
}
.page-new-feature .jumborton {
  margin-bottom: 3.5rem;
}

.page-new-feature-gif {
  text-align: center;
}
.page-new-feature-gif video {
  max-width: 70%;
}

@media (max-width: 767.98px) {
  .page-jobs {
    padding-top: 1.5rem;
    padding-bottom: 5.375rem;
  }
}

@media (min-width: 768px) {
  .page-jobs-form .input-group,
.page-jobs-form .form-control:not(textarea) {
    max-width: 328px;
  }
  .page-jobs-form .form-group {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .page-jobs-form textarea.form-control {
    max-width: 700px;
  }
}
@media (max-width: 767.98px) {
  .page-jobs-form .custom-file-format {
    display: block;
  }
}
.page-jobs-form h5,
.page-jobs-form .h5 {
  margin-bottom: 1rem;
}

.page-blog-detail img {
  border-radius: 0.25rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-blog-detail .jumborton {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.page-blog-author .post {
  margin-bottom: 2rem;
}
.page-blog-author .jumborton-bg-rs {
  margin-bottom: 3.75rem;
}
.page-blog-author .jumborton-bg-rs .avatar-wrapper {
  align-items: flex-start;
}

.page-policy h4,
.page-policy .h4,
.page-rules h4,
.page-rules .h4,
.page-jobs h4,
.page-jobs .h4 {
  margin-bottom: 0.75rem;
}

.page-policy h5,
.page-policy .h5,
.page-rules h5,
.page-rules .h5 {
  margin-bottom: 0.75rem;
}
.page-policy h5,
.page-policy .h5,
.page-rules h5,
.page-rules .h5 {
  margin-top: 2rem;
}
.page-policy .pointer,
.page-rules .pointer {
  margin-bottom: 3rem;
}

.page-blog-detail,
.page-new-feature {
  padding-top: 0;
}

.page-about {
  padding-bottom: 4.375rem;
}

.page-jobs .btn-primary,
.page-jobs-form .btn-primary {
  min-width: 153px;
}

.page-logo h3,
.page-logo .h3 {
  margin-bottom: 2.25rem;
}

.page-new-feature {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-new-feature .download-link {
    margin-top: 2rem;
  }
}

.page-contest .blog-section:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-contest-form .input-group,
.page-contest-form .form-control:not(textarea),
.page-contest .input-group,
.page-contest .form-control:not(textarea) {
    max-width: 328px;
  }
}
.page-contest-form .form-group .btn,
.page-contest .form-group .btn {
  min-width: 125px;
}

.page-contest-form h4,
.page-contest-form .h4 {
  margin-bottom: 0.75rem;
}

.page-error {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .page-error {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.error-wrapper {
  text-align: center;
}

.error-img img,
.error-img svg {
  max-width: 100%;
}

.error-message {
  font-weight: bold;
  font-size: 1.125rem;
}

.error-actions {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .error-actions .btn {
    min-width: 185px;
  }
}

.delete-section {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem 0;
}
@media (min-width: 768px) {
  .delete-section {
    padding-top: 4rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.delete-section .rb-message-desc {
  text-align: right;
}
.delete-section #dcode {
  min-width: 101px;
}
.delete-title {
  margin-bottom: 1.75rem;
  text-align: center;
}

.road-section {
  width: 100%;
  position: relative;
}
.road-section .road-map .sh-thumb {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  .road-section .road-map .sh-thumb {
    font-size: calc(1.375rem + 1.5vw);
  }
}
.road-section .road-img {
  display: none;
}
@media (min-width: 992px) {
  .road-section {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .road-section .road-img {
    width: 100%;
    display: block;
  }
  .road-section .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .road-section .road-map {
    position: absolute;
    width: 215px;
    display: flex;
    flex-direction: column;
  }
  .road-section .road-map .sh-title {
    line-height: 25px;
  }
  .road-section .road-map .sh-thumb {
    position: relative;
  }
  .road-section .road-map .sh-thumb::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -22px;
  }
  .road-section .road-map:nth-child(2), .road-section .road-map:nth-child(4) {
    flex-direction: column-reverse;
  }
  .road-section .road-map:nth-child(2) .sh-title, .road-section .road-map:nth-child(4) .sh-title {
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
  .road-section .road-map:nth-child(2) .sh-thumb, .road-section .road-map:nth-child(4) .sh-thumb {
    position: relative;
  }
  .road-section .road-map:nth-child(2) .sh-thumb::before, .road-section .road-map:nth-child(4) .sh-thumb::before {
    bottom: -22px;
    transform: rotate(180deg);
    top: initial;
  }
  .road-section .road-map:nth-child(1), .road-section .road-map:nth-child(3), .road-section .road-map:nth-child(5) {
    bottom: 0;
  }
  .road-section .road-map:nth-child(1) {
    left: 0;
  }
  .road-section .road-map:nth-child(2) و .road-section .road-map:nth-child(4) {
    top: 0;
  }
  .road-section .road-map:nth-child(2) {
    left: 20%;
  }
  .road-section .road-map:nth-child(3) {
    left: 35%;
  }
  .road-section .road-map:nth-child(4) {
    right: 35%;
  }
  .road-section .road-map:nth-child(5) {
    right: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1110px) {
  .road-section .road-map:nth-child(3) {
    left: 33%;
  }
}

.banner-fullwidth-slider {
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #86162e;
}
.banner-fullwidth-slider .banner-title-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 3rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 10;
  color: #fff;
}
@media (min-width: 1400px) {
  .banner-fullwidth-slider .banner-title-wrapper {
    margin-top: 2rem;
  }
}
.banner-fullwidth-slider .container {
  position: static;
}
.banner-fullwidth-slider .banner-maintitle {
  font-weight: bold;
  font-size: 2rem;
}
.banner-fullwidth-slider .wcup-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .banner-fullwidth-slider .wcup-banner {
    top: 50%;
    transform: translateY(-50%);
    height: 124px;
    bottom: initial;
  }
}
.banner-fullwidth-slider .wcup-banner .wcup-slider {
  height: 100%;
}

.wcup-flag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .wcup-flag {
    padding: 0;
  }
}
.wcup-flag.is-single .flag-border {
  display: none;
}
@media (min-width: 992px) {
  .wcup-flag.is-single .flag-container {
    width: 100%;
  }
}
.wcup-flag .flag-container {
  position: relative;
}
@media (min-width: 992px) {
  .wcup-flag .flag-container:first-of-type {
    padding-left: 1rem;
  }
}
.wcup-flag .flag-container:last-of-type {
  padding-top: 2rem;
}
.wcup-flag .flag-container:last-of-type::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: 15px;
  height: 117px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/worldcup/flag-border.svg);
  margin: 0 auto;
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .wcup-flag .flag-container:last-of-type::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .wcup-flag .flag-container:last-of-type {
    padding-top: 0;
    padding-right: 1rem;
  }
}
.wcup-flag .flag-border {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .wcup-flag .flag-border {
    display: none;
  }
}
.wcup-service {
  background: none;
}
.wcup-service .container {
  max-width: 860px;
  position: relative;
}
.wcup-service .card-thumbnail .card-body img {
  width: 100%;
}
.wcup-service .service-ic-bg {
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(138, 21, 56, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.wcup-service .btn {
  min-width: 148px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .wcup-service .service-slider-wrapper {
    max-width: 360px;
  }
}
.wcup-service .wcup-service-ic {
  position: absolute;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 1;
}
.wcup-service .wcup-service-ic.ic-grb {
  height: 35px;
  right: 0;
  left: 0;
  bottom: -84px;
  background-position: center center;
  background-image: url(../images/worldcup/gray-ball.svg);
}
.wcup-service .wcup-service-ic.ic-gt, .wcup-service .wcup-service-ic.ic-gb {
  width: 28px;
  height: 102px;
  background-image: url(../images/worldcup/green-ball.svg);
}
.wcup-service .wcup-service-ic.ic-gt {
  right: 0;
  top: -28px;
}
@media (min-width: 992px) {
  .wcup-service .wcup-service-ic.ic-gt {
    right: -28px;
  }
}
.wcup-service .wcup-service-ic.ic-gb {
  left: 60px;
  bottom: -83px;
  transform: rotate(-90deg);
}
@media (min-width: 992px) {
  .wcup-service .wcup-service-ic.ic-gb {
    left: -28px;
  }
}
@media (max-width: 991.98px) {
  .wcup-service .service-section-caption {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .wcup-service .service-section-caption .service-section-title {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .wcup-service .row > div:first-of-type {
    order: 2;
  }
  .wcup-service .row > div:last-of-type {
    order: 1;
  }
  .wcup-service .row > div .service-section-caption {
    margin: 2.25rem auto 0;
  }
}
.wcup-service.service-section-reversed::before {
  content: none;
}
.wcup-cj-section {
  background-image: none;
  background-color: #8A1538;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .wcup-cj-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.wcup-cj-section .container {
  position: relative;
}
.wcup-cj-section .container::before, .wcup-cj-section .container::after {
  content: "";
  position: absolute;
  width: 23px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/worldcup/wcup-cj.svg);
}
@media (max-width: 767.98px) {
  .wcup-cj-section .container::before, .wcup-cj-section .container::after {
    transform: rotate(-90deg);
    left: 0;
    right: 0;
    margin: auto;
    height: 193px;
  }
}
@media (min-width: 768px) {
  .wcup-cj-section .container::before, .wcup-cj-section .container::after {
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .wcup-cj-section .container::before {
    top: -127px;
  }
}
@media (min-width: 768px) {
  .wcup-cj-section .container::before {
    right: 14px;
  }
}
@media (max-width: 767.98px) {
  .wcup-cj-section .container::after {
    bottom: -110px;
  }
}
@media (min-width: 768px) {
  .wcup-cj-section .container::after {
    left: 14px;
  }
}
@media (max-width: 767.98px) {
  .wcup-cj-section .post {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .wcup-cj-section .post:not(.post-center) {
    padding-right: 3rem;
  }
  .wcup-cj-section .post:not(.post-center) .post-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .wcup-cj-section .post:not(.post-center) .post-title {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.wcup-cj-section .post-title,
.wcup-cj-section .post-title a {
  color: #fff;
  text-decoration: none;
}
.wcup-cj-section .post-desc {
  color: #fff;
}
.wcup-cj-section .post .btn-outline-default:hover, .wcup-cj-section .post .btn-outline-default:focus {
  color: #8A1538;
}

.flag {
  width: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .flag {
    width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 999.98px) {
  .flag {
    width: 80px;
  }
}
@media (min-width: 1000px) and (max-width: 1250px) {
  .flag {
    width: 70px;
  }
}
.flag-title {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .flag-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4rem;
    font-size: 1.75rem;
    font-weight: bold;
    white-space: nowrap;
  }
}
.flag > img {
  display: block;
}
.flag-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .flag-container {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .flag-container {
    width: 50%;
  }
}
.flag-tools {
  width: 100%;
}
@media (max-width: 991.98px) {
  .flag-tools {
    order: 3;
  }
}
@media (min-width: 992px) {
  .flag-tools {
    padding-right: 16px;
    padding-left: 16px;
    width: 276px;
    height: 60px;
  }
}
@media (min-width: 1400px) {
  .flag-tools {
    width: 320px;
    height: 68px;
  }
}
.flag-tools .counter-wrapper {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  color: #fff;
  max-width: 400px;
}
@media (min-width: 992px) {
  .flag-tools .counter-wrapper {
    background-color: #020F2A;
    height: 100%;
    width: 228px;
    padding: 0 1rem;
  }
  .flag-tools .counter-wrapper::before, .flag-tools .counter-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
  .flag-tools .counter-wrapper::before {
    right: -16px;
    border-left: 16px solid #020F2A;
  }
  .flag-tools .counter-wrapper::after {
    left: -16px;
    border-right: 16px solid #020F2A;
  }
}
@media (min-width: 1400px) {
  .flag-tools .counter-wrapper {
    width: 264px;
  }
  .flag-tools .counter-wrapper::before, .flag-tools .counter-wrapper::after {
    border-top-width: 34px;
    border-bottom-width: 34px;
  }
  .flag-tools .counter-wrapper::before {
    right: -20px;
    border-left-width: 20px;
  }
  .flag-tools .counter-wrapper::after {
    left: -20px;
    border-right-width: 20px;
  }
}
.flag-tools .counter-wrapper .time-elapse {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  direction: ltr;
  align-items: center;
  justify-content: space-between;
}
.flag-tools .counter-wrapper .time-elapse > div {
  text-align: center;
}
.flag-tools .counter-wrapper .time-elapse > div > span {
  display: block;
  color: #fff;
  position: relative;
  top: -10px;
}
@media (min-width: 1400px) {
  .flag-tools .counter-wrapper .time-elapse > div > span {
    color: #676f77;
    top: 0;
  }
}
.flag-tools .flag-link {
  width: 100%;
  display: flex;
  color: #8A1538;
}
@media (min-width: 992px) {
  .flag-tools .flag-link {
    height: 100%;
    padding: 0 1rem;
  }
}
.flag-tools .flag-link:hover, .flag-tools .flag-link:focus, .flag-tools .flag-link:active {
  text-decoration: none;
}
.flag-tools .flag-link > span {
  background-color: #f5f5f5;
  height: 100%;
  position: relative;
  margin: 0 auto;
  width: 160px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  font-weight: bold;
  border-radius: 0.375rem;
}
@media (min-width: 992px) {
  .flag-tools .flag-link > span {
    font-size: 1.25rem;
    border-radius: 0;
    width: 228px;
  }
  .flag-tools .flag-link > span::before, .flag-tools .flag-link > span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
  .flag-tools .flag-link > span::before {
    right: -16px;
    border-left: 16px solid #f5f5f5;
  }
  .flag-tools .flag-link > span::after {
    left: -16px;
    border-right: 16px solid #f5f5f5;
  }
}
@media (min-width: 1400px) {
  .flag-tools .flag-link > span {
    width: 264px;
  }
  .flag-tools .flag-link > span::before, .flag-tools .flag-link > span::after {
    border-top-width: 34px;
    border-bottom-width: 34px;
  }
  .flag-tools .flag-link > span::before {
    right: -20px;
    border-left-width: 20px;
  }
  .flag-tools .flag-link > span::after {
    left: -20px;
    border-right-width: 20px;
  }
}
.flag-tools .flag-result {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flag-tools .flag-result > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .flag-tools .flag-result > span {
    width: 50%;
    padding: 0;
    font-size: 3rem;
  }
}

.worldcup-section {
  padding-top: 270px;
  padding-bottom: 270px;
  position: relative;
}
@media (min-width: 768px) {
  .worldcup-section .download-section-wrapper {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .worldcup-section .download-section-wrapper .download-links-wrapper {
    margin-top: 0;
    width: 100%;
  }
}
.worldcup-section .download-section-wrapper .download-links-wrapper .download-links {
  justify-content: center;
}
.worldcup-section .download-section-wrapper .download-links-wrapper .download-links .btn + .btn {
  margin-right: 2rem;
}
.worldcup-section .flag-left,
.worldcup-section .flag-right {
  position: absolute;
}
.worldcup-section .flag-left {
  left: 0;
  top: 67.5px;
}
.worldcup-section .flag-right {
  right: 0;
  bottom: 67.5px;
}

.text-shiraz {
  color: #8A1538 !important;
}

.player {
  padding: 0 !important;
}
.player video {
  width: 100%;
}

body.dark {
  background: linear-gradient(180deg, #18222C 42.68%, #0F1820 88.57%);
  color: #fff;
}
body.dark a {
  color: #fff;
}
body.dark .service-slider-wrapper .service-slider .service-slider-desc > span {
  border-right-color: #fff;
  color: #fff;
}
body.dark .footer-section {
  background-color: #fff;
}
body.dark .footer-menu > li,
body.dark .footer-menu > li > a {
  color: #212121;
}
body.dark .download-links-wrapper .btn-outline-primary,
body.dark .jumborton-btn-wrapper .btn-outline-primary {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
body.dark .download-links-wrapper .btn-outline-primary:hover,
body.dark .jumborton-btn-wrapper .btn-outline-primary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #794387;
}
body.dark .download-links-wrapper .btn-outline-primary.disabled, body.dark .download-links-wrapper .btn-outline-primary:disabled,
body.dark .jumborton-btn-wrapper .btn-outline-primary.disabled,
body.dark .jumborton-btn-wrapper .btn-outline-primary:disabled {
  color: #794387;
  background-color: #fff;
  border-color: #794387;
}
body.dark .download-links-wrapper .btn-outline-primary:not(:disabled):active, body.dark .download-links-wrapper .btn-outline-primary:not(:disabled).active, body.dark .download-links-wrapper .btn-outline-primary:not(.disabled):active, body.dark .download-links-wrapper .btn-outline-primary:not(.disabled).active,
body.dark .jumborton-btn-wrapper .btn-outline-primary:not(:disabled):active,
body.dark .jumborton-btn-wrapper .btn-outline-primary:not(:disabled).active,
body.dark .jumborton-btn-wrapper .btn-outline-primary:not(.disabled):active,
body.dark .jumborton-btn-wrapper .btn-outline-primary:not(.disabled).active {
  color: #794387;
  background-color: #fff;
  border-color: #fff;
}
body.dark .download-links-wrapper .btn-outline-primary:focus, body.dark .download-links-wrapper .btn-outline-primary.focus,
body.dark .jumborton-btn-wrapper .btn-outline-primary:focus,
body.dark .jumborton-btn-wrapper .btn-outline-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
}
body.dark .jumborton {
  background: linear-gradient(225.19deg, #1D395C -7.57%, #18202A 115.65%);
}
body.dark .post-caption {
  background: linear-gradient(225.19deg, #1D395C -7.57%, #18202A 115.65%);
}
body.dark .post-title,
body.dark .post-title a {
  color: #fff;
}
body.dark .post .post-desc {
  color: #718293;
}
@media (min-width: 768px) {
  body.dark .sh-thumb-hover:hover {
    background: linear-gradient(225.19deg, #1D395C -7.57%, #18202A 115.65%);
  }
  body.dark .sh-thumb-hover:hover .sh-thumb {
    box-shadow: 0px 0px 0px 12px #303942;
  }
}
body.dark .sh-thumb-hover .sh-thumb {
  background-color: rgba(36, 56, 90, 0.5);
}
body.dark .sh-thumb-hover .sh-thumb::before {
  border-bottom-color: #303942;
}
body.dark .sh-thumb-hover .sh-desc {
  color: #718293;
}
body.dark .road-map .sh-thumb {
  box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.1);
}
body.dark .road-map:hover {
  background: none;
}
body.dark .copyright-section {
  color: #212121;
}
body.dark .banner-fullwidth::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(24, 34, 44, 0) 0%, rgba(24, 34, 44, 0.5) 71.07%, rgba(24, 34, 44, 0.5) 75.21%);
}
body.dark .banner-fullwidth .btn-outline-primary {
  color: #212121;
  border-color: #fff;
}
body.dark .banner-fullwidth .btn-outline-primary:hover {
  border-color: #fff;
  color: #212121;
}
body.dark .banner-fullwidth .btn-outline-primary.disabled, body.dark .banner-fullwidth .btn-outline-primary:disabled {
  color: #794387;
  background-color: #fff;
  border-color: #794387;
}
body.dark .banner-fullwidth .btn-outline-primary:not(:disabled):active, body.dark .banner-fullwidth .btn-outline-primary:not(:disabled).active, body.dark .banner-fullwidth .btn-outline-primary:not(.disabled):active, body.dark .banner-fullwidth .btn-outline-primary:not(.disabled).active {
  border-color: #fff;
  color: #212121;
}
body.dark .banner-fullwidth .btn-outline-primary:focus, body.dark .banner-fullwidth .btn-outline-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 222, 222, 0.5);
}
body.dark .form-check-custom .form-check-label::before {
  background-color: transparent;
}
body.dark .service-section {
  background-image: none;
}
body.dark .service-section .service-section-caption .service-section-title i {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 0.5rem;
  background-color: #24385A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
body.dark .service-section-reversed::before {
  background-image: url("../images/services/bg-service-reversed-dark.png");
}
body.dark .sh-thumb [class^=icon-],
body.dark .sh-thumb [class*=" icon-"] {
  color: #fff;
}
