@charset "UTF-8";
/*

Theme Name: FASTSITE blank theme
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for our beloved client. Developed by FASTSITE.
Version: 1.0
Text Domain: fastsite-blank-theme

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1080px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@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: none;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@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: none;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@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: none;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*
COLORS
*/
/*
FONTS
*/
html {
  font-size: 10px;
}

body {
  font-family: Rajdhani;
}

h1 {
  font-size: 7.7rem;
  line-height: 9rem;
  font-weight: 700;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}

h2 {
  font-size: 4.8rem;
  line-height: 5.6rem;
}
h3 {
  font-size: 2.72rem;
  line-height: 2.88rem;
}
@media all and (max-width: 1440px) {
  h3 {
    font-size: 2.6rem;
    line-height: 3.8rem;
  }
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Rajdhani;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #746E8C;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Rajdhani;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #746E8C;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Rajdhani;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #746E8C;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: Rajdhani;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #746E8C;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  transition-property: height;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.anchor {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  width: 180px;
  height: 4.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  flex-wrap: wrap;
}
.anchor .text {
  font-style: normal;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 4.6rem;
  width: calc(100% - 4.6rem);
  background: #15121E;
  transition: 0.4s;
}
.anchor .text:hover {
  background: #632081;
}
.anchor .img {
  display: inline-flex;
  width: 4.6rem;
  height: 4.6rem;
  justify-content: center;
  align-items: center;
  background: #632081;
}

.pagination {
  width: 100%;
  flex-basis: 100%;
  margin-top: 3.4rem;
}
.pagination .page-numbers {
  width: 4.8rem;
  height: 4.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #706D7C;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  margin-right: 1.2rem;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background: linear-gradient(90deg, #632081 0%, #411F73 100%);
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  display: none;
}

.mobile {
  display: none;
}
@media all and (max-width: 991px) {
  .mobile {
    display: block;
  }
}
.mobile .fa-times {
  font-size: 2.85rem;
  color: #725994;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.about {
  padding-bottom: 8rem;
}
@media all and (max-width: 991px) {
  .about {
    margin-top: 5rem;
  }
}
.about .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .container .col-1-3 {
  flex-basis: 42.4rem;
}
@media all and (max-width: 1199px) {
  .about .container .col-1-3 {
    flex-basis: 50%;
  }
}
@media all and (max-width: 991px) {
  .about .container .col-1-3 {
    flex-basis: 100%;
  }
}
.about .container .col-1-3 .about-img {
  width: 100%;
  height: 38.16rem;
  position: relative;
}
@media all and (max-width: 991px) {
  .about .container .col-1-3 .about-img {
    height: 28rem;
    margin-bottom: 2rem;
  }
}
.about .container .col-1-3 .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .container .col-1-3 .about-img .mask {
  position: absolute;
  width: 100%;
  height: 406px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(45, 30, 70, 0) 0%, #632081 100%);
}
@media all and (max-width: 1440px) {
  .about .container .col-1-3 .about-img .mask {
    height: 60%;
  }
}
.about .container .col-2-3 {
  flex-basis: calc(100% - 42.4rem);
  padding-left: 2.4rem;
}
@media all and (max-width: 1199px) {
  .about .container .col-2-3 {
    flex-basis: 50%;
  }
}
@media all and (max-width: 991px) {
  .about .container .col-2-3 {
    flex-basis: 100%;
    padding-left: 0;
  }
}
.about .container .col-2-3 h3 {
  font-weight: 600;
  color: #fff;
  margin-top: 0;
  margin-bottom: 3.6rem;
}
@media all and (max-width: 1440px) {
  .about .container .col-2-3 h3 {
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 991px) {
  .about .container .col-2-3 h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.about .container .col-2-3 p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #D6BFE0;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media all and (max-width: 1440px) {
  .about .container .col-2-3 p {
    margin-bottom: 1.8rem;
  }
}

.contact-form {
  padding-bottom: 9.4rem;
}
@media all and (max-width: 991px) {
  .contact-form {
    margin-top: 5rem;
  }
}
.contact-form .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form .container .half {
  flex-basis: 50%;
}
@media all and (max-width: 991px) {
  .contact-form .container .half {
    flex-basis: 100%;
    padding: 0 !important;
  }
}
.contact-form .container .half:first-of-type {
  padding-right: 25px;
}
@media all and (max-width: 991px) {
  .contact-form .container .half:first-of-type {
    margin-bottom: 4.5rem;
  }
}
.contact-form .container .half:last-of-type {
  padding-left: 25px;
}
.contact-form .container .half .form-container {
  padding: 2.9rem 3.2rem;
  background-color: #38374B;
}
@media all and (max-width: 991px) {
  .contact-form .container .half .form-container {
    padding: 2rem;
  }
}
.contact-form .container .half form input,
.contact-form .container .half form textarea {
  height: 81px;
  background: #2A293C;
  border: 0;
  font-family: Rajdhani;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #746E8C;
  padding: 0 3.6rem;
  width: 100%;
  margin-bottom: 2.4rem;
  border-radius: 0;
}
.contact-form .container .half form textarea {
  height: 206px;
  padding: 3.2rem 3.6rem;
  resize: none;
}
.contact-form .container .half form input[type=submit] {
  width: 18rem;
  height: 4.6rem;
  background: #632081;
  margin-bottom: 0;
  color: #fff;
  font-family: Rajdhani;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding: 0;
}
.contact-form .container .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.4rem;
}
@media all and (max-width: 991px) {
  .contact-form .container .info {
    margin-bottom: 3rem;
  }
}
.contact-form .container .info .info-ico {
  flex-basis: 5.4rem;
  height: 5.4rem;
}
@media all and (max-width: 991px) {
  .contact-form .container .info .info-ico {
    margin-bottom: 2rem;
  }
}
.contact-form .container .info .info-ico span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: rgba(65, 31, 115, 0.6);
  width: 100%;
  height: 100%;
}
.contact-form .container .info .info-content {
  flex-basis: calc(100% - 3rem - 5.4rem);
}
@media all and (max-width: 991px) {
  .contact-form .container .info .info-content {
    flex-basis: 100%;
  }
}
.contact-form .container .info .info-content h2 {
  font-family: Rajdhani;
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.1rem;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 1.4rem;
}
.contact-form .container .info .info-content p, .contact-form .container .info .info-content a {
  margin: 0;
  font-family: Lexend;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #746E8C;
  text-decoration: none;
}

.team {
  padding-bottom: 13rem;
}
@media all and (max-width: 991px) {
  .team {
    margin-top: 5rem;
  }
}
.team .team-inner {
  margin-bottom: 4.4rem;
}
.team .team-inner:last-of-type {
  margin-bottom: 0;
}
.team .team-inner h2 {
  font-style: normal;
  font-weight: 600;
  color: #fff;
  font-size: 3.84rem;
  line-height: 4.48rem;
  margin-bottom: 3.12rem;
}
@media all and (max-width: 1440px) {
  .team .team-inner h2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
@media all and (max-width: 991px) {
  .team .team-inner h2 {
    font-size: 2.5rem;
    line-height: 3.2rem;
    text-align: center;
  }
}
.team .team-inner .loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media all and (max-width: 991px) {
  .team .team-inner .loop {
    justify-content: space-between;
  }
}
.team .team-inner .loop .loop-inner {
  flex-basis: 19.36rem;
  height: 24rem;
  position: relative;
  overflow: hidden;
  margin-right: 2rem;
}
.team .team-inner .loop .loop-inner:nth-of-type(5) {
  margin-right: 0;
}
@media all and (max-width: 1440px) {
  .team .team-inner .loop .loop-inner {
    flex-basis: 23rem;
    height: 27rem;
  }
  .team .team-inner .loop .loop-inner:nth-of-type(5) {
    margin-right: 2rem;
  }
}
@media all and (max-width: 1199px) {
  .team .team-inner .loop .loop-inner {
    height: 25rem;
  }
}
@media all and (max-width: 991px) {
  .team .team-inner .loop .loop-inner {
    flex-basis: 48%;
    height: 30rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 575px) {
  .team .team-inner .loop .loop-inner {
    flex-basis: 100%;
    height: 36rem;
  }
}
.team .team-inner .loop .loop-inner:hover .loop-inner-mask {
  bottom: 0;
}
.team .team-inner .loop .loop-inner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 980px) {
  .team .team-inner .loop .loop-inner > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.team .team-inner .loop .loop-inner.influencer .loop-inner-mask {
  bottom: 0;
}
.team .team-inner .loop .loop-inner.influencer .loop-inner-mask .social {
  margin-top: 1rem;
}
.team .team-inner .loop .loop-inner .loop-inner-mask {
  background: linear-gradient(180deg, rgba(173, 102, 205, 0) 8.33%, #543174 60.42%);
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 2rem;
  transition: 0.4s;
}
.team .team-inner .loop .loop-inner .loop-inner-mask h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.15px;
  color: #ffffff;
}
.team .team-inner .loop .loop-inner .loop-inner-mask .prof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.2rem;
}
.team .team-inner .loop .loop-inner .loop-inner-mask .prof p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #d6bfe0;
  margin-left: 6px;
  text-transform: uppercase;
}
.team .team-inner .loop .loop-inner .loop-inner-mask .social {
  display: flex;
  flex-wrap: wrap;
}
.team .team-inner .loop .loop-inner .loop-inner-mask .social a {
  flex-basis: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(36, 14, 46, 0.6);
  margin-right: 0.8rem;
  transition: 0.4s;
}
.team .team-inner .loop .loop-inner .loop-inner-mask .social a:hover {
  background: #6441a5;
}

.match {
  padding-bottom: 18.5rem;
}
@media all and (max-width: 991px) {
  .match {
    margin-top: 5rem;
  }
}
.match .match-inner {
  margin-bottom: 3.5rem;
}
.match .match-inner:last-of-type {
  margin-bottom: 0;
}

.blog .actuals .actuals-inner {
  margin-bottom: 0;
  padding-bottom: 11.8rem;
}

#article {
  position: relative;
  padding-bottom: 8.3rem;
}
#article .social-media {
  position: absolute;
  left: 10%;
  top: 13.6rem;
}
#article .social-media a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background: #15121e;
  margin-bottom: 14px;
  transition: 0.4s;
}
#article .social-media a:first-of-type:hover {
  background: #6441a5;
}
#article .social-media a:nth-of-type(2):hover {
  background: #3b5998;
}
#article .social-media a:nth-of-type(3):hover {
  background: #dc2743;
}
#article .social-media a:nth-of-type(4):hover {
  background: #1da1f2;
}
#article .social-media a:last-of-type:hover {
  background: #c4302b;
}
#article .social-media a img {
  height: 3rem;
}
#article .single-image {
  height: 42.4rem;
  position: relative;
}
@media all and (max-width: 1440px) {
  #article .single-image {
    height: 45rem;
  }
}
@media all and (max-width: 991px) {
  #article .single-image {
    height: 30rem;
  }
}
#article .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#article .single-image .mask {
  position: absolute;
  width: 100%;
  height: 76%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #632081 87.06%);
  bottom: 0;
}
#article .meta {
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
}
#article .meta p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #ffffff;
  height: 46.5px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#article .meta p:first-of-type {
  background: linear-gradient(90deg, #632081 0%, #411f73 100%);
  padding-left: 3rem;
  padding-right: 2rem;
}
#article .meta p:first-of-type::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46.5px 20px 0 0;
  border-color: #411f73 transparent transparent transparent;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 1;
}
#article .meta p:last-of-type {
  background: #632081;
  margin-left: 19px;
  padding-right: 3rem;
  padding-left: 2rem;
}
#article .meta p:last-of-type::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 46.5px 20px;
  border-color: transparent transparent #632081 transparent;
  position: absolute;
  left: -20px;
}
#article .single-title h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.18px;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media all and (max-width: 991px) {
  #article .single-title h1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
#article .single-content p {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.5px;
  color: #d6bfe0;
  margin-bottom: 2.4rem;
}
@media all and (max-width: 991px) {
  #article .single-content p {
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin-bottom: 2rem;
  }
}
#article .share {
  margin-top: 3.5rem;
}
#article .share p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
#article .share p a {
  display: inline-flex;
  background: #15121e;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.back {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.back a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 4.6rem;
  background: #632081;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .back a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}

section#section {
  padding: 8rem 0;
}

section#shop {
  padding: 8rem 0;
  font-size: 1.6rem;
  color: white;
}
section#shop .product-box {
  border: 2px solid #35333f;
  padding: 1.6rem;
  display: flex;
  height: 100%;
}
section#shop .product-box p.popular {
  background: #632081;
  padding: 4px 10px 2px 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: inline-flex;
  margin-bottom: 1.6rem;
}
section#shop .product-box p.popular span {
  margin-left: 5px;
  position: relative;
  top: -1px;
}
section#shop .product-box p.name {
  color: white;
  font-size: 2.4rem;
}
section#shop .product-box div.price-wrapper {
  margin: 1.6rem 0;
}
section#shop .product-box div.price-wrapper .rendered-price-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section#shop .product-box div.price-wrapper .rendered-price-wrapper .regular-price {
  padding-right: 1rem;
}
section#shop .featured-products .product-box .image-wrapper {
  width: 50%;
}
section#shop .featured-products .product-box .image-wrapper img {
  width: 100%;
  height: auto;
}
section#shop .featured-products .product-box .text-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
section#shop .standard-products {
  margin-top: 3rem;
}
section#shop .standard-products .product-box {
  flex-direction: column-reverse;
  height: 100%;
  justify-content: flex-start;
}
section#shop .standard-products .product-box .image-wrapper {
  width: 100%;
}
section#shop .standard-products .product-box .image-wrapper img {
  width: 100%;
  height: auto;
}
section#shop .standard-products .product-box .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 3;
  justify-content: space-between;
}
section#shop .standard-products .product-box .text-wrapper p.name {
  margin: 1rem 0;
}
section#shop .standard-products .product-box .text-wrapper div.price-wrapper {
  margin-bottom: 3rem;
}
section#shop .standard-products .product-box p.popular {
  position: absolute;
  top: 1.6rem;
}
section#shop .standard-products .rendered-price-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  section#shop .featured-products .product-box {
    margin-bottom: 1.6rem;
    height: unset;
  }
  section#shop .standard-products {
    margin-top: 0;
  }
  section#shop .standard-products .product-box {
    height: unset;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 768px) {
  section#shop .standard-products .product-box {
    flex-direction: row;
  }
  section#shop .standard-products .product-box p.popular {
    position: relative;
  }
}
@media (max-width: 576px) {
  section#shop .featured-products .product-box,
section#shop .standard-products .product-box {
    flex-direction: column-reverse;
  }
  section#shop .featured-products .product-box .image-wrapper,
section#shop .standard-products .product-box .image-wrapper {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  section#shop .featured-products .product-box .text-wrapper,
section#shop .standard-products .product-box .text-wrapper {
    width: 100%;
  }
}

section.single-product {
  font-size: 1.6rem;
}
section.single-product .single-product-wrapper {
  border: 2px solid #35333f;
  padding: 1.6rem;
  position: relative;
  display: flex;
  background: #1d1b25;
}
section.single-product .single-product-wrapper .gallery-wrapper {
  width: 60%;
  padding-right: 3.2rem;
}
section.single-product .single-product-wrapper .gallery-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
section.single-product .single-product-wrapper .text-wrapper {
  width: 40%;
}
section.single-product .single-product-wrapper .text-wrapper p.name {
  color: white;
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
section.single-product .single-product-wrapper p.popular {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
}
section.single-product .product-info-wrapper {
  margin-top: 4rem;
  color: white;
}
section.single-product .product-info-wrapper h4 {
  margin-bottom: 2rem;
}
section.single-product .product-info-wrapper .wrapper-inner {
  border: 2px solid #35333f;
  padding: 1.6rem;
}
section.single-product div.price-wrapper .rendered-price-wrapper .current-price {
  color: white;
}
section.single-product.simple-product .variation-quantity-wrapper {
  flex-direction: column-reverse;
}
@media (max-width: 992px) {
  section.single-product .single-product-wrapper {
    flex-direction: column;
  }
  section.single-product .single-product-wrapper .gallery-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.6rem;
  }
  section.single-product .single-product-wrapper .text-wrapper {
    width: 100%;
  }
  section.single-product .single-product-wrapper .variation-quantity-wrapper {
    justify-content: flex-start;
    flex-wrap: wrap-reverse;
  }
  section.single-product .single-product-wrapper .variation-quantity-wrapper .variation-wrapper {
    margin-right: 3.2rem;
    margin-top: 1rem;
  }
  section.single-product .single-product-wrapper .variation-quantity-wrapper .quantity {
    min-width: 9.3rem;
    margin-top: 1rem;
  }
}

h4 {
  color: white;
  font-size: 3.4rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  h4 {
    font-size: 2.4rem;
  }
}

section#shop.other-products {
  padding: 8rem 0;
}
section#shop.other-products .all-products a {
  text-decoration: none;
}
section#shop.other-products .all-products a img {
  margin-top: 1.6rem;
}
@media (max-width: 992px) {
  section#shop.other-products .all-products {
    height: calc(100% - 1.6rem);
  }
  section#shop.other-products .title-wrapper {
    margin-bottom: 3rem;
  }
}

div.price-wrapper > p {
  color: #7f7d92;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
div.price-wrapper .rendered-price-wrapper .current-price {
  font-size: 3.4rem;
  color: #ad66cd;
  font-weight: 600;
  margin-right: 1rem;
}
div.price-wrapper .rendered-price-wrapper .regular-price {
  text-decoration: line-through;
  color: #7f7d92;
  font-size: 2rem;
  font-weight: bold;
}

.product-button {
  background: #632081;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.6rem 2rem;
  text-decoration: none;
  display: inline-flex;
  letter-spacing: 1.25px;
  font-family: Rajdhani;
  border: none;
}

.purple-button {
  background: #632081;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.6rem 2rem;
  text-decoration: none;
  display: inline-flex;
  letter-spacing: 1.25px;
  border: none;
  font-family: Rajdhani;
  align-items: center;
}

button.purple-cart {
  background: #632081;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.6rem 2rem;
  text-decoration: none;
  display: inline-flex;
  letter-spacing: 1.25px;
  border: none;
  font-family: Rajdhani;
  align-items: center;
}
button.purple-cart:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  background-image: url("assets/svg/cart-white.svg");
}

.variation-quantity-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 1rem 0;
}
.variation-quantity-wrapper .quantity p {
  color: #7f7d92;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.variation-quantity-wrapper .quantity input {
  background: transparent;
  border: 2px solid #7f7d92;
  color: white;
  padding: 5px;
  min-width: 3rem;
  height: 3rem;
  font-family: Rajdhani;
}

.variation-wrapper label {
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  min-width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  position: relative;
}
.variation-wrapper label:hover {
  cursor: pointer;
}
.variation-wrapper label span {
  color: white;
  z-index: 1;
}
.variation-wrapper label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #7f7d92;
}
.variation-wrapper label input.chosen {
  background-color: #632081;
  border-color: #632081;
}
.variation-wrapper p {
  color: #7f7d92;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
.variation-wrapper p.size {
  margin-bottom: 1rem;
}
.variation-wrapper p.availability {
  margin-top: 2rem;
}
.variation-wrapper p.availability span {
  color: #ad66cd;
  text-transform: uppercase;
  margin-left: 5px;
}

p.popular {
  background: #632081;
  padding: 4px 10px 2px 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: inline-flex;
  margin-bottom: 1.6rem;
  color: white;
}
p.popular span {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.gallery-slider-wrapper .slide-wrapper {
  padding: 1 1.6rem;
}
.gallery-slider-wrapper .slick-arrow {
  width: 48px;
  height: 48px;
  background: #632081 !important;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.gallery-slider-wrapper .slick-arrow:hover {
  background: #632081 !important;
}
.gallery-slider-wrapper .slick-arrow:before {
  display: none;
}
.gallery-slider-wrapper .slick-arrow:after {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-image: url("assets/svg/arrow.svg");
  transform: rotate(-90deg);
}
.gallery-slider-wrapper .slick-arrow.slick-next {
  right: 0;
}
.gallery-slider-wrapper .slick-arrow.slick-prev {
  background: #ad66cd;
  left: 0;
}
.gallery-slider-wrapper .slick-arrow.slick-prev:after {
  transform: rotate(90deg);
}

.tabs-wrapper p.title {
  color: #aaa9b3;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.tabs-wrapper .description p {
  color: white;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .tabs-wrapper p.title {
    margin-bottom: 1rem;
  }
  .tabs-wrapper .description {
    margin-bottom: 2rem;
  }
  .tabs-wrapper .row .col:last-of-type .description {
    margin-bottom: 0;
  }
}

.breadcrumbs-wrapper {
  margin-bottom: 1rem;
}
.breadcrumbs-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-wrapper ul li {
  color: white;
  font-size: 13px;
  padding: 0.3rem 0.5rem 0 0;
  font-weight: bold;
}
.breadcrumbs-wrapper ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs-wrapper ul li a:after {
  content: "/";
  color: white;
  padding-left: 0.5rem;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.black-button {
  background-color: black;
  color: white;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.6rem 2rem;
  text-decoration: none;
  display: inline-flex;
  letter-spacing: 1.25px;
  border: none;
  font-family: Rajdhani;
}

.woocommerce {
  font-size: 2rem;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  background: transparent;
  color: white;
  border: 2px solid red;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  background: transparent;
  color: white;
  border: 2px solid #8fae1b;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
  color: white;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  background: transparent;
  color: white;
  border: 2px solid #1e85be;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: white;
}
.woocommerce .checkout_coupon {
  border: 2px solid #7f7d92 !important;
  padding: 1.6rem !important;
  border-radius: 0 !important;
}
.woocommerce .checkout_coupon p {
  color: white;
}
.woocommerce .checkout_coupon input {
  border: 2px solid #7f7d92;
  background: transparent;
  color: white;
  font-family: Rajdhani;
  padding: 1.6rem 2rem;
  margin-top: 0.8rem !important;
}
.woocommerce .checkout_coupon button {
  background-color: black;
  color: white;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.6rem 2rem;
  text-decoration: none;
  display: inline-flex;
  letter-spacing: 1.25px;
  border-radius: 0;
  font-family: Rajdhani;
}
.woocommerce .checkout_coupon button:hover {
  background-color: black;
  color: white;
}
.woocommerce .woocommerce-error {
  color: white;
  background: transparent;
  border: 2px solid red;
}
.woocommerce .woocommerce-error a {
  color: white;
}
.woocommerce .woocommerce-message {
  color: white;
  border: 2px solid #8fae1b;
  background: transparent;
}
.woocommerce .woocommerce-message a {
  color: white;
  background-color: black;
  border-radius: 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.6rem 2rem;
  text-decoration: none;
  display: inline-flex;
  letter-spacing: 1.25px;
  border: none;
  font-family: Rajdhani;
}
.woocommerce .woocommerce-message a:hover {
  color: white;
  background-color: black;
}
.woocommerce .woocommerce-info {
  background-color: transparent;
  color: white;
  border: 2px solid #1e85be;
}
.woocommerce form.woocommerce-cart-form table {
  border: none !important;
  border-collapse: collapse !important;
}
.woocommerce form.woocommerce-cart-form table thead tr th {
  color: #7f7d92;
  text-transform: uppercase;
}
.woocommerce form.woocommerce-cart-form table tbody {
  border: 2px solid #35333f;
}
.woocommerce form.woocommerce-cart-form table tbody tr td {
  border: none !important;
}
.woocommerce form.woocommerce-cart-form table tbody tr td a,
.woocommerce form.woocommerce-cart-form table tbody tr td span {
  text-decoration: none;
  color: white;
  font-size: 2.4rem;
}
.woocommerce form.woocommerce-cart-form table tbody tr td.product-remove a.remove {
  background: #ad66cd !important;
  color: white !important;
  border-radius: 0;
  font-weight: 400;
  margin-right: 0;
}
.woocommerce form.woocommerce-cart-form table tbody tr td.product-remove a.remove:hover {
  color: white !important;
}
.woocommerce form.woocommerce-cart-form table tbody tr td.product-thumbnail img {
  width: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 10rem;
}
.woocommerce form.woocommerce-cart-form table tbody tr td.product-quantity input {
  border: 2px solid #35333f;
  background-color: transparent;
  color: white;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 5px;
}
.woocommerce form.woocommerce-cart-form table tbody tr.coupon-row {
  border-top: 2px solid #35333f;
}
.woocommerce form.woocommerce-cart-form table tbody tr.coupon-row input#coupon_code {
  border: 2px solid #35333f;
  background-color: transparent;
  color: white;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 5px;
  height: 51px;
  min-width: 160px;
  margin-right: 1.6rem;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cart_totals a {
  color: white;
}
.woocommerce .cart-collaterals .cart_totals table {
  border: 2px solid #35333f;
  border-radius: 0;
}
.woocommerce .cart-collaterals .cart_totals table tbody {
  color: white;
}
.woocommerce .cart-collaterals .cart_totals table tbody th,
.woocommerce .cart-collaterals .cart_totals table tbody td {
  border-top: 0;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr.cart-subtotal {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  float: right;
  border-radius: 0;
  background: #632081;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.6rem 2rem;
  text-decoration: none;
  display: inline-flex;
  letter-spacing: 1.25px;
  border: none;
  font-family: Rajdhani;
  align-items: center;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  background-image: url("assets/svg/checkout.svg");
}
.woocommerce form.woocommerce-checkout {
  color: white;
}
.woocommerce form.woocommerce-checkout #customer_details {
  border: 2px solid #7f7d92;
  padding: 1.6rem;
}
.woocommerce form.woocommerce-checkout label {
  color: #7f7d92;
  font-weight: 600;
}
.woocommerce form.woocommerce-checkout input,
.woocommerce form.woocommerce-checkout textarea {
  border: 2px solid #7f7d92;
  color: #7f7d92;
  border-radius: 0;
  background: transparent;
  font-size: 1.6rem;
  font-family: Rajdhani;
  padding: 1.6rem 2rem;
}
.woocommerce form.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 3.2rem;
}
.woocommerce .order-summary {
  border: 2px solid #7f7d92;
  padding: 1.6rem;
}
.woocommerce .order-summary a {
  color: white;
}
.woocommerce .order-summary table {
  border: none;
}
.woocommerce .order-summary table td,
.woocommerce .order-summary table th {
  border: none !important;
}
.woocommerce .order-summary table tr.cart-subtotal {
  display: none;
}
.woocommerce .order-summary table tr.order-total td {
  color: #ad66cd;
  font-size: 3rem;
}
.woocommerce .order-summary .woocommerce-checkout-payment {
  background: transparent !important;
}
.woocommerce .order-summary .woocommerce-checkout-payment .woocommerce-info {
  background: transparent;
  color: white;
  border: 2px solid #1e85be;
  line-height: 1.25;
}
.woocommerce .order-summary .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  font-size: 1.6rem;
}
.woocommerce .order-summary .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper a {
  color: white;
}
.woocommerce .order-summary .woocommerce-checkout-payment .place-order button {
  background: #632081 !important;
  color: white !important;
  font-size: 1.5rem !important;
  font-weight: bold;
  text-transform: uppercase !important;
  padding: 1.6rem 2rem !important;
  text-decoration: none;
  display: inline-flex;
  letter-spacing: 1.25px;
  border: none;
  font-family: Rajdhani !important;
  align-items: center;
  border-radius: 0;
  margin-top: 1.6rem;
  max-width: 156px;
}
@media (max-width: 1200px) {
  .woocommerce .order-summary {
    margin-top: 3.2rem;
  }
}
@media (max-width: 768px) {
  .woocommerce form.woocommerce-cart-form table tbody tr:not(.coupon-row):not(:first-of-type) {
    border-top: 2px solid #35333f;
  }
  .woocommerce form.woocommerce-cart-form table tbody tr td a,
.woocommerce form.woocommerce-cart-form table tbody tr td span {
    font-size: 1.8rem;
  }
  .woocommerce form.woocommerce-cart-form table tbody td:before {
    color: #7f7d92;
  }
  .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 3.2rem;
  }
  .woocommerce form.woocommerce-checkout #billing_first_name_field,
.woocommerce form.woocommerce-checkout #billing_last_name_field {
    width: 100%;
  }
}
@media (max-width: 410px) {
  .woocommerce form.woocommerce-cart-form table tbody tr.coupon-row td.actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce form.woocommerce-cart-form table tbody tr.coupon-row td.actions button,
.woocommerce form.woocommerce-cart-form table tbody tr.coupon-row td.actions input {
    width: 198px !important;
    justify-content: center;
    text-align: center;
  }
  .woocommerce form.woocommerce-cart-form table tbody tr.coupon-row .coupon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce form.woocommerce-cart-form table tbody tr.coupon-row .coupon input {
    margin-bottom: 1rem !important;
  }
}

.woocommerce-order > p,
.woocommerce-order ul {
  display: none;
}

section.thank-you-section .title-wrapper h2 {
  color: white;
  text-align: center;
  font-weight: bold;
}
section.thank-you-section .box-wrapper {
  border: 2px solid #35333f;
  display: flex;
  margin-top: 5rem;
}
section.thank-you-section .box-wrapper .left-box,
section.thank-you-section .box-wrapper .right-box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem;
}
section.thank-you-section .box-wrapper .left-box p,
section.thank-you-section .box-wrapper .right-box p {
  color: #ad66cd;
  font-size: 2.4rem;
}
section.thank-you-section .box-wrapper .left-box h4,
section.thank-you-section .box-wrapper .right-box h4 {
  margin: 2rem 0;
  text-align: center;
}
section.thank-you-section .box-wrapper .left-box {
  position: relative;
}
section.thank-you-section .box-wrapper .left-box:after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  width: 2px;
  background-color: #35333f;
}
@media (max-width: 992px) {
  section.thank-you-section .box-wrapper {
    flex-direction: column;
  }
  section.thank-you-section .box-wrapper .left-box,
section.thank-you-section .box-wrapper .right-box {
    width: 100%;
  }
  section.thank-you-section .box-wrapper .left-box p,
section.thank-you-section .box-wrapper .right-box p {
    font-size: 2rem;
  }
  section.thank-you-section .box-wrapper .left-box:after {
    width: 80%;
    height: 2px;
    top: unset;
    bottom: 0;
    right: 10%;
  }
}

section.woocommerce-order-details {
  display: none;
}

#main-header {
  height: 120px;
  background: rgba(29, 27, 37, 0.66);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media all and (max-width: 991px) {
  #main-header {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
#main-header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#main-header .container .wrapper {
  display: flex;
  align-items: center;
}
#main-header .container .wrapper .cart-wrapper {
  margin-left: 45px;
}
@media (max-width: 992px) {
  #main-header .container .wrapper .cart-wrapper {
    margin-left: 0;
    margin-right: 2rem;
  }
}
#main-header .container .logo-wrapper img {
  width: 6rem;
}
@media all and (max-width: 991px) {
  #main-header .container .menu-wrapper {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 430px;
    background: #341d48;
    padding: 65px 50px;
    z-index: 100;
    transition: 0.4s;
  }
}
#main-header .container .menu-wrapper.active {
  left: 0;
}
#main-header .container .menu-wrapper .close {
  text-align: right;
}
#main-header .container .menu-wrapper ul {
  display: flex;
}
@media all and (max-width: 991px) {
  #main-header .container .menu-wrapper ul {
    flex-wrap: wrap;
  }
}
#main-header .container .menu-wrapper ul li {
  margin-left: 45px;
  display: inline-flex;
  align-items: center;
}
@media all and (max-width: 991px) {
  #main-header .container .menu-wrapper ul li {
    flex-basis: 100%;
    margin-left: 0;
    margin-bottom: 3rem;
  }
}
#main-header .container .menu-wrapper ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 1.24rem;
  line-height: 2rem;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.4s;
  display: flex;
  align-items: center;
}
#main-header .container .menu-wrapper ul li a:hover {
  color: #ad66cd;
}
#main-header .container .menu-wrapper ul li a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
}
#main-header .container .menu-wrapper ul li#menu-item-25 a::before {
  background-image: url("assets/svg/team.svg");
}
#main-header .container .menu-wrapper ul li#menu-item-45 a::before {
  background-image: url("assets/svg/matches.svg");
}
#main-header .container .menu-wrapper ul li#menu-item-61 a::before {
  background-image: url("assets/svg/actuals.svg");
}
#main-header .container .menu-wrapper ul li#menu-item-16 a::before {
  background-image: url("assets/svg/about.svg");
}
#main-header .container .menu-wrapper ul li#menu-item-22 a::before {
  background-image: url("assets/svg/contact.svg");
}
#main-header .container .menu-wrapper ul li#menu-item-219 a::before {
  background-image: url("assets/svg/shop.svg");
}
#main-header .container .menu-wrapper ul .current-menu-item a {
  color: #ad66cd;
}
#main-header .container .cart-wrapper .menu-cart {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#main-header .container .cart-wrapper .menu-cart:before {
  min-width: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-size: contain;
  background-image: url(../../../../../wp-content/themes/ungentium/assets/svg/cart.svg);
  background-repeat: no-repeat;
}
#main-header .container .cart-wrapper .menu-cart .basket {
  background-color: #ad66cd;
  color: white;
  border-radius: 50%;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  right: -6px;
  top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
#main-header .container .mobile-button-wrapper {
  display: none;
}
@media all and (max-width: 991px) {
  #main-header .container .mobile-button-wrapper {
    display: block;
  }
  #main-header .container .mobile-button-wrapper .openmenu {
    width: 57px;
    height: 56px;
    background: #341d48;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
#main-header .container .mobile-menu {
  display: none;
}

.under-header {
  height: 80px;
  background: linear-gradient(90deg, rgba(99, 32, 129, 0.4) 0%, rgba(65, 31, 115, 0.4) 100%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media all and (max-width: 991px) {
  .under-header {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.under-header .container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
@media all and (max-width: 991px) {
  .under-header .container .under-header-item:first-of-type, .under-header .container .under-header-item:last-of-type {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .under-header .container .under-header-item:nth-of-type(2) {
    display: none;
  }
}
.under-header .container img {
  width: 80%;
}

.above-footer {
  background: #15121E;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  height: 168px;
}
@media all and (max-width: 767px) {
  .above-footer {
    height: auto;
    padding: 3.5rem 0 3.5rem 0;
  }
}
.above-footer .container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #2B253C;
}
@media all and (max-width: 767px) {
  .above-footer .container {
    justify-content: center;
  }
}
@media all and (max-width: 767px) {
  .above-footer .container .logo-wrapper {
    margin-bottom: 6.5rem;
  }
}
@media all and (max-width: 767px) {
  .above-footer .container .menu-wrapper {
    flex-basis: 100%;
    margin-bottom: 3.5rem;
  }
}
.above-footer .container .menu-wrapper ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 767px) {
  .above-footer .container .menu-wrapper ul {
    justify-content: center;
  }
}
.above-footer .container .menu-wrapper ul li {
  margin-left: 50px;
}
@media all and (max-width: 767px) {
  .above-footer .container .menu-wrapper ul li {
    margin-left: 0;
    flex-basis: 33.3333333333%;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.above-footer .container .menu-wrapper ul li a {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: 0.4s;
}
.above-footer .container .menu-wrapper ul li a:hover {
  color: #AD66CD;
}

#main-footer {
  height: 107px;
  background: #15121E;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media all and (max-width: 767px) {
  #main-footer {
    padding-bottom: 3rem;
  }
}
#main-footer .container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#main-footer .container p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}
@media all and (max-width: 767px) {
  #main-footer .container p {
    flex-basis: 100%;
    text-align: center;
  }
}
#main-footer .container p a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #632081;
}

body {
  background-color: #1D1B25;
  background-image: url("assets/png/cs-bg.png");
  background-repeat: no-repeat;
  background-position: top;
}
@media all and (max-width: 1440px) {
  body {
    background-position: top;
  }
}

.welcome {
  position: relative;
  padding-top: 13rem;
  padding-bottom: 13rem;
}
@media all and (max-width: 1440px) {
  .welcome {
    padding: 100px 0;
  }
}
@media all and (max-width: 991px) {
  .welcome {
    padding: 3rem 0;
  }
}
.welcome .social-media {
  position: absolute;
  left: 10%;
  top: 136px;
}
@media all and (max-width: 1440px) {
  .welcome .social-media {
    top: 45px;
  }
}
@media all and (max-width: 991px) {
  .welcome .social-media {
    width: 100%;
    text-align: center;
    position: static;
    margin-bottom: 11rem;
  }
}
.welcome .social-media a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  background: #15121E;
  margin-bottom: 14px;
  transition: 0.4s;
}
@media all and (max-width: 991px) {
  .welcome .social-media a {
    display: inline-flex;
    margin: 0 5px;
  }
}
.welcome .social-media a:first-of-type:hover {
  background: #6441a5;
}
.welcome .social-media a:nth-of-type(2):hover {
  background: #3b5998;
}
.welcome .social-media a:nth-of-type(3):hover {
  background: #c4302b;
}
.welcome .social-media a:nth-of-type(4):hover {
  background: #dc2743;
}
.welcome .social-media a:last-of-type:hover {
  background: #1DA1F2;
}
.welcome .social-media a img {
  height: 3rem;
}
.welcome .container h1,
.welcome .container p {
  text-align: center;
  color: #fff;
}
.welcome .container p {
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.18px;
  width: 55%;
  margin-left: auto;
  margin: auto;
}
@media all and (max-width: 991px) {
  .welcome .container p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media all and (max-width: 575px) {
  .welcome .container p {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media all and (max-width: 991px) {
  .actuals {
    padding-top: 50px;
  }
}
.actuals h2 {
  color: #fff;
  font-size: 2.72rem;
  line-height: 2.88rem;
  margin-bottom: 2rem;
}
@media all and (max-width: 991px) {
  .actuals h2 {
    text-align: center;
    margin-bottom: 4rem;
  }
}
.actuals .actuals-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.actuals .actuals-inner .wider,
.actuals .actuals-inner .narrower,
.actuals .actuals-inner .long {
  flex-basis: 60.3rem;
  height: 43rem;
}
@media all and (max-width: 1440px) {
  .actuals .actuals-inner .wider,
.actuals .actuals-inner .narrower,
.actuals .actuals-inner .long {
    flex-basis: 58%;
    height: 40rem;
  }
}
@media all and (max-width: 991px) {
  .actuals .actuals-inner .wider,
.actuals .actuals-inner .narrower,
.actuals .actuals-inner .long {
    flex-basis: 100% !important;
    height: 38rem;
    margin-bottom: 2rem;
  }
}
.actuals .actuals-inner .wider article,
.actuals .actuals-inner .narrower article,
.actuals .actuals-inner .long article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.actuals .actuals-inner .wider article a,
.actuals .actuals-inner .narrower article a,
.actuals .actuals-inner .long article a {
  text-decoration: none;
}
.actuals .actuals-inner .wider article .ribbon,
.actuals .actuals-inner .narrower article .ribbon,
.actuals .actuals-inner .long article .ribbon {
  position: absolute;
  left: 0;
  background: url("assets/png/ribbon.png");
  width: 117px;
  height: 46.5px;
  top: 2.5rem;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.4s;
}
.actuals .actuals-inner .wider article .ribbon p,
.actuals .actuals-inner .narrower article .ribbon p,
.actuals .actuals-inner .long article .ribbon p {
  font-family: Montserrat;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  margin: 0;
}
.actuals .actuals-inner .wider article .mask,
.actuals .actuals-inner .narrower article .mask,
.actuals .actuals-inner .long article .mask {
  position: absolute;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 87.06%);
  padding: 3.2rem;
  transition: 0.4s;
}
@media all and (max-width: 767px) {
  .actuals .actuals-inner .wider article .mask,
.actuals .actuals-inner .narrower article .mask,
.actuals .actuals-inner .long article .mask {
    padding: 2rem;
  }
}
.actuals .actuals-inner .wider article .mask h3,
.actuals .actuals-inner .narrower article .mask h3,
.actuals .actuals-inner .long article .mask h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2rem;
}
@media all and (max-width: 1440px) {
  .actuals .actuals-inner .wider article .mask h3,
.actuals .actuals-inner .narrower article .mask h3,
.actuals .actuals-inner .long article .mask h3 {
    line-height: 2rem;
  }
}
@media all and (max-width: 1199px) {
  .actuals .actuals-inner .wider article .mask h3,
.actuals .actuals-inner .narrower article .mask h3,
.actuals .actuals-inner .long article .mask h3 {
    line-height: 1.6rem;
  }
}
.actuals .actuals-inner .wider article .mask h3 a,
.actuals .actuals-inner .narrower article .mask h3 a,
.actuals .actuals-inner .long article .mask h3 a {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.18px;
  color: #FFFFFF;
}
@media all and (max-width: 1440px) {
  .actuals .actuals-inner .wider article .mask h3 a,
.actuals .actuals-inner .narrower article .mask h3 a,
.actuals .actuals-inner .long article .mask h3 a {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.actuals .actuals-inner .wider article .mask p,
.actuals .actuals-inner .narrower article .mask p,
.actuals .actuals-inner .long article .mask p {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.18px;
  color: #999;
}
.actuals .actuals-inner .wider article:hover .ribbon,
.actuals .actuals-inner .narrower article:hover .ribbon,
.actuals .actuals-inner .long article:hover .ribbon {
  opacity: 0;
}
.actuals .actuals-inner .wider article:hover .mask,
.actuals .actuals-inner .narrower article:hover .mask,
.actuals .actuals-inner .long article:hover .mask {
  bottom: 0;
}
.actuals .actuals-inner .wider article img,
.actuals .actuals-inner .narrower article img,
.actuals .actuals-inner .long article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.actuals .actuals-inner .wider article .mask {
  bottom: -6.5rem;
}
@media all and (max-width: 1199px) {
  .actuals .actuals-inner .wider article .mask {
    bottom: -9.2rem;
  }
}
@media all and (max-width: 991px) {
  .actuals .actuals-inner .wider article .mask {
    bottom: -6.4rem;
  }
}
@media all and (max-width: 767px) {
  .actuals .actuals-inner .wider article .mask {
    bottom: -8.3rem;
  }
}
@media all and (max-width: 375px) {
  .actuals .actuals-inner .wider article .mask {
    bottom: -10rem;
  }
}
.actuals .actuals-inner .narrower {
  flex-basis: 42.4rem;
}
@media all and (max-width: 1440px) {
  .actuals .actuals-inner .narrower {
    flex-basis: 40%;
  }
}
@media all and (max-width: 991px) {
  .actuals .actuals-inner .narrower {
    height: auto;
  }
}
.actuals .actuals-inner .narrower article {
  height: 20rem;
}
@media all and (max-width: 1440px) {
  .actuals .actuals-inner .narrower article {
    height: 19rem;
  }
}
@media all and (max-width: 991px) {
  .actuals .actuals-inner .narrower article {
    height: 30rem;
  }
}
.actuals .actuals-inner .narrower article:first-of-type {
  margin-bottom: 3rem;
}
@media all and (max-width: 1440px) {
  .actuals .actuals-inner .narrower article:first-of-type {
    margin-bottom: 2rem;
  }
}
.actuals .actuals-inner .narrower article .mask {
  bottom: -8.2rem;
}
@media all and (max-width: 1199px) {
  .actuals .actuals-inner .narrower article .mask {
    bottom: -10.9rem;
  }
}
@media all and (max-width: 991px) {
  .actuals .actuals-inner .narrower article .mask {
    bottom: -6.4rem;
  }
}
@media all and (max-width: 767px) {
  .actuals .actuals-inner .narrower article .mask {
    bottom: -8.2rem;
  }
}
@media all and (max-width: 375px) {
  .actuals .actuals-inner .narrower article .mask {
    bottom: -9rem;
  }
}
.actuals .actuals-inner .long {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  height: 22.4rem;
  margin-bottom: 3.2rem;
}
@media all and (max-width: 1440px) {
  .actuals .actuals-inner .long {
    height: 22rem;
  }
}
@media all and (max-width: 991px) {
  .actuals .actuals-inner .long {
    height: auto;
  }
}
.actuals .actuals-inner .long article {
  flex-basis: 33.6rem;
  height: 22.4rem;
}
@media all and (max-width: 1440px) {
  .actuals .actuals-inner .long article {
    flex-basis: 31%;
    height: 22rem;
  }
}
@media all and (max-width: 991px) {
  .actuals .actuals-inner .long article {
    flex-basis: 100%;
    height: 30rem;
    margin-bottom: 2rem;
  }
}
.actuals .actuals-inner .long article .mask {
  bottom: -10rem;
}
@media all and (max-width: 1199px) {
  .actuals .actuals-inner .long article .mask {
    bottom: -12.7rem;
  }
}
@media all and (max-width: 991px) {
  .actuals .actuals-inner .long article .mask {
    bottom: -6.5rem;
  }
}
@media all and (max-width: 767px) {
  .actuals .actuals-inner .long article .mask {
    bottom: -8.2rem;
  }
}
@media all and (max-width: 375px) {
  .actuals .actuals-inner .long article .mask {
    bottom: -9rem;
  }
}

.banner,
.match-inner {
  height: 28.24rem;
  box-shadow: 0px -1px 8px rgba(173, 102, 205, 0.74);
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 1440px) {
  .banner,
.match-inner {
    height: 30rem;
  }
}
@media all and (max-width: 991px) {
  .banner,
.match-inner {
    height: 65rem;
  }
  .banner .mask .mask-two,
.match-inner .mask .mask-two {
    flex-direction: column;
  }
}
.banner .mask,
.match-inner .mask {
  height: 100%;
  background: linear-gradient(167.91deg, rgba(35, 12, 45, 0) 37.56%, #773595 143.17%);
}
.banner .mask .mask-two,
.match-inner .mask .mask-two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
}
.banner .mask .mask-two p,
.match-inner .mask .mask-two p {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1rem;
}
@media all and (max-width: 991px) {
  .banner .mask .mask-two p,
.match-inner .mask .mask-two p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.banner .mask .mask-two p span,
.match-inner .mask .mask-two p span {
  color: #AD66CD;
}
.banner .mask .mask-two p.bigger,
.match-inner .mask .mask-two p.bigger {
  font-style: normal;
  font-weight: 600;
  font-size: 2.88rem;
  line-height: 1.92rem;
  letter-spacing: 0.18px;
  color: #FFFFFF;
}
.banner .mask .mask-two p.colored,
.match-inner .mask .mask-two p.colored {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.1rem;
  letter-spacing: 0.15px;
  color: #AD66CD;
  margin-top: 2rem;
}
@media all and (max-width: 991px) {
  .banner .mask .mask-two p.colored,
.match-inner .mask .mask-two p.colored {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 0;
  }
}
.banner .info-team a,
.match-inner .info-team a {
  display: flex;
  width: 180px;
  height: 4.6rem;
  margin-top: 6rem;
  background: #632081;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1440px) {
  .banner .info-team a,
.match-inner .info-team a {
    margin-top: 4rem;
  }
}
.banner img,
.match-inner img {
  max-height: 15rem;
}
@media all and (max-width: 991px) {
  .banner img,
.match-inner img {
    max-height: 14rem;
  }
}

.socials-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.2rem;
  margin-bottom: 9rem;
}
.socials-btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-basis: 19%;
  height: 8rem;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  background: #38374B;
  text-transform: uppercase;
  transition: 0.4s;
}
@media all and (max-width: 991px) {
  .socials-btns a {
    flex-basis: 100%;
    margin-bottom: 1.6rem;
  }
}
.socials-btns a img {
  margin-right: 2.4rem;
  height: 5.4rem;
}
@media all and (max-width: 1199px) {
  .socials-btns a img {
    margin-right: 1.5rem;
  }
}
.socials-btns a:first-of-type:hover {
  background: #6441a5;
}
.socials-btns a:nth-of-type(2):hover {
  background: #3b5998;
}
.socials-btns a:nth-of-type(3):hover {
  background: #c4302b;
}
.socials-btns a:nth-of-type(4):hover {
  background: #dc2743;
}
.socials-btns a:last-of-type:hover {
  background: #1DA1F2;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */