/*!
Theme Name: Codern
Author: Osega
Author URI: http://www.osega.pl/
Description: For Codern
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: codern
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Codern
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
         ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
         ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
         ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
         ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto; }

/* Forms
         ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
         ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
         ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden], .hidden {
  display: none; }

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
html {
  font-size: 16px; }
  @media only screen and (max-width: 1379px) {
    html {
      font-size: 11.5px; } }
  @media only screen and (max-width: 991px) {
    html {
      font-size: 8.9px; } }
  @media only screen and (max-width: 767px) {
    html {
      font-size: 24.64px; } }
  @media only screen and (max-width: 575px) {
    html {
      font-size: 16px; } }
  @media only screen and (max-width: 373px) {
    html {
      font-size: 13.2px; } }

body {
  font-size: 16px;
  font-family: 'Archivo', sans-serif;
  color: #31353e; }
  @media only screen and (max-width: 1379px) {
    body {
      font-size: 11.5px; } }
  @media only screen and (max-width: 991px) {
    body {
      font-size: 8.9px; } }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 24.64px; } }
  @media only screen and (max-width: 575px) {
    body {
      font-size: 16px; } }
  @media only screen and (max-width: 373px) {
    body {
      font-size: 13.2px; } }

@media only screen and (max-width: 767px) {
  .wp-block-column {
    flex-basis: 100% !important; }
    .wp-block-column:nth-child(2n) {
      margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .content > .wp-block-group {
    padding-left: 16px;
    padding-right: 16px; } }
.content > .wp-block-group > .wp-block-group__inner-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .content > .wp-block-group > .wp-block-group__inner-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .content > .wp-block-group > .wp-block-group__inner-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .content > .wp-block-group > .wp-block-group__inner-container {
      max-width: 960px; } }
  @media (min-width: 1380px) {
    .content > .wp-block-group > .wp-block-group__inner-container {
      max-width: 1350px; } }
.content > .wp-block-group .full {
  display: none; }
.content > .wp-block-group.shown .btn.more {
  display: none; }
.content > .wp-block-group.shown .btn.less {
  display: inline-block; }

h1, h2, h3, blockquote {
  font-family: 'Archivo Black', sans-serif; }

h1 {
  font-size: 4.5em;
  line-height: 1.11;
  margin-bottom: 0.71em; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
      line-height: 1.2;
      margin-bottom: 0.52em; } }

h2 {
  font-size: 2.5em;
  margin-bottom: 0.8em; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.5em;
      line-height: 1.33; } }

h3 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0.73em; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.5em;
      line-height: 1.33;
      margin-bottom: 1em; } }

p {
  font-size: 1.5em;
  line-height: 1.33;
  letter-spacing: normal;
  margin-bottom: 1.33em; }
  @media only screen and (max-width: 767px) {
    p {
      font-size: 1em;
      line-height: 1.5;
      margin-bottom: 1.2em; } }

.btn {
  border-radius: 0;
  border-color: #31353e;
  color: #31353e;
  padding: 0 1.9em;
  letter-spacing: 0.1em;
  line-height: 2.9em; }
  @media only screen and (max-width: 767px) {
    .btn {
      width: 100%; } }
  .btn:hover {
    background-color: #31353e;
    color: #fff; }
  .btn.more {
    padding-right: 2.1em; }
    @media only screen and (max-width: 767px) {
      .btn.more {
        text-align: left;
        position: relative; } }
    .btn.more:after {
      content: "+";
      margin-left: 1.4em;
      font-size: 1.66em;
      vertical-align: bottom;
      transition: transform 0.3s; }
      @media only screen and (max-width: 767px) {
        .btn.more:after {
          position: absolute;
          right: 1em;
          margin-left: 0; } }
  .btn.less {
    padding-right: 2.1em;
    display: none; }
    @media only screen and (max-width: 767px) {
      .btn.less {
        text-align: left;
        position: relative; } }
    .btn.less:after {
      content: "-";
      margin-left: 1.4em;
      font-size: 1.66em;
      vertical-align: bottom;
      transition: transform 0.3s; }
      @media only screen and (max-width: 767px) {
        .btn.less:after {
          position: absolute;
          right: 1em;
          margin-left: 0; } }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
#header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2.5em 0 1.5em;
  z-index: 99;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease, background-color 0s; }
  #header .navbar {
    padding: 0;
    align-items: flex-end; }
    @media only screen and (max-width: 767px) {
      #header .navbar {
        align-items: center; } }
    #header .navbar .navbar-toggler {
      padding: 0;
      border: 0 none; }
    #header .navbar .navbar-brand {
      font-size: 1em;
      height: 4em;
      display: block;
      padding: 0; }
      #header .navbar .navbar-brand img {
        height: 100%;
        width: auto; }
    #header .navbar .navbar-nav {
      margin-left: auto; }
      #header .navbar .navbar-nav li {
        line-height: 2.8em;
        margin-right: 2.8em; }
        #header .navbar .navbar-nav li a {
          color: #fff;
          display: block;
          padding: 0 0.5em;
          transition: all 0.5s; }
          #header .navbar .navbar-nav li a:hover {
            text-decoration: none;
            transform: translateY(0.5em); }
        #header .navbar .navbar-nav li.social {
          margin-right: 1.9em; }
          @media only screen and (max-width: 1379px) {
            #header .navbar .navbar-nav li.social img {
              height: 1.25em; } }
        #header .navbar .navbar-nav li.pll-parent-menu-item {
          margin-left: -0.3em;
          margin-right: 2.4em;
          position: relative; }
          #header .navbar .navbar-nav li.pll-parent-menu-item > a:after {
            content: url("img/lang.svg");
            display: inline;
            position: relative;
            margin-left: 0.6em;
            top: -0.05em; }
          #header .navbar .navbar-nav li.pll-parent-menu-item > a:hover {
            transform: none; }
          #header .navbar .navbar-nav li.pll-parent-menu-item .sub-menu {
            display: none;
            position: absolute;
            top: 2.7em;
            padding: 0;
            background: #f2f2f2;
            border-radius: 0.5em;
            width: 3.8em;
            list-style: none; }
            #header .navbar .navbar-nav li.pll-parent-menu-item .sub-menu a {
              color: #31353e; }
              #header .navbar .navbar-nav li.pll-parent-menu-item .sub-menu a:hover {
                transform: translateX(0.5em); }
        #header .navbar .navbar-nav li.special {
          margin-right: 0; }
          @media only screen and (max-width: 767px) {
            #header .navbar .navbar-nav li.special {
              display: none; } }
          #header .navbar .navbar-nav li.special a {
            line-height: 2.9em;
            border: solid 1px #ffffff;
            letter-spacing: 0.1em;
            padding: 0 2em; }
            #header .navbar .navbar-nav li.special a:hover {
              background: #fff;
              color: #312782;
              transform: none; }
  #header.scrolled {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    position: fixed;
    padding: 1.5em 0;
    transition: all 0.5s ease, background-color 0.3s; }
    @media only screen and (max-width: 767px) {
      #header.scrolled {
        padding: 0.5em 1em; } }
    #header.scrolled .navbar .navbar-brand {
      height: 3em; }
      @media only screen and (max-width: 767px) {
        #header.scrolled .navbar .navbar-brand {
          height: 3em;
          width: 3em;
          overflow: hidden; }
          #header.scrolled .navbar .navbar-brand img {
            height: 3em;
            max-width: none; } }
    #header.scrolled .navbar .navbar-nav li a {
      color: #31353e; }
    #header.scrolled .navbar .navbar-nav li.pll-parent-menu-item > a:after {
      content: url("img/lang-c.svg"); }
    #header.scrolled .navbar .navbar-nav li.special a {
      border-color: #31353e; }
      #header.scrolled .navbar .navbar-nav li.special a:hover {
        background: #31353e;
        color: #fff; }
    #header.scrolled .navbar .nav-mobile li {
      line-height: 2.8em;
      margin-right: 1em; }
      #header.scrolled .navbar .nav-mobile li.special a {
        color: #31353e;
        display: block;
        line-height: 2.9em;
        border: solid 1px #31353e;
        letter-spacing: 0.055em;
        padding: 0 1.3em;
        font-size: 0.8125em;
        font-weight: bold; }
        #header.scrolled .navbar .nav-mobile li.special a:hover {
          background: #31353e;
          color: #fff;
          text-decoration: none; }

#aboutus {
  background-color: #312782;
  background-image: url("img/aboutus.png");
  background-size: cover;
  background-position: center;
  padding-top: 10em;
  padding-bottom: 8.25em;
  color: #ffffff; }
  @media only screen and (max-width: 767px) {
    #aboutus {
      padding-top: 4em;
      padding-bottom: 0.25em; } }
  #aboutus .wp-block-column {
    margin-left: 0;
    flex-basis: 57.35%;
    position: relative; }
    #aboutus .wp-block-column:first-child {
      flex-basis: 42.65%; }
      #aboutus .wp-block-column:first-child:before {
        content: url("img/dots1.svg");
        display: block;
        position: absolute;
        right: 24.1em;
        top: 10.1em; }
        @media only screen and (max-width: 767px) {
          #aboutus .wp-block-column:first-child:before {
            left: -22.6em;
            right: auto;
            top: auto;
            bottom: 0.8em; } }
    #aboutus .wp-block-column .wp-block-image {
      position: absolute;
      left: -18.7em;
      right: 9em;
      max-width: none;
      top: 15.5em;
      height: 29.5em;
      overflow: hidden;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        #aboutus .wp-block-column .wp-block-image {
          position: relative;
          height: 13.5em;
          margin-left: -31px;
          margin-right: -31px;
          margin-bottom: 2.9em;
          top: 0;
          left: 0;
          right: 0; } }
    #aboutus .wp-block-column h2 {
      margin-top: -0.15em; }
      @media only screen and (max-width: 767px) {
        #aboutus .wp-block-column h2 {
          margin-top: 1.05em; } }
    #aboutus .wp-block-column .btn {
      border-color: #fff;
      color: #fff;
      margin-top: 3.35em; }
      @media only screen and (max-width: 767px) {
        #aboutus .wp-block-column .btn {
          margin-top: 0.85em; } }
      #aboutus .wp-block-column .btn:hover {
        background-color: #fff;
        color: #31353e; }

#work {
  padding-top: 12.3em;
  padding-bottom: 10.95em;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    #work {
      padding-top: 1.9em;
      padding-bottom: 3.1em; } }
  #work h1 {
    color: #312782;
    position: relative; }
    #work h1:before {
      content: url("img/dots2.svg");
      display: block;
      position: absolute;
      left: 13.22em;
      bottom: -0.16em; }
      @media only screen and (max-width: 767px) {
        #work h1:before {
          display: none; } }
  #work blockquote {
    display: flex;
    align-items: center; }
    #work blockquote p {
      font-size: 5.5em;
      line-height: 0.91;
      letter-spacing: normal;
      color: #312782;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        #work blockquote p {
          font-size: 4em;
          line-height: 1.25; } }
  #work .wp-block-columns {
    margin-bottom: 0; }
    #work .wp-block-columns .wp-block-column {
      position: relative; }
      #work .wp-block-columns .wp-block-column:not(:first-child) {
        margin-left: 0; }
    #work .wp-block-columns:nth-of-type(2n) blockquote:before {
      display: block;
      content: "";
      width: 10.8em;
      height: 2px;
      background-color: #312782;
      margin-right: 2.5em; }
      @media only screen and (max-width: 767px) {
        #work .wp-block-columns:nth-of-type(2n) blockquote:before {
          margin-right: 3.3em; } }
    #work .wp-block-columns:nth-of-type(2n+1) blockquote:after {
      display: block;
      content: "";
      width: 10.8em;
      height: 2px;
      background-color: #312782;
      margin-left: 2.5em; }
      @media only screen and (max-width: 767px) {
        #work .wp-block-columns:nth-of-type(2n+1) blockquote:after {
          margin-left: 3.3em; } }
    #work .wp-block-columns:nth-of-type(1) {
      padding-top: 6.5em; }
      @media only screen and (max-width: 767px) {
        #work .wp-block-columns:nth-of-type(1) {
          padding-top: 0; } }
      #work .wp-block-columns:nth-of-type(1) .wp-block-column {
        flex-basis: 25.5%; }
        @media only screen and (max-width: 991px) {
          #work .wp-block-columns:nth-of-type(1) .wp-block-column {
            flex-basis: 27.1%; } }
        #work .wp-block-columns:nth-of-type(1) .wp-block-column:first-child:before {
          content: url("img/dots2.svg");
          width: 41.5625em;
          height: 26.6875em;
          overflow: hidden;
          display: block;
          position: absolute;
          right: 6.32em;
          top: -2.06em; }
          @media only screen and (max-width: 767px) {
            #work .wp-block-columns:nth-of-type(1) .wp-block-column:first-child:before {
              display: none; } }
        #work .wp-block-columns:nth-of-type(1) .wp-block-column:not(:first-child) {
          flex-basis: 74.3%;
          padding-top: 6.55em; }
          @media only screen and (max-width: 767px) {
            #work .wp-block-columns:nth-of-type(1) .wp-block-column:not(:first-child) {
              padding-top: 0.35em; } }
    #work .wp-block-columns:nth-of-type(2) {
      padding-top: 6.05em; }
      @media only screen and (max-width: 767px) {
        #work .wp-block-columns:nth-of-type(2) {
          padding-top: 0; } }
      #work .wp-block-columns:nth-of-type(2) .wp-block-column {
        flex-basis: 57%; }
        #work .wp-block-columns:nth-of-type(2) .wp-block-column:not(:first-child) {
          flex-basis: 43%; }
          #work .wp-block-columns:nth-of-type(2) .wp-block-column:not(:first-child):before {
            content: url("img/dots2.svg");
            width: 41.5625em;
            height: 26.6875em;
            overflow: hidden;
            display: block;
            position: absolute;
            left: 5em;
            top: -6.6em; }
            @media only screen and (max-width: 767px) {
              #work .wp-block-columns:nth-of-type(2) .wp-block-column:not(:first-child):before {
                left: 2.3em;
                top: 1.35em;
                height: 10em; } }
      #work .wp-block-columns:nth-of-type(2) .wp-block-image {
        position: absolute;
        right: -18.8em;
        left: 9.3em;
        max-width: none;
        top: 1.7em; }
        @media only screen and (max-width: 767px) {
          #work .wp-block-columns:nth-of-type(2) .wp-block-image {
            position: relative;
            right: auto;
            left: auto;
            top: auto;
            margin-top: 4.35em;
            margin-right: -31px;
            margin-bottom: 1.45em;
            height: 14em;
            overflow: hidden; }
            #work .wp-block-columns:nth-of-type(2) .wp-block-image img {
              max-width: none;
              height: 21.5em; } }
      #work .wp-block-columns:nth-of-type(2) h3 {
        margin-top: 1.75em; }
        @media only screen and (max-width: 767px) {
          #work .wp-block-columns:nth-of-type(2) h3 {
            margin-top: 0.9em; } }
    #work .wp-block-columns:nth-of-type(3) {
      padding-top: 5.9em; }
      @media only screen and (max-width: 767px) {
        #work .wp-block-columns:nth-of-type(3) {
          padding-top: 0; } }
      #work .wp-block-columns:nth-of-type(3) .wp-block-column {
        flex-basis: 93%; }
        #work .wp-block-columns:nth-of-type(3) .wp-block-column:not(:first-child) {
          flex-basis: 7%; }
        #work .wp-block-columns:nth-of-type(3) .wp-block-column h3 {
          padding-left: 7.05em;
          padding-top: 0.35em; }
          @media only screen and (max-width: 767px) {
            #work .wp-block-columns:nth-of-type(3) .wp-block-column h3 {
              padding-left: 0; } }
        #work .wp-block-columns:nth-of-type(3) .wp-block-column > p {
          padding-left: 9.4em; }
          @media only screen and (max-width: 767px) {
            #work .wp-block-columns:nth-of-type(3) .wp-block-column > p {
              padding-left: 0; } }
    #work .wp-block-columns:nth-of-type(4) {
      padding-top: 6em; }
      @media only screen and (max-width: 767px) {
        #work .wp-block-columns:nth-of-type(4) {
          padding-top: 0; } }
      #work .wp-block-columns:nth-of-type(4) .wp-block-column {
        flex-basis: 100%; }
        #work .wp-block-columns:nth-of-type(4) .wp-block-column:not(:first-child) {
          flex-basis: 0; }
        #work .wp-block-columns:nth-of-type(4) .wp-block-column h3 {
          padding-left: 7.05em;
          padding-top: 0.25em; }
          @media only screen and (max-width: 767px) {
            #work .wp-block-columns:nth-of-type(4) .wp-block-column h3 {
              padding-left: 0; } }
        #work .wp-block-columns:nth-of-type(4) .wp-block-column > p {
          padding-left: 9.4em; }
          @media only screen and (max-width: 767px) {
            #work .wp-block-columns:nth-of-type(4) .wp-block-column > p {
              padding-left: 0; } }
    #work .wp-block-columns:nth-of-type(5) {
      padding-top: 6.05em; }
      @media only screen and (max-width: 767px) {
        #work .wp-block-columns:nth-of-type(5) {
          padding-top: 0; } }
      #work .wp-block-columns:nth-of-type(5) .wp-block-column {
        flex-basis: 42.7%; }
        #work .wp-block-columns:nth-of-type(5) .wp-block-column:first-child:before {
          content: url("img/dots2.svg");
          width: 41.5625em;
          height: 26.6875em;
          overflow: hidden;
          display: block;
          position: absolute;
          right: 16.8em;
          top: -1.3em; }
          @media only screen and (max-width: 767px) {
            #work .wp-block-columns:nth-of-type(5) .wp-block-column:first-child:before {
              left: 2.3em;
              top: 0.35em;
              height: 10em; } }
        #work .wp-block-columns:nth-of-type(5) .wp-block-column:not(:first-child) {
          flex-basis: 57.3%; }
      #work .wp-block-columns:nth-of-type(5) .wp-block-image {
        position: absolute;
        left: -18.7em;
        right: 9.1em;
        max-width: none;
        top: 1.7em; }
        @media only screen and (max-width: 767px) {
          #work .wp-block-columns:nth-of-type(5) .wp-block-image {
            position: relative;
            margin-top: 1.35em;
            margin-left: -31px;
            margin-bottom: 1.45em;
            height: 14em;
            overflow: hidden;
            left: auto;
            right: auto;
            top: auto; }
            #work .wp-block-columns:nth-of-type(5) .wp-block-image img {
              max-width: none;
              height: 21.5em; } }
    #work .wp-block-columns:nth-of-type(6) {
      padding-top: 6em; }
      @media only screen and (max-width: 767px) {
        #work .wp-block-columns:nth-of-type(6) {
          padding-top: 0; } }
      #work .wp-block-columns:nth-of-type(6) .wp-block-column {
        flex-basis: 92%; }
        #work .wp-block-columns:nth-of-type(6) .wp-block-column:not(:first-child) {
          flex-basis: 8%; }
        #work .wp-block-columns:nth-of-type(6) .wp-block-column blockquote {
          margin-left: 7.1em; }
          @media only screen and (max-width: 767px) {
            #work .wp-block-columns:nth-of-type(6) .wp-block-column blockquote {
              margin-left: 0; } }
        #work .wp-block-columns:nth-of-type(6) .wp-block-column h3 {
          padding-left: 7.05em;
          padding-top: 0.3em; }
          @media only screen and (max-width: 767px) {
            #work .wp-block-columns:nth-of-type(6) .wp-block-column h3 {
              padding-left: 0; } }
        #work .wp-block-columns:nth-of-type(6) .wp-block-column > p {
          padding-left: 9.4em; }
          @media only screen and (max-width: 767px) {
            #work .wp-block-columns:nth-of-type(6) .wp-block-column > p {
              padding-left: 0; } }
    #work .wp-block-columns:nth-of-type(7) {
      padding-top: 6em; }
      @media only screen and (max-width: 767px) {
        #work .wp-block-columns:nth-of-type(7) {
          padding-top: 0; } }
      #work .wp-block-columns:nth-of-type(7) .wp-block-column {
        flex-basis: 25.5%; }
        @media only screen and (max-width: 991px) {
          #work .wp-block-columns:nth-of-type(7) .wp-block-column {
            flex-basis: 27.1%; } }
        #work .wp-block-columns:nth-of-type(7) .wp-block-column:first-child:before {
          content: url("img/dots2.svg");
          width: 41.5625em;
          height: 20.688em;
          overflow: hidden;
          display: block;
          position: absolute;
          right: 6.3em;
          top: -2.12em; }
          @media only screen and (max-width: 767px) {
            #work .wp-block-columns:nth-of-type(7) .wp-block-column:first-child:before {
              display: none; } }
        #work .wp-block-columns:nth-of-type(7) .wp-block-column:not(:first-child) {
          flex-basis: 74.3%;
          padding-top: 6.55em; }
          @media only screen and (max-width: 767px) {
            #work .wp-block-columns:nth-of-type(7) .wp-block-column:not(:first-child) {
              padding-top: 0.2em; } }
    #work .wp-block-columns:nth-of-type(8) {
      padding-top: 5.9em; }
      @media only screen and (max-width: 767px) {
        #work .wp-block-columns:nth-of-type(8) {
          padding-top: 0; } }
      #work .wp-block-columns:nth-of-type(8) .wp-block-column {
        flex-basis: 57.5%; }
        #work .wp-block-columns:nth-of-type(8) .wp-block-column:not(:first-child) {
          flex-basis: 42.5%; }
          #work .wp-block-columns:nth-of-type(8) .wp-block-column:not(:first-child):before {
            content: url("img/dots2.svg");
            width: 41.5625em;
            height: 20.688em;
            overflow: hidden;
            display: block;
            position: absolute;
            left: 4.61em;
            top: -0.2em; }
            @media only screen and (max-width: 767px) {
              #work .wp-block-columns:nth-of-type(8) .wp-block-column:not(:first-child):before {
                left: 2.3em;
                top: 0.35em;
                height: 10em; } }
      #work .wp-block-columns:nth-of-type(8) .wp-block-image {
        position: absolute;
        right: -18.8em;
        left: 8.9em;
        top: 1.7em;
        max-width: none; }
        @media only screen and (max-width: 767px) {
          #work .wp-block-columns:nth-of-type(8) .wp-block-image {
            position: relative;
            margin-top: 1.35em;
            margin-bottom: 1.45em;
            overflow: hidden;
            left: auto;
            right: auto;
            top: auto; } }
      #work .wp-block-columns:nth-of-type(8) h3 {
        margin-top: 0.57em; }
        @media only screen and (max-width: 767px) {
          #work .wp-block-columns:nth-of-type(8) h3 {
            margin-top: 0; } }
        #work .wp-block-columns:nth-of-type(8) h3.spacer {
          margin-top: 4.05em; }
          @media only screen and (max-width: 767px) {
            #work .wp-block-columns:nth-of-type(8) h3.spacer {
              margin-top: 1.05em; } }
  #work .btn {
    margin-top: 7em;
    margin-left: 14.05em; }
    @media only screen and (max-width: 767px) {
      #work .btn {
        margin-top: 2.1em;
        margin-left: 0; } }

#promo {
  background: url("/wp-content/uploads/2020/04/image.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    #promo {
      background-position: left top; } }
  #promo > .wp-block-group__inner-container {
    position: relative;
    height: 47.5em;
    padding-top: 5.85em; }
    @media only screen and (max-width: 767px) {
      #promo > .wp-block-group__inner-container {
        padding-top: 1.65em;
        height: 33.9em; } }
  #promo h1 {
    color: #fff;
    text-shadow: 1px 1px 3px #31353e; }
    @media only screen and (max-width: 767px) {
      #promo h1 {
        font-size: 3.5em;
        line-height: 1.14;
        margin-top: 0; } }
  #promo .wp-block-group {
    background: #fff;
    position: absolute;
    right: 15px;
    bottom: -6em; }
    @media only screen and (max-width: 767px) {
      #promo .wp-block-group {
        right: -16px; } }
    #promo .wp-block-group:before {
      content: url("img/dots1.svg");
      display: block;
      position: absolute;
      right: -1.8em;
      top: -5.4em;
      height: 15em;
      max-width: 34.125em;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        #promo .wp-block-group:before {
          display: none; } }
    #promo .wp-block-group > .wp-block-group__inner-container {
      min-width: 40.25em;
      min-height: 17.5em;
      padding: 1em;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around;
      position: relative; }
      @media only screen and (max-width: 767px) {
        #promo .wp-block-group > .wp-block-group__inner-container {
          min-width: 17.45em;
          min-height: 10.5em; } }
      #promo .wp-block-group > .wp-block-group__inner-container > * {
        margin: auto; }
    #promo .wp-block-group h3 {
      color: #31353e;
      margin: 0; }

#testimonials,
#jobz {
  color: #fff;
  background-color: #312782;
  padding-top: 12.3em;
  padding-bottom: 8em; }
  @media only screen and (max-width: 767px) {
    #testimonials,
    #jobz {
      padding-top: 7.95em;
      padding-bottom: 1.6em; } }
  #testimonials h1,
  #jobz h1 {
    color: #fff; }
  #testimonials .slides,
  #jobz .slides {
    max-width: 57.8em;
    padding: 0 8.75em 1.2em;
    margin: 7em auto 9.35em; }
    @media only screen and (max-width: 767px) {
      #testimonials .slides,
      #jobz .slides {
        padding: 0 0 1.2em;
        margin: 1.75em auto 5.55em; } }
  #testimonials .slick-prev, #testimonials .slick-next,
  #jobz .slick-prev,
  #jobz .slick-next {
    top: 21%; }
  #testimonials .slick-dots,
  #jobz .slick-dots {
    text-align: left; }
    @media only screen and (max-width: 767px) {
      #testimonials .slick-dots,
      #jobz .slick-dots {
        text-align: center; } }
    #testimonials .slick-dots li,
    #jobz .slick-dots li {
      margin: 0 20px 0 0;
      width: 8px;
      height: 8px; }
      #testimonials .slick-dots li button,
      #jobz .slick-dots li button {
        width: 8px;
        height: 8px;
        padding: 0; }
        #testimonials .slick-dots li button:before,
        #jobz .slick-dots li button:before {
          width: 8px;
          height: 8px;
          line-height: 8px;
          color: #fff;
          opacity: 0.5;
          font-size: 4px; }
      #testimonials .slick-dots li.slick-active button:before,
      #jobz .slick-dots li.slick-active button:before {
        opacity: 1;
        font-size: 8px; }
  #testimonials .testimonial .text,
  #jobz .testimonial .text {
    font-size: 1em;
    line-height: 1.5;
    font-style: italic; }
  #testimonials .testimonial .author,
  #jobz .testimonial .author {
    margin-top: 1.6em; }
    #testimonials .testimonial .author img,
    #jobz .testimonial .author img {
      float: left;
      width: 3em;
      border-radius: 50%; }
    #testimonials .testimonial .author .a-data,
    #jobz .testimonial .author .a-data {
      float: left;
      margin: 0.55em 0 0 1.3em; }
      #testimonials .testimonial .author .a-data p,
      #jobz .testimonial .author .a-data p {
        margin: 0;
        font-size: 0.8125em;
        line-height: 1.15; }
        #testimonials .testimonial .author .a-data p.function,
        #jobz .testimonial .author .a-data p.function {
          font-weight: bold; }
  #testimonials .wp-block-gallery .blocks-gallery-grid,
  #jobz .wp-block-gallery .blocks-gallery-grid {
    flex-basis: 100%;
    justify-content: space-around; }
    #testimonials .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item,
    #jobz .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
      width: auto;
      margin: 0;
      flex: 0 1 auto; }
      @media only screen and (max-width: 767px) {
        #testimonials .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item,
        #jobz .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
          flex-basis: 50%;
          margin-bottom: 2.56em; } }
      #testimonials .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure,
      #jobz .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure {
        height: 2.5em;
        line-height: 2.5em;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          #testimonials .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure,
          #jobz .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure {
            justify-content: center; } }

#contact {
  padding-top: 12.4em; }
  @media only screen and (max-width: 767px) {
    #contact {
      padding-top: 1.9em; }
      #contact p {
        margin-bottom: 0; } }
  #contact h1 {
    margin-bottom: 1.48em; }
    @media only screen and (max-width: 767px) {
      #contact h1 {
        margin-bottom: 0.75em; } }
  #contact .wpcf7-form {
    padding-top: 0.72em; }
    @media only screen and (max-width: 767px) {
      #contact .wpcf7-form {
        padding-top: 0; } }
    #contact .wpcf7-form :focus {
      outline: none; }
    #contact .wpcf7-form .input {
      position: relative; }
      #contact .wpcf7-form .input .wpcf7-form-control-wrap {
        display: block;
        border-bottom: 4px solid #31353e;
        padding: 1.15em 0 0.1em; }
        #contact .wpcf7-form .input .wpcf7-form-control-wrap .wpcf7-form-control {
          border: 0 none;
          padding: 0;
          height: 2em;
          font-size: 2em;
          background: transparent;
          width: 100%; }
          #contact .wpcf7-form .input .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
            line-height: 1.2;
            padding-top: 0.5em;
            transition: height 0.4s; }
        #contact .wpcf7-form .input .wpcf7-form-control-wrap ~ .focus-border {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 0.25em;
          background-color: #a91f7d;
          transition: width 0.8s; }
        #contact .wpcf7-form .input .wpcf7-form-control-wrap ~ label {
          position: absolute;
          left: 0;
          width: 100%;
          top: 2.4em;
          transition: all 0.3s;
          z-index: -1;
          color: #31353e;
          margin: 0; }
        #contact .wpcf7-form .input .wpcf7-form-control-wrap:focus-within ~ .focus-border, #contact .wpcf7-form .input .wpcf7-form-control-wrap.has-content ~ .focus-border {
          width: 100%; }
        #contact .wpcf7-form .input .wpcf7-form-control-wrap:focus-within ~ label, #contact .wpcf7-form .input .wpcf7-form-control-wrap.has-content ~ label {
          top: 1em;
          font-size: 0.8em;
          color: #a91f7d; }
        #contact .wpcf7-form .input .wpcf7-form-control-wrap:focus-within .wpcf7-textarea, #contact .wpcf7-form .input .wpcf7-form-control-wrap.has-content .wpcf7-textarea {
          height: 8em; }
    #contact .wpcf7-form .checkboxes {
      padding-top: 2.3em;
      padding-left: 0.4em;
      padding-bottom: 2em; }
      @media only screen and (max-width: 767px) {
        #contact .wpcf7-form .checkboxes {
          padding-bottom: 1.15em; } }
      #contact .wpcf7-form .checkboxes span {
        display: block; }
      #contact .wpcf7-form .checkboxes span.wpcf7-list-item {
        margin-left: 0; }
      #contact .wpcf7-form .checkboxes label {
        display: block; }
        #contact .wpcf7-form .checkboxes label input {
          display: inline-block;
          vertical-align: top;
          margin-top: 0.4em; }
        #contact .wpcf7-form .checkboxes label span {
          line-height: 1.33;
          display: inline-block;
          font-size: 0.75em;
          width: calc(100% - 3em);
          margin-left: 1em; }
    #contact .wpcf7-form .btn {
      border-width: 4px;
      width: 100%;
      padding-top: 0.6em;
      padding-bottom: 0.5em;
      font-weight: bold; }
    #contact .wpcf7-form div.wpcf7-response-output {
      border: 0 none;
      padding: 0;
      margin: 2em 0 0;
      color: #312782; }

#footer {
  padding-top: 2.25em;
  padding-bottom: 2.25em;
  margin-top: 10.2em;
  border-top: 1px solid rgba(49, 53, 62, 0.1); }
  @media only screen and (max-width: 767px) {
    #footer {
      margin-top: 2.4em;
      padding-top: 2.4em; } }
  #footer .innerfooter {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      #footer .innerfooter {
        flex-direction: column;
        align-items: center; } }
    #footer .innerfooter .site-info p {
      font-size: 0.8125em;
      line-height: 1.23;
      margin: 0; }
      #footer .innerfooter .site-info p a {
        color: #31353e; }
    #footer .innerfooter .footer-menu {
      padding-top: 0.45em; }
      @media only screen and (max-width: 767px) {
        #footer .innerfooter .footer-menu {
          order: -1;
          margin-bottom: 2.4em; } }
      #footer .innerfooter .footer-menu ul li a img {
        transition: transform 0.5s; }
        @media only screen and (max-width: 1379px) {
          #footer .innerfooter .footer-menu ul li a img {
            height: 1.25em; } }
      #footer .innerfooter .footer-menu ul li a:hover img {
        text-decoration: none;
        transform: scale(1.2); }
      #footer .innerfooter .footer-menu ul li + li {
        margin-left: 2.5em; }

body .policy-info {
  display: none; }

body.show-policy-info .policy-info {
  top: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.87);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  text-align: center; }
  body.show-policy-info .policy-info .policy-content {
    background: #fff;
    width: 94%;
    max-width: 980px;
    box-sizing: border-box;
    padding: 2em 1.2em 2em 2em;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    border: 1px solid #312782; }
    body.show-policy-info .policy-info .policy-content h2 {
      font-size: 1.6em; }
    body.show-policy-info .policy-info .policy-content p {
      font-size: 0.9em; }
      body.show-policy-info .policy-info .policy-content p.subtitle {
        font-weight: bold; }
    body.show-policy-info .policy-info .policy-content .txt {
      padding-right: 0.8em;
      max-height: 20em;
      overflow-y: scroll;
      overflow-x: hidden; }
    body.show-policy-info .policy-info .policy-content .btns {
      padding-top: 2em;
      text-align: center; }
      body.show-policy-info .policy-info .policy-content .btns a {
        color: #31353e;
        border-color: #31353e;
        font-size: 0.9em; }
        body.show-policy-info .policy-info .policy-content .btns a:hover {
          background: #31353e;
          color: #fff; }

/* oferty pracy */
@media only screen and (max-width: 767px) {
  .page-template-page-praca .content {
    padding-top: 4em; }
    .page-template-page-praca .content #promo > .wp-block-group__inner-container {
      height: 24em; }
    .page-template-page-praca .content h3 {
      font-size: 1.2em; } }
.page-template-page-praca .content .wp-block-buttons {
  margin-top: 2em; }
  @media only screen and (max-width: 767px) {
    .page-template-page-praca .content .wp-block-buttons {
      text-align: center; } }
@media only screen and (max-width: 767px) {
  .page-template-page-praca .content .is-style-outline {
    width: 100%;
    margin-bottom: 1em; } }
.page-template-page-praca .content .is-style-outline .wp-block-button__link {
  border-radius: 0;
  border-color: #FFF;
  color: #FFF;
  padding: 0 1.9em;
  letter-spacing: 0.1em;
  line-height: 2.9em;
  text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .page-template-page-praca .content .is-style-outline .wp-block-button__link {
      line-height: 1.4;
      padding: 1em 1.9em;
      width: 100%; } }
  .page-template-page-praca .content .is-style-outline .wp-block-button__link:hover {
    border-color: #31353e;
    color: #FFF;
    background-color: #31353e; }
.page-template-page-praca .content ul {
  margin-bottom: 1.33em; }
  .page-template-page-praca .content ul li {
    font-size: 1.5em;
    line-height: 1.33;
    letter-spacing: normal; }
    @media only screen and (max-width: 767px) {
      .page-template-page-praca .content ul li {
        font-size: 1em;
        line-height: 1.5;
        margin-bottom: 1.2em; } }
    .page-template-page-praca .content ul li ul {
      margin-bottom: 0.2em; }
      .page-template-page-praca .content ul li ul li {
        font-size: 1em; }
.page-template-page-praca #footer {
  margin-top: 0; }

/*# sourceMappingURL=style.css.map */
