@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*

	Sample file name:

		• OpenSans-Bold.ttf
		• [prefix][delimiter][font_weight].ttf


	Mixin args:

		• path
		• font family
		• prefix (prefix in file names)
		• delimiter (delimiter in file names)
		• fonts weights:

			• name (font_weight in file names)
			• weight
			• style

		• woff2 file exists (optionally)


	Example:

		$font : (
			(
				'name'   : 'Regular',
				'weight' : 400,
				'style'  : 'normal'
			),
			(
				'name'   : 'Medium',
				'weight' : 500,
				'style'  : 'normal'
			),
			(
				'name'   : 'Bold',
				'weight' : 700,
				'style'  : 'normal'
			)
		);

		@include fontFace('../sources/fonts/font/', 'My Font', 'MyFont', '-', $font, true);

*/
@font-face {
  font-family: "muli";
  src: url("../fonts/muli/muli-light.eot");
  src: url("../fonts/muli/muli-light.eot?#iefix") format("embedded-opentype"), url(../fonts/muli/muli-light.woff2) format('woff2'), url("../fonts/muli/muli-light.woff") format("woff"), url("../fonts/muli/muli-light.ttf") format("truetype"), url("../fonts/muli/muli-light.svg#muli-light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "muli";
  src: url("../fonts/muli/muli-regular.eot");
  src: url("../fonts/muli/muli-regular.eot?#iefix") format("embedded-opentype"), url(../fonts/muli/muli-regular.woff2) format('woff2'), url("../fonts/muli/muli-regular.woff") format("woff"), url("../fonts/muli/muli-regular.ttf") format("truetype"), url("../fonts/muli/muli-regular.svg#muli-regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "muli";
  src: url("../fonts/muli/muli-semibold.eot");
  src: url("../fonts/muli/muli-semibold.eot?#iefix") format("embedded-opentype"), url(../fonts/muli/muli-semibold.woff2) format('woff2'), url("../fonts/muli/muli-semibold.woff") format("woff"), url("../fonts/muli/muli-semibold.ttf") format("truetype"), url("../fonts/muli/muli-semibold.svg#muli-semibold") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "muli";
  src: url("../fonts/muli/muli-bold.eot");
  src: url("../fonts/muli/muli-bold.eot?#iefix") format("embedded-opentype"), url(../fonts/muli/muli-bold.woff2) format('woff2'), url("../fonts/muli/muli-bold.woff") format("woff"), url("../fonts/muli/muli-bold.ttf") format("truetype"), url("../fonts/muli/muli-bold.svg#muli-bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "muli";
  src: url("../fonts/muli/muli-extrabold.eot");
  src: url("../fonts/muli/muli-extrabold.eot?#iefix") format("embedded-opentype"), url(../fonts/muli/muli-extrabold.woff2) format('woff2'), url("../fonts/muli/muli-extrabold.woff") format("woff"), url("../fonts/muli/muli-extrabold.ttf") format("truetype"), url("../fonts/muli/muli-extrabold.svg#muli-extrabold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url('../fonts/roboto/roboto-"light".eot');
  src: url('../fonts/roboto/roboto-"light".eot?#iefix') format("embedded-opentype"), url(../fonts/roboto/roboto-"light".woff2) format('woff2'), url('../fonts/roboto/roboto-"light".woff') format("woff"), url('../fonts/roboto/roboto-"light".ttf') format("truetype"), url('../fonts/roboto/roboto-"light".svg#roboto-"light"') format("svg");
  font-weight: 300;
  font-style: "normal";
}
@font-face {
  font-family: "roboto";
  src: url('../fonts/roboto/roboto-"regular".eot');
  src: url('../fonts/roboto/roboto-"regular".eot?#iefix') format("embedded-opentype"), url(../fonts/roboto/roboto-"regular".woff2) format('woff2'), url('../fonts/roboto/roboto-"regular".woff') format("woff"), url('../fonts/roboto/roboto-"regular".ttf') format("truetype"), url('../fonts/roboto/roboto-"regular".svg#roboto-"regular"') format("svg");
  font-weight: 400;
  font-style: "normal";
}
@font-face {
  font-family: "roboto";
  src: url('../fonts/roboto/roboto-"medium".eot');
  src: url('../fonts/roboto/roboto-"medium".eot?#iefix') format("embedded-opentype"), url(../fonts/roboto/roboto-"medium".woff2) format('woff2'), url('../fonts/roboto/roboto-"medium".woff') format("woff"), url('../fonts/roboto/roboto-"medium".ttf') format("truetype"), url('../fonts/roboto/roboto-"medium".svg#roboto-"medium"') format("svg");
  font-weight: 500;
  font-style: "normal";
}
@font-face {
  font-family: "emtepe";
  src: url("../fonts/emtepe/emtepe-regular.eot");
  src: url("../fonts/emtepe/emtepe-regular.eot?#iefix") format("embedded-opentype"), url(../fonts/emtepe/emtepe-regular.woff2) format('woff2'), url("../fonts/emtepe/emtepe-regular.woff") format("woff"), url("../fonts/emtepe/emtepe-regular.ttf") format("truetype"), url("../fonts/emtepe/emtepe-regular.svg#emtepe-regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "emtepe";
  src: url("../fonts/emtepe/emtepe-bold.eot");
  src: url("../fonts/emtepe/emtepe-bold.eot?#iefix") format("embedded-opentype"), url(../fonts/emtepe/emtepe-bold.woff2) format('woff2'), url("../fonts/emtepe/emtepe-bold.woff") format("woff"), url("../fonts/emtepe/emtepe-bold.ttf") format("truetype"), url("../fonts/emtepe/emtepe-bold.svg#emtepe-bold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.ttf?xzgjzx") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?xzgjzx") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?xzgjzx#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zoom-in1:before {
  content: "\e919";
}

.icon-zoom-out:before {
  content: "\e91a";
}

.icon-accept:before {
  content: "\e916";
}

.icon-discard:before {
  content: "\e917";
}

.icon-close:before {
  content: "\e913";
}

.icon-info2:before {
  content: "\e914";
}

.icon-more:before {
  content: "\e915";
}

.icon-arrow:before {
  content: "\e907";
}

.icon-camera:before {
  content: "\e908";
}

.icon-house:before {
  content: "\e909";
}

.icon-download:before {
  content: "\e911";
}

.icon-envelope:before {
  content: "\e912";
}

.icon-info:before {
  content: "\e91b";
}

.icon-contakt:before {
  content: "\e91c";
}

.icon-location:before {
  content: "\e91d";
}

.icon-outlook:before {
  content: "\e91e";
}

.icon-people:before {
  content: "\e91f";
}

.icon-phone:before {
  content: "\e920";
}

.icon-play:before {
  content: "\e921";
}

.icon-play2 .path1:before {
  content: "\e922";
  color: rgb(255, 255, 255);
}

.icon-play2 .path2:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(0, 174, 255);
}

.icon-play3:before {
  content: "\e924";
}

.icon-hands:before {
  content: "\e925";
}

.icon-diamond:before {
  content: "\e927";
}

.icon-video:before {
  content: "\e928";
}

.icon-doc:before {
  content: "\e929";
}

.icon-arrows_scroll:before {
  content: "\e906";
}

.icon-mtp_side:before {
  content: "\e905";
}

.icon-arrow_d:before {
  content: "\e901";
}

.icon-arrow_l:before {
  content: "\e902";
}

.icon-arrow_r:before {
  content: "\e903";
}

.icon-arrow_u:before {
  content: "\e904";
}

.icon-fb:before {
  content: "\e90c";
}

.icon-insta:before {
  content: "\e90d";
}

.icon-linked:before {
  content: "\e90e";
}

.icon-tw:before {
  content: "\e90f";
}

.icon-yt:before {
  content: "\e910";
}

.icon-wydawnictwa_logo:before {
  content: "\e90a";
}

.icon-zloty_medal:before {
  content: "\e90b";
}

.icon-arrow-lang:before {
  content: "\e900";
}

.icon-camera2:before {
  content: "\e926";
}

.icon-loupe:before {
  content: "\e930";
}

.icon-mail:before {
  content: "\e931";
}

.icon-mtp-small:before {
  content: "\e932";
}

.icon-mtp-full:before {
  content: "\e933";
}

.icon-heart:before {
  content: "\e943";
}

.icon-publisher:before {
  content: "\e94b";
}

.icon-gold-medal:before {
  content: "\e94e";
}

.icon-visit:before {
  content: "\e94f";
}

.icon-tiktok:before {
  content: "\e918";
}

.icon-wheelchair:before {
  content: "\e92a";
}

.icon-high-contrast:before {
  content: "\e92b";
}

.icon-font-zoom-out:before {
  content: "\e92c";
}

.icon-font-zoom-in:before {
  content: "\e92d";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-slide-r {
  0% {
    transform: translateX(0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  50% {
    transform: translateX(10px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  51% {
    transform: translateX(-10px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@keyframes fade-slide-l {
  0% {
    transform: translateX(0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  50% {
    transform: translateX(-10px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  51% {
    transform: translateX(10px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@keyframes fade-slide-d {
  0% {
    transform: translateY(0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  51% {
    transform: translateY(-10px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@keyframes fade-slide-u {
  0% {
    transform: translateY(0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  50% {
    transform: translateY(-10px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  51% {
    transform: translateY(10px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@keyframes transY {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 1px var(--color-9);
  }
  50% {
    box-shadow: 0 0 0 10px RGBA(var(--color-9), 0.1);
  }
  100% {
    box-shadow: 0 0 0 1px var(--color-9);
  }
}
/*

	Example of use is at the bottom of file

*/
/*

	Example:

		ul {
			margin-bottom: 15px;

			@include rwd(tablet, true) {
				margin-bottom: 30px;
			}

			li {
				margin-bottom: 20px;

				@include rwd(tablet) {
					margin-bottom: 10px;
				}
			}
		}


	Result:

		ul {
			margin-bottom: 15px;
		}

		ul li {
			margin-bottom: 20px;
		}

		@media (min-width: 769px) {
			ul {
				margin-bottom: 30px;
			}
		}

		@media (max-width: 768px) {
			ul li {
				margin-bottom: 10px;
			}
		}

*/
/*

  Example:

    ul {

      li {

        span {
          color: green;

          @include parent('li', '.red') {
            color: red;
          }

          @include parent('ul', '.hide || .hidden') {
            display: none;
          }
        }
      }
    }


  Result:

    ul li span {
      color: green;
    }

    ul li.red span {
      color: red;
    }

    ul.hide li span {
      display: none;
    }

    ul.hidden li span {
      display: none;
    }

*/
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-size-adjust: 100%;
  font-family: var(--font-family), Tahoma, Arial;
  color: #282828;
  background-color: #fff;
  line-height: 1;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
html *:before,
html *:after,
html *,
body *:before,
body *:after,
body * {
  box-sizing: border-box;
}

button,
select,
textarea,
input {
  font-family: var(--font-family), Tahoma, Arial;
}

*:focus {
  outline: none;
  box-shadow: none;
}

*::-moz-focus-inner {
  border: 0;
}

*::placeholder {
  opacity: 1;
}

*::selection {
  background-color: #0068cf;
  color: #fff;
}

/* for iOS */
input, textarea {
  border-radius: 0;
  appearance: none;
}

input[type=checkbox] {
  appearance: checkbox;
}

input[disabled=disabled], input[disabled], input.disabled, input:disabled {
  opacity: 1;
}

select {
  border-radius: 0;
  /*user-select: none;*/
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
}

button {
  border: 0;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

section {
  padding: 40px 0;
  /*@include rwd('large-phone') {
    padding: 20px 10px;
  }*/
}
@media (max-width: 919px) {
  section {
    padding: 30px 0;
  }
}

.tns-outer {
  width: 100%;
}

.noPadding {
  padding: 0 !important;
}

.elementBlur {
  filter: blur(5px);
}

.zoom {
  zoom: 150%;
  -moz-transform: scale(1.2);
  -moz-transform-origin: top;
}

main {
  padding-bottom: 100px;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1460px;
  padding: 0 30px;
}
.wrapper--small {
  max-width: 1260px;
}
.wrapper--small > h2 {
  flex: 1;
  max-width: 75%;
}
.wrapper--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 539px) {
  .wrapper--flex {
    align-items: center;
  }
}
.wrapper--noPadding {
  padding: 0;
  max-width: 1400px;
}
@media (max-width: 719px) {
  .wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 539px) {
  .wrapper {
    padding: 0;
  }
}

.header {
  padding: 5px 20px 5px 20px;
  width: 100%;
  height: fit-content;
  display: flex;
  place-content: space-between;
  box-shadow: 0 2px 4px rgba(171, 190, 209, 0.6);
}
.header--logoWrapper img {
  height: 40px;
}
.header--rightContainer {
  display: flex;
  gap: 20px;
}
.header__langWrapper, .header__wcagWrapper {
  position: relative;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.header__langContainer {
  position: absolute;
  width: 100%;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
}
.header__langContainer--show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header__langContainer a {
  display: inline-block;
  padding: 3px 6px;
  width: 100%;
}
.header__langContainer a:visited {
  color: #444;
}
.header__langContainer a:hover {
  background-color: rgba(156, 154, 154, 0.1);
}
.header__langSwitcher {
  background-color: transparent;
  cursor: pointer;
}

.footer {
  position: relative;
  background-color: #F5F7FA;
  width: 100%;
  display: flex;
  place-content: center;
  font-size: 12px;
}
.footer__container {
  gap: 10px;
  padding: 10px;
  max-width: 1260px;
}
@media (min-width: 840px) {
  .footer__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 840px) {
  .footer__container {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.footer__container div {
  padding: 10px;
  border-radius: 35px;
}
.footer__sectionTitle {
  font-size: 16px;
  font-weight: bold;
}
.footer__ssoInfo {
  grid-area: 1/1/span 2/span 2;
}
.footer__quickContact {
  background-color: white;
}
.footer__links {
  background-color: #783AEE;
  color: white;
  z-index: 1;
}
.footer__links a:link {
  color: white;
}
.footer__links a:visited {
  color: white;
}
.footer__quickContactInfo {
  grid-area: 2/3/span 1/span 2;
  background-color: white;
}
.footer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 840px) {
  .footer__overlay {
    display: none;
  }
}
.footer__overlay svg {
  position: absolute;
}
.footer__overlay svg:nth-child(1) {
  transform: scale(0.5);
  top: -20%;
  left: 5%;
}
.footer__overlay svg:nth-child(1) stop:nth-child(1) {
  stop-color: #FF6900;
}
.footer__overlay svg:nth-child(1) stop:nth-child(2) {
  stop-color: #E20171;
}
.footer__overlay svg:nth-child(2) stop:nth-child(1) {
  stop-color: #FB6716;
}
.footer__overlay svg:nth-child(2) stop:nth-child(2) {
  stop-color: #FFAB2C;
}
.footer__overlay svg:nth-child(3) stop:nth-child(1) {
  stop-color: #0057BF;
}
.footer__overlay svg:nth-child(3) stop:nth-child(2) {
  stop-color: #18B1F9;
}
.footer__overlay svg:nth-child(4) stop:nth-child(1) {
  stop-color: #783AEE;
}
.footer__overlay svg:nth-child(4) stop:nth-child(2) {
  stop-color: #4E14B4;
}

.singlePost {
  margin-top: 0;
  overflow: visible;
}
@media (max-width: 539px) {
  .singlePost {
    margin-top: 0;
  }
}
.singlePost__header {
  padding: 180px;
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 1279px) {
  .singlePost__header {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (max-width: 719px) {
  .singlePost__header {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 539px) {
  .singlePost__header {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 90px;
  }
}
.singlePost__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .singlePost__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.singlePost__titleContainer {
  position: relative;
  padding: 0 20px;
}
.singlePost__titleContainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  display: block;
  background-color: #ffc528;
}
.singlePost__title {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}
.singlePost__date {
  font-size: 17px;
  color: #939393;
  font-weight: 500;
  margin: 0;
  margin-top: 10px;
}
.singlePost__content > *:not(.singlePost--noPadding) {
  padding-left: 180px;
  padding-right: 180px;
}
@media (max-width: 1279px) {
  .singlePost__content > *:not(.singlePost--noPadding) {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (max-width: 719px) {
  .singlePost__content > *:not(.singlePost--noPadding) {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 539px) {
  .singlePost__content > *:not(.singlePost--noPadding) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.singlePost__socialContainer {
  display: flex;
  align-items: center;
}
@media (max-width: 999px) {
  .singlePost__socialContainer {
    margin-top: 20px;
  }
}
@media (max-width: 539px) {
  .singlePost__socialContainer {
    position: absolute;
    bottom: 40px;
    left: 20px;
    width: 100%;
  }
}
.singlePost__socialList {
  display: flex;
  margin-left: 25px;
}
.singlePost__socialTitle {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-1);
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 539px) {
  .singlePost__socialTitle {
    margin: 0;
  }
}
.singlePost__socialItem {
  display: inline-block;
}
.singlePost__link {
  display: block;
  padding: 8px;
}
.singlePost__link:hover .singlePost__icon {
  opacity: 0.8;
}
.singlePost__icon {
  transition: opacity 0.2s ease-in-out;
}
.singlePost__icon--social {
  font-size: 20px;
}
.singlePost__icon.icon-fb {
  color: #3b5999;
}
.singlePost__icon.icon-linked {
  color: #0077B5;
}
.singlePost__icon.icon-tw {
  color: #55acee;
}
.singlePost__icon.icon-tiktok {
  color: black;
}
.singlePost__text {
  font-family: "roboto", Tahoma, Arial;
  font-size: 15px;
  color: var(--color-2);
  line-height: 1.5;
  margin: 0;
}
.singlePost__text--lead {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
.singlePost__text--first {
  padding-top: 60px;
  padding-bottom: 90px;
}
.singlePost__text--first::first-letter {
  float: left;
  font-family: var(--font-family), Tahoma, Arial;
  font-weight: 600;
  font-size: 45px;
  color: var(--color-1);
  padding-right: 8px;
  padding-top: 12px;
  line-height: 30px;
}
@media (max-width: 539px) {
  .singlePost__text--first {
    padding: 35px 0;
  }
}
.singlePost__text--space {
  margin-top: 60px;
}
.singlePost__text--box {
  font-family: var(--font-family), Tahoma, Arial;
  font-weight: 500;
  font-size: 18px;
}
.singlePost__text--box + .singlePost__text--box:not(.singlePost__text--space) {
  margin-top: 5px;
}
@media (max-width: 919px) {
  .singlePost__text--box {
    font-size: 15px;
  }
}
.singlePost__text--small {
  font-size: 12px;
}
.singlePost__text--light {
  color: rgba(255, 255, 255, 0.8);
}
.singlePost__text + .singlePost__text {
  margin-top: 35px;
}
.singlePost__infoBox {
  position: relative;
  padding-bottom: 55px;
}
@media (max-width: 539px) {
  .singlePost__infoBox {
    padding-bottom: 35px;
  }
}
.singlePost__infoBox--below .singlePost__imgContainer {
  margin-right: 0;
}
@media (max-width: 919px) {
  .singlePost__infoBox--below .singlePost__imgContainer {
    margin-left: 0;
  }
}
.singlePost__infoBox--below .singlePost__box {
  position: relative;
  transform: none;
  width: 100%;
  padding: 50px 55px;
}
@media (max-width: 919px) {
  .singlePost__infoBox--below .singlePost__box {
    margin-left: 0;
    margin-right: 0;
    padding: 25px;
  }
}
.singlePost__infoBox--reversed .singlePost__imgContainer {
  margin-right: 0px;
  margin-left: 180px;
}
@media (max-width: 919px) {
  .singlePost__infoBox--reversed .singlePost__imgContainer {
    margin-left: 0;
  }
}
@media (max-width: 919px) {
  .singlePost__infoBox--reversed .singlePost__imgContainer {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media (max-width: 719px) {
  .singlePost__infoBox--reversed .singlePost__imgContainer {
    margin-right: 60px;
    margin-left: 60px;
  }
}
@media (max-width: 539px) {
  .singlePost__infoBox--reversed .singlePost__imgContainer {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.singlePost__infoBox--reversed .singlePost__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 525px;
  background-color: var(--color-1);
  text-align: center;
  padding: 100px 55px;
  transform: translateY(-40px);
}
@media (max-width: 919px) {
  .singlePost__infoBox--reversed .singlePost__box {
    position: relative;
    transform: none;
    padding: 25px;
    margin-left: 120px;
    margin-right: 120px;
    width: auto;
  }
}
@media (max-width: 719px) {
  .singlePost__infoBox--reversed .singlePost__box {
    margin-right: 60px;
    margin-left: 60px;
  }
}
@media (max-width: 539px) {
  .singlePost__infoBox--reversed .singlePost__box {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.singlePost__box {
  position: absolute;
  top: 0;
  right: 0;
  width: 525px;
  background-color: var(--color-1);
  text-align: center;
  padding: 100px 55px;
  transform: translateY(-40px);
}
@media (max-width: 919px) {
  .singlePost__box {
    position: relative;
    transform: none;
    padding: 25px;
    margin-left: 120px;
    margin-right: 120px;
    width: auto;
  }
}
@media (max-width: 719px) {
  .singlePost__box {
    margin-right: 60px;
    margin-left: 60px;
  }
}
@media (max-width: 539px) {
  .singlePost__box {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.singlePost__boxTitle {
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.singlePost__boxTitle::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 35px;
  height: 2px;
  background-color: var(--color-2);
}
@media (max-width: 919px) {
  .singlePost__boxTitle {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.singlePost__imgContainer {
  margin-right: 180px;
}
@media (max-width: 1279px) {
  .singlePost__imgContainer {
    margin-right: 120px;
  }
}
@media (max-width: 919px) {
  .singlePost__imgContainer {
    margin-left: 120px;
  }
}
@media (max-width: 719px) {
  .singlePost__imgContainer {
    margin-right: 60px;
    margin-left: 60px;
  }
}
@media (max-width: 539px) {
  .singlePost__imgContainer {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.singlePost__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.singlePost__media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
}
@media (max-width: 919px) {
  .singlePost__media {
    flex-direction: column-reverse;
  }
}
@media (max-width: 719px) {
  .singlePost__media {
    margin: 20px 60px;
  }
}
@media (max-width: 539px) {
  .singlePost__media {
    margin: 35px 0;
  }
}
.singlePost__mediaTitle {
  position: relative;
  padding-left: 20px;
  padding-right: 70px;
  font-size: 27px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  width: 50%;
}
.singlePost__mediaTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  display: block;
  background-color: #ffc528;
}
@media (max-width: 919px) {
  .singlePost__mediaTitle {
    font-size: 20px;
    margin-top: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 719px) {
  .singlePost__mediaTitle {
    width: 100%;
  }
}
@media (max-width: 539px) {
  .singlePost__mediaTitle {
    width: auto;
    margin: 40px 20px 0;
  }
}
.singlePost__vidOuter {
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 28.125%;
}
.singlePost__vidOuter iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 719px) {
  .singlePost__vidOuter {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
.singlePost__buttons {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  padding: 30px 0;
  background-color: var(--color-1);
  position: relative;
}
@media (max-width: 919px) {
  .singlePost__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.singlePost__buttons .button, .singlePost__buttons .form__select, .singlePost__buttons .form__button {
  margin: 0;
  width: 33.333%;
  margin: 0 15px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1279px) {
  .singlePost__buttons .button, .singlePost__buttons .form__select, .singlePost__buttons .form__button {
    width: auto;
    margin: 0 10px;
  }
}
@media (max-width: 919px) {
  .singlePost__buttons .button, .singlePost__buttons .form__select, .singlePost__buttons .form__button {
    min-width: 250px;
  }
  .singlePost__buttons .button + .button, .singlePost__buttons .form__select + .button, .singlePost__buttons .button + .form__select, .singlePost__buttons .form__select + .form__select, .singlePost__buttons .form__button + .button, .singlePost__buttons .form__button + .form__select, .singlePost__buttons .button + .form__button, .singlePost__buttons .form__select + .form__button, .singlePost__buttons .form__button + .form__button {
    margin-top: 20px;
  }
}
.singlePost__buttons::after {
  content: "";
  display: block;
  width: 150vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vh;
  background-color: var(--color-1);
}
.singlePost__label {
  font-family: "roboto", Tahoma, Arial;
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-word;
  color: #777777;
  font-weight: 500;
  margin-top: 0;
}
.singlePost__item {
  font-family: "roboto", Tahoma, Arial;
  font-weight: 500;
  font-size: 15px;
  color: #777777;
  padding: 8px 0 8px 15px;
  position: relative;
}
.singlePost__item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: var(--color-2);
}
.singlePost__buttonContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}
@media (max-width: 999px) {
  .singlePost__buttonContainer {
    flex-direction: column;
    align-items: flex-start;
  }
  .singlePost__buttonContainer .button, .singlePost__buttonContainer .form__select, .singlePost__buttonContainer .form__button {
    padding: 14px 30px;
    height: 45px;
    line-height: 18px;
  }
  .singlePost__buttonContainer .button--withIcon {
    padding: 11px 30px;
  }
}
.singlePost__listWithImage {
  display: flex;
  margin: 60px 0;
}
@media (max-width: 999px) {
  .singlePost__listWithImage {
    display: flex;
    flex-direction: column-reverse;
  }
}
.singlePost__listWithImage--reversed {
  flex-direction: row-reverse;
}
@media (max-width: 999px) {
  .singlePost__listWithImage--reversed {
    flex-direction: column-reverse;
  }
}
.singlePost__listWithImage--reversed .singlePost__listInner {
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 999px) {
  .singlePost__listWithImage--reversed .singlePost__listInner {
    padding-right: 25px;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.singlePost__listInner {
  width: 50%;
  flex-basis: 50%;
  padding-right: 50px;
}
@media (max-width: 999px) {
  .singlePost__listInner {
    padding-right: 25px;
    width: 100%;
    margin-top: 20px;
  }
}
.singlePost__imgContent {
  width: 50%;
  flex-basis: 50%;
  background: 50% 50%/cover no-repeat;
}
@media (max-width: 999px) {
  .singlePost__imgContent {
    min-height: 250px;
    width: 100%;
  }
}
.singlePost__imgWrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}
.singlePost__singleImg {
  margin: 10px 0;
}
.singlePost__singleImg img {
  height: auto !important;
  max-width: 100%;
}

.formsButton {
  width: fit-content;
  border-radius: 35px;
  padding: 10px;
  display: block;
}
.formsButton--orangeGradient {
  background: linear-gradient(#FD8E22, #FB6616);
  color: white;
}
.formsButton--blueGradient {
  background: linear-gradient(#16ABFB, #2291FD);
  color: black;
}
.formsButton--greenGradient {
  background: linear-gradient(#6afc21, #4b9c00);
}
.formsButton--borderOnly {
  color: #FB6616;
  border: 1px solid #FB6616;
  background: white;
}
.formsButton--dropdown {
  background-color: transparent;
}
.formsButton--dropdown span {
  color: #FB6616;
  border: 1px solid #FB6616;
  background: white;
  padding: 3px;
  border-radius: 25px;
}
.formsButton--grey {
  background: #F5F7FA;
  color: #ABBED1;
}

.form {
  width: 100%;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 100px;
  border: 0.58px solid #E3E2E2;
  border-radius: 35px;
  background-color: #F5F7FA;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.form__column {
  /*&--left {
      @media(min-width: 840px) {
          width: 60%;
          padding-right: 5px;
      }
  }

  &--right {
      @media(min-width:840px) {
          width: 40%;
      }
      @media(max-width:840px) {
          display:flex;
          flex-direction:column-reverse;
      }

      &:after {
          @media(min-width: 840px) {
              display: none;
          }

          content: "";
          border: 1px solid #FB6616;
          height: 25%;
          top: -25%;
          display: inline-block;
          position: relative;
      }
  }*/
}
.form__inviteContainer {
  background: #7335E7;
  border-radius: 22px;
  padding: 20px;
  color: #E3E2E2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 820px) {
  .form__inviteContainer {
    width: 33%;
  }
}
.form__inviteContainer > label {
  font-size: 22px;
  font-weight: 500;
}
.form__inviteContainer > input {
  background: white;
  color: black;
}
.form__inviteContainer > input::placeholder {
  text-align: center;
  color: #E3E2E2;
}
.form__controlsContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 5px 0 5px;
  align-items: center;
}
.form__controlsContainer > button {
  width: 50%;
  min-width: fit-content;
}
.form__fieldsContainer {
  grid-column: 1;
  flex-grow: 1;
  /*&--personal {
      pointer-events: none !important;
  }*/
}
.form__fieldsContainer--locked input, .form__fieldsContainer--locked button, .form__fieldsContainer--locked label, .form__fieldsContainer--locked div {
  pointer-events: none;
}
.form__fieldsContainer--locked .form__input, .form__fieldsContainer--locked div:not(.form__input--infoBox) {
  background-color: transparent;
}
.form__agreementsContainer {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px 10px;
  gap: 10px;
}
.form__agreementsContainer input {
  height: 15px;
  width: 25px;
}
.form__agreementsContainer:before {
  content: "";
  display: inline-block;
  border-left: 2px solid #FB6616;
}
.form__agreementsContainer--locked .form__agreement--button {
  pointer-events: none;
}
.form__agreement--container {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.form__agreement--container > input {
  pointer-events: none;
}
.form__agreement--container > label span {
  display: none;
  color: red;
}
.form__agreement--descriptionToggle {
  font-size: 12px;
  border: none;
  background-color: transparent;
  max-width: fit-content;
  width: fit-content;
}
.form__agreement--descriptionWrapper {
  border: 0.58px solid #E3E2E2;
  border-radius: 35px;
  padding: 10px;
  overflow-y: auto;
  width: fit-content;
  word-break: break-word;
  max-height: 25vh;
}
.form__agreement--descriptionWrapper--hidden {
  display: none;
}
.form__agreement--name--req {
  color: red;
}
.form__banner--wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 840px) {
  .form__banner--wrapper > img {
    width: 100%;
  }
}
.form__footer {
  grid-row: 2;
  grid-column: span 2;
}
.form__eventInfo {
  padding: 25px;
}
.form__eventInfo > h1 {
  margin: 0px;
  font-weight: bold;
  font-size: 52px;
}
@media (max-width: 840px) {
  .form__eventInfo > h1 {
    text-align: center;
    font-size: 30px;
  }
}
.form__eventInfo > p {
  margin-top: 5px;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 840px) {
  .form__eventInfo > p {
    text-align: center;
    font-size: 18px;
  }
}
.form__eventInfo > p:after {
  display: inline-block;
  content: "";
  width: 25%;
  height: 1px;
  border-bottom: 2px solid #FB6616;
}
@media (max-width: 840px) {
  .form__eventInfo > p:after {
    width: 100%;
  }
}
.form__profiles {
  border: solid 1px #F5F7FA;
  margin-bottom: 5px;
  border-radius: 22px;
  padding: 25px;
}
.form__profiles--container {
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 840px) {
  .form__profiles--container {
    gap: 10px;
    flex-direction: column;
  }
}
@media (max-width: 840px) {
  .form__profiles--container #form__profiles--addNew {
    margin-top: 15px;
    flex-direction: column;
  }
}
.form__profiles--container span {
  padding-right: 6px;
}
.form__confirmationField__container {
  display: flex;
  gap: 10px;
  flex-direction: column;
  border: 0.58px solid #E3E2E2;
  border-radius: 35px;
  padding: 10px;
}
.form__confirmationField__container--hidden {
  display: none;
}
.form__confirmationField__container > div {
  display: flex;
  gap: 5px;
}
.form__confirmationField__container label {
  padding: 5px;
}
.form__confirmationField__container input {
  padding: 0px 5px 0px 5px;
  border-radius: 35px;
}
.form__field {
  margin: 15px 0;
  position: relative;
}
.form__field--center {
  text-align: center;
}
.form__field--textarea {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.form__field--box {
  display: inline-block;
}
.form__field__info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1.61px solid #E3E2E2;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 7px 9px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color 0.2s ease-in-out;
  color: #000;
  position: relative;
  width: 100%;
}
.form__field__info input {
  background-color: transparent;
  width: 100%;
  border: 0;
}
.form__field__dropdown {
  display: flex;
  border-bottom: 1.61px solid #E3E2E2;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 7px 9px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color 0.2s ease-in-out;
  color: #000;
  position: relative;
  width: 100%;
}
.form__field__dropdown::after {
  position: absolute;
}
.form__field__dropdown::placeholder {
  color: #8a8f94;
}
.form__field__dropdown:focus {
  border-color: #ffc528;
}
.form__field__dropdown:focus .form__label {
  color: #8a8f94;
}
.form__field__dropdown input {
  border: 0;
  width: 100%;
}
.form__field__dropdown.error {
  border-color: #e62000;
}
.form__field__dropdown--box {
  position: absolute;
  background-color: white;
  z-index: 69;
  padding: 10px 30px 10px 30px;
  border: 1px solid #FB6616;
  border-radius: 35px;
  height: fit-content;
}
.form__field__dropdown--box--hidden {
  display: none;
}
.form__field__dropdown--box ul {
  overflow-y: scroll;
  max-height: 200px;
}
.form__field__dropdown--box li:hover {
  background-color: gold;
  color: white;
}
.form__field__dropdown--button {
  font-size: 12px;
  margin-right: 5px;
  padding: 4px;
}
.form__field__dropdown--list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.form__field__dropdown--list > li {
  list-style-type: circle;
}
.form__field__dropdown--teryt {
  padding: 0;
}
.form__field__dropdown--listWrapper {
  width: fit-content;
}
.form__field__dropdown--manualInput input {
  pointer-events: all;
}
.form__field__dropdown--manualInput button {
  display: none;
}
.form__field__phone {
  /*;
  gap: 2px;
  border-bottom: 1.61px solid #E3E2E2;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 7px 9px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color $t-ease-in-out;
  color: $mainColor;*/
  display: flex;
  position: relative;
  width: 100%;
  gap: 4px;
  /*& input {
      width: 100%;
      border: 0;
  }*/
}
.form__field__phone input[name=phone_code] {
  width: 5ch;
}
.form__field__phone img {
  width: 28px;
  display: none;
  box-shadow: 0 0 2px;
  margin: 9px 2px 9px 0;
}
.form__field .loader {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.form__field .loader__double-ring {
  width: 30px;
  height: 30px;
  transform: translate(-15px, -15px) scale(0.15) translate(15px, 15px);
}
.form__field .loader__double-ring div {
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-width: 12px;
}
.form__field .loader__double-ring div:nth-child(2) {
  width: 132px;
  height: 132px;
  top: 34px;
  left: 34px;
}
.form__input {
  border: 0;
  border-bottom: 1.61px solid #E3E2E2;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 7px 9px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color 0.2s ease-in-out;
  color: #000;
  position: relative;
  width: 100%;
}
.form__input::after {
  position: absolute;
}
.form__input::placeholder {
  color: #8a8f94;
}
.form__input:focus {
  border-color: #ffc528;
}
.form__input:focus + .form__label {
  color: #8a8f94;
}
.form__input[type=checkbox], .form__input[type=radio] {
  position: absolute;
  background-color: transparent;
  opacity: 0;
  z-index: -1;
  height: 0;
  width: 1px;
  border: 0;
}
.form__input[type=checkbox]:checked + .form__label, .form__input[type=radio]:checked + .form__label {
  color: #000;
}
.form__input[type=checkbox]:checked + .form__label .form__fakeBoxInner, .form__input[type=radio]:checked + .form__label .form__fakeBoxInner {
  background-color: #000;
}
.form__input[type=checkbox].error + .form__label, .form__input[type=radio].error + .form__label {
  color: #e62000;
}
.form__input[type=radio]:checked + .form__label .form__fakeBoxInner {
  background-color: #ffc528;
}
.form__input.error.form__input--mandatory {
  border-color: #e62000;
}
.form__input.error.form__input--mandatory + .form__label {
  color: #e62000;
}
.form__input--info {
  font-weight: bold;
  pointer-events: all;
}
.form__input--infoBox {
  display: none;
  background-color: white;
  position: absolute;
  right: 0;
  top: 30px;
  padding: 10px;
  border-radius: 5px;
}
.form__input--infoBox--visible {
  display: block;
}
.form__label {
  display: block;
  color: #000;
  font-size: 12px;
  padding: 7px 9px;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
  position: relative;
}
.form__label--withCheckbox {
  padding: 10px 20px 10px 40px;
  color: #8a8f94;
  font-size: 16px;
}
.form__label--big {
  font-size: 16px;
}
.form__label--mandatory::after {
  content: "*";
  color: red;
  font-size: 18px;
}
.form__textarea {
  resize: vertical;
  border: 2px solid #000;
  background: none;
  padding: 7px 9px;
  font-size: 16px;
  transition: border-color 0.2s ease-in-out;
  color: #000;
  font-weight: 500;
  min-height: 136px;
  width: 100%;
}
.form__textarea::placeholder {
  color: #8a8f94;
}
.form__textarea:focus {
  border-color: #ffc528;
}
.form__textarea:focus + .form__label {
  color: #8a8f94;
}
.form__textarea.error {
  border-color: #e62000;
}
.form__textarea.error + .form__label {
  color: #e62000;
}
.form__fakeBox {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid #939393;
  position: absolute;
  left: 15px;
  top: 9px;
  background-color: #fff;
  transition: background-color 0.2s ease-in-out;
}
.form__fakeBox--radio {
  transform: rotate(45deg);
}
.form__fakeBoxInner {
  display: block;
  margin: 1px;
  height: 12px;
  width: 12px;
  transition: background-color 0.2s ease-in-out;
}
.form__button {
  padding: 8px 40px;
  margin: 0;
  cursor: pointer;
  border-radius: 100px;
}
.form__button:hover {
  background-color: #000;
  color: #fff;
}
.form__button--submit {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.form__button--add {
  display: none;
  vertical-align: middle;
  font-size: 16px;
}
.form__button--currentProfile {
  background: #F5F7FA;
  color: #ABBED1;
}
.form__button--getFromGus {
  margin-top: 5px;
}
.form__selectWrap {
  position: relative;
  display: inline-block;
}
.form__selectWrap::after {
  font-family: "icomoon";
  content: "\e907";
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
  font-size: 16px;
}
.form__select {
  padding: 8px 50px 8px 30px;
  border: 0;
  margin: 0;
  max-width: calc(100vw - 60px);
  cursor: pointer;
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
  text-align: center;
  position: relative;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
}
.form__select:focus {
  border-color: #ffc528;
  color: #000;
}
.form__select option {
  color: #8a8f94;
}
.form__select.error {
  border-color: #e62000;
  color: #e62000;
}
.form__select.error ~ * {
  color: #e62000;
}
.form__message {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 22px;
  height: 0;
  width: 0;
  min-height: fit-content;
  min-width: fit-content;
}
.form__message--success {
  color: #4dc628;
}
.form__message--failure {
  color: #e62000;
}
.form__message--block {
  display: block;
}
.form__popupLink {
  color: #000;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.form__popupLink:hover {
  opacity: 0.8;
}
.form__carbonFootprint * {
  color: #00B050 !important;
}

.mtpidPanel {
  width: 100%;
  height: 100%;
  padding: 30px 40px 40px 40px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 840px) {
  .mtpidPanel {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    padding: 10px 0 10px 0;
  }
}
.mtpidPanel__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 840px) {
  .mtpidPanel__container {
    width: 60%;
  }
}
@media (max-width: 840px) {
  .mtpidPanel__container {
    padding: 2px;
  }
}
.mtpidPanel--input {
  border: 1px solid #DADADA;
  border-radius: 8px;
  padding: 10px;
}
@media (min-width: 840px) {
  .mtpidPanel--input {
    width: 75%;
  }
}
.mtpidPanel__landingTab--buttons {
  display: flex;
  gap: 10px;
}
.mtpidPanel__resetPasswordTab--subTab {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mtpidPanel__passwordInput--container > span {
  position: relative;
  right: 5%;
}
@media (max-width: 840px) {
  .mtpidPanel__passwordInput--container > span {
    right: -93%;
    top: -28px;
  }
}
@media (max-width: 840px) {
  .mtpidPanel__passwordInput--container > input {
    width: 100%;
  }
}
.mtpidPanel__passwordInput--container > input::-ms-reveal {
  display: none;
}
.mtpidPanel__passwordInput--container > input::-ms-clear {
  display: none;
}
.mtpidPanel__navLink {
  width: fit-content;
  padding: 5px;
  color: #0000EE;
}
@media (max-width: 840px) {
  .mtpidPanel__navLink {
    text-wrap-mode: nowrap;
  }
}
.mtpidPanel__navLink:visited {
  color: #0000EE;
}
@media (max-width: 840px) {
  .mtpidPanel--eventImage {
    display: flex;
    justify-content: center;
  }
}
.mtpidPanel--eventImage > img {
  border-radius: 24px;
}
.mtpidPanel__tab {
  display: flex;
  flex-direction: column;
  background: #F5F7FA;
  padding: 20px;
  border-radius: 24px;
}
.mtpidPanel__tab--tabFields {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mtpidPanel__agreement--container {
  /* > input {
      pointer-events: none;
  }*/
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mtpidPanel__agreement--container input {
  height: 15px;
  width: 25px;
}
.mtpidPanel__agreement--descriptionToggle {
  font-size: 12px;
  border: none;
  background-color: transparent;
  max-width: fit-content;
  width: fit-content;
}
.mtpidPanel__agreement--descriptionWrapper {
  border: 0.58px solid #E3E2E2;
  border-radius: 35px;
  padding: 10px;
  overflow-y: scroll;
  max-height: 25vh;
  word-break: break-word;
}
.mtpidPanel__agreement--descriptionWrapper--hidden {
  display: none;
}
.mtpidPanel__registerTab__agreementContainer {
  padding: 10px 0 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mtpidPanel__registerTab__codeContainer {
  display: flex;
}
@media (max-width: 840px) {
  .mtpidPanel--header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.mtpidPanel--header > h1 {
  margin: 0px;
  font-weight: bold;
  font-size: 52px;
}
@media (max-width: 840px) {
  .mtpidPanel--header > h1 {
    text-align: center;
  }
}
.mtpidPanel--header > p {
  margin-top: 5px;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 840px) {
  .mtpidPanel--header > p {
    width: fit-content;
    text-align: center;
  }
}
.mtpidPanel--header > p:after {
  display: inline-block;
  content: "";
  width: 25%;
  height: 1px;
  border-bottom: 2px solid #FB6616;
}
.mtpidPanel--message {
  color: red;
  font-weight: bold;
}

.loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #FD8E22;
}
.loader__wrapper {
  position: fixed;
  min-width: 100vw;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  z-index: 69;
}
.loader__wrapper--hidden {
  visibility: hidden;
}

.loader:before,
.loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}

.loader:after {
  color: #FB6616;
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?cvk6dr');
  src:  url('fonts/icomoon.eot?cvk6dr#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?cvk6dr') format('truetype'),
    url('fonts/icomoon.woff?cvk6dr') format('woff'),
    url('fonts/icomoon.svg?cvk6dr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-akar-icons_info:before {
  content: "\e900";
}
.icon-tabler_briefcase-filled:before {
  content: "\e901";
}
.icon-si_info-fill:before {
  content: "\e902";
}
.icon-material-symbols_info:before {
  content: "\e903";
}
.icon-mage_briefcase:before {
  content: "\e904";
}
.icon-lucide_briefcase-business:before {
  content: "\e905";
}
.icon-ci_info:before {
  content: "\e906";
}
.icon-UserCircle:before {
  content: "\e907";
}
.icon-arrow-lang:before {
  content: "\e908";
}
.icon-arrow_d:before {
  content: "\e909";
}
.icon-arrow_l:before {
  content: "\e90a";
}
.icon-arrow_r:before {
  content: "\e90b";
}
.icon-arrow_u:before {
  content: "\e90c";
}
.icon-mtp_side:before {
  content: "\e90d";
}
.icon-arrows_scroll:before {
  content: "\e90e";
}
.icon-arrow:before {
  content: "\e90f";
}
.icon-camera:before {
  content: "\e910";
}
.icon-house:before {
  content: "\e911";
}
.icon-wydawnictwa_logo:before {
  content: "\e912";
}
.icon-zloty_medal:before {
  content: "\e913";
}
.icon-fb:before {
  content: "\e914";
}
.icon-insta:before {
  content: "\e915";
}
.icon-linked:before {
  content: "\e916";
}
.icon-tw:before {
  content: "\e917";
}
.icon-yt:before {
  content: "\e918";
}
.icon-download:before {
  content: "\e919";
}
.icon-envelope:before {
  content: "\e91a";
}
.icon-close:before {
  content: "\e91b";
}
.icon-info2:before {
  content: "\e91c";
}
.icon-more:before {
  content: "\e91d";
}
.icon-accept:before {
  content: "\e91e";
}
.icon-discard:before {
  content: "\e91f";
}
.icon-tiktok:before {
  content: "\e920";
}
.icon-zoom-in1:before {
  content: "\e921";
}
.icon-zoom-out:before {
  content: "\e922";
}
.icon-info:before {
  content: "\e923";
}
.icon-contakt:before {
  content: "\e924";
}
.icon-location:before {
  content: "\e925";
}
.icon-outlook:before {
  content: "\e926";
}
.icon-people:before {
  content: "\e927";
}
.icon-phone:before {
  content: "\e928";
}
.icon-play:before {
  content: "\e929";
}
.icon-uniE922:before {
  content: "\e92a";
}
.icon-uniE923:before {
  content: "\e92b";
}
.icon-play3:before {
  content: "\e92c";
}
.icon-hands:before {
  content: "\e92d";
}
.icon-camera2:before {
  content: "\e92e";
}
.icon-diamond:before {
  content: "\e92f";
}
.icon-video:before {
  content: "\e930";
}
.icon-doc:before {
  content: "\e931";
}
.icon-Wheelchair_symbol:before {
  content: "\e932";
}
.icon-high-contrast:before {
  content: "\e933";
}
.icon-font-zoom-out:before {
  content: "\e934";
}
.icon-font-zoom-in:before {
  content: "\e935";
}
.icon-loupe:before {
  content: "\e936";
}
.icon-mail:before {
  content: "\e937";
}
.icon-mtp-small:before {
  content: "\e938";
}
.icon-mtp-full:before {
  content: "\e939";
}
.icon-heart:before {
  content: "\e943";
}
.icon-publisher:before {
  content: "\e94b";
}
.icon-gold-medal:before {
  content: "\e94e";
}
.icon-visit:before {
  content: "\e94f";
}

