.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: sofia-pro, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2c52bf;
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
}

.header {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/Mask-Group-11.svg');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

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

.logo {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  font-family: sofia-pro, sans-serif;
  color: #396acb;
  font-size: 38px;
  line-height: 42px;
  font-weight: 900;
  letter-spacing: -0.25px;
  text-decoration: none;
}

.span-dark {
  color: #002279;
  font-weight: 900;
}

.logo-subtext {
  color: #002279;
  font-size: 9px;
  line-height: 13px;
  text-align: right;
}

.header-text {
  margin-top: 30px;
  color: #1b2a46;
  font-size: 38px;
  line-height: 42px;
  font-weight: 900;
}

.header-top-text {
  position: relative;
  display: inline-block;
}

.image {
  position: absolute;
  right: -90px;
  bottom: -170px;
}

.nav-item {
  border-top: 2px solid transparent;
}

.nav-item:hover {
  border-top-color: #1b2a46;
}

.nav-item {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1b2a46;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -0.25px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #6d9bf7;
}

.navbar {
  margin-top: 50px;
  border-top: 0px solid #6d9bf7;
  background-color: transparent;
}

.section.section-hero {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#edf0f7), to(rgba(237, 240, 247, 0)));
  background-image: linear-gradient(0deg, #edf0f7, rgba(237, 240, 247, 0));
}

.hero-columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-left {
  width: 25%;
}

.hero-right {
  width: 70%;
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.hl-form {
  padding: 80px 25px;
  background-color: #1b2a46;
  background-image: url('../images/Component-5-–-1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.hl-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.25px;
}

.hl-title.hl-title-bottom {
  margin-bottom: 15px;
}

.span-light {
  color: #396acb;
}

.hleft-formularz {
  text-align: center;
}

.cs-input {
  height: 30px;
  margin-bottom: 15px;
  border: 0px solid #000;
  border-radius: 26px;
  color: #939393;
  font-weight: 300;
}

.cs-input::-webkit-input-placeholder {
  font-weight: 300;
}

.cs-input:-ms-input-placeholder {
  font-weight: 300;
}

.cs-input::-ms-input-placeholder {
  font-weight: 300;
}

.cs-input::placeholder {
  font-weight: 300;
}

.cs-btn {
  height: 30px;
  padding: 0px 40px 0px 20px;
  border: 1px solid #2fd17c;
  border-radius: 26px;
  background-color: #2fd17c;
  background-image: url('../images/Path-18753.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  line-height: 20px;
}

.cs-btn:hover {
  background-color: transparent;
}

.dont-have {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  line-height: 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.span-tin {
  font-weight: 300;
}

.span-green {
  color: #2fd17c;
  font-weight: 300;
}

.text-block {
  margin-top: 20px;
  padding-right: 20px;
  background-image: url('../images/Path-55413.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.hero-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 40px 40px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent)), url('../images/55c227db9c24af11aeaaecf022274493.jpg');
  background-image: linear-gradient(0deg, #000, transparent), url('../images/55c227db9c24af11aeaaecf022274493.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.hero-news.hsingle-news {
  height: auto;
}

.hero-news-title {
  margin-top: 12px;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: -0.25px;
}

.hero-news-desc {
  margin-top: 20px;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.25px;
}

.hero-news-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hn-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hn-author-text {
  margin-left: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 27px;
}

.hn-author-text.hn-author-dark {
  margin-left: 10px;
  color: #1b2a46;
  font-size: 11px;
}

.hn-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hn-time.hn-time-dark {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #1b2a46;
}

.hn-time-text {
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 27px;
  font-weight: 900;
}

.hn-time-text.hn-time-text-dark {
  color: #1b2a46;
}

.hn-cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hn-cats.hn-cats-single-post {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.hn-cat {
  display: inline-block;
  height: 22px;
  margin-top: 5px;
  margin-right: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 11px;
  background-color: #2fd17c;
  color: #1b2a46;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
}

.hn-cat.hn-cat-blue {
  background-color: #6d9bf7;
}

.section-most-recent {
  background-color: #edf0f7;
}

.mra-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1%;
  margin-left: -1%;
}

.singl-mra {
  position: relative;
  top: 0px;
  margin-right: 1%;
  margin-left: 1%;
  padding-bottom: 10px;
  border-bottom: 2px solid #1b2a46;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.singl-mra:hover {
  top: -15px;
}

.singl-mra.singl-right:hover {
  top: 0px;
}

.singl-mra.single-kat {
  width: 48%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.mra-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 185px;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  background-image: url('../images/5b95d7e1ee02d5c5118e76abc071e4cf.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: none;
}

.mra-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1b2a46;
  color: #1b2a46;
  font-size: 22px;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: -0.25px;
}

.mra-desc {
  margin-bottom: 12px;
  color: #1b2a46;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: -0.25px;
}

.bold-text {
  font-weight: 900;
}

.most-recent-title {
  margin-bottom: 25px;
  color: #2c52bf;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.most-recent-title.navigate-title {
  color: #6d9bf7;
}

.most-recent-title.mrt-green {
  color: #2fd17c;
}

.section-navigate-topic {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #fff;
}

.topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1%;
  margin-left: -1%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topica {
  display: block;
  height: 33px;
  margin: 1%;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #2fd17c;
  border-radius: 19px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1b2a46;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.topica:hover {
  background-color: #2fd17c;
}

.topica.t2 {
  border-color: #6d9bf7;
}

.topica.t2:hover {
  background-color: #6d9bf7;
}

.topica.t3 {
  border-color: #edad28;
}

.topica.t3:hover {
  background-color: #edad28;
}

.topica.t4 {
  border-color: #2c52bf;
}

.topica.t4:hover {
  background-color: #2c52bf;
  color: #fff;
}

.topica.t5 {
  border-color: #6d9bf7;
}

.topica.t5:hover {
  background-color: #6d9bf7;
}

.section-dyl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: linear-gradient(263deg, #d3d9e5, rgba(211, 217, 229, 0));
}

.contact-title {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 33px;
  line-height: 38px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.25px;
}

.form-full-flex {
  margin-bottom: 20px;
}

.contact-submit {
  display: block;
  width: 100%;
  height: 42px;
  border: 1px solid #edad28;
  border-radius: 21px;
  background-color: #edad28;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-submit:hover {
  background-color: transparent;
  color: #edad28;
}

.contact-box-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-box {
  position: relative;
  margin-right: 40px;
  margin-left: 40px;
  padding: 40px;
  background-color: #2c52bf;
  background-image: -webkit-gradient(linear, right top, left top, from(#082d76), to(#2c52bf));
  background-image: linear-gradient(270deg, #082d76, #2c52bf);
}

.form-text {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.25px;
}

.contact-box-column {
  width: 49%;
}

.contact-box-column.cbc-right-padding {
  padding-right: 0px;
}

.cs-input-tt {
  height: 42px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 21px;
  background-color: transparent;
  color: #fff;
}

.cs-input-tt::-webkit-input-placeholder {
  color: #fff;
}

.cs-input-tt:-ms-input-placeholder {
  color: #fff;
}

.cs-input-tt::-ms-input-placeholder {
  color: #fff;
}

.cs-input-tt::placeholder {
  color: #fff;
}

.cs-input-tt.csinputhalf {
  width: 48%;
  margin-bottom: 0px;
}

.contact-subtext {
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contct-form {
  padding-top: 0px;
}

.contct-form.register-form {
  margin-top: 40px;
}

.form-zgoda-contact {
  margin-top: 20px;
}

.form-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 33px;
  line-height: 38px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.25px;
}

.form-flex-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-box-img {
  position: absolute;
  left: -61px;
  top: -60px;
  right: auto;
  bottom: auto;
}

.check-zgoda {
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
}

.contact-text {
  color: #f5f5f5;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.25px;
}

.checkbox-label {
  color: #1b2a46;
}

.form-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-top {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.fcolumn {
  width: 25%;
}

.ftext {
  display: inline;
  color: #1b2a46;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  letter-spacing: -0.25px;
}

.bold-text-7 {
  color: #08083d;
  text-decoration: none;
}

.fbottom-link {
  margin-right: 40px;
  color: #1b2a46;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: none;
}

.newsletter-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.newsletter-input.csinput {
  margin-bottom: 0px;
}

.footer-logo {
  margin-bottom: 40px;
}

.flink {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1b2a46;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.flink:hover {
  color: #2c52bf;
}

.newsletter-title {
  margin-bottom: 20px;
  color: #1b2a46;
  font-weight: 900;
  letter-spacing: -0.25px;
}

.signupbutton {
  margin-left: 15px;
  padding-right: 40px;
  border: 1px solid #2fd17c;
  border-radius: 26px;
  background-color: #2fd17c;
  background-image: url('../images/Path-18753.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.signupbutton:hover {
  background-color: transparent;
  color: #2fd17c;
}

.footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.copy-info {
  color: #1b2a46;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.footer-right {
  width: 35%;
  padding-left: 0px;
}

.footer-left {
  width: 70%;
}

.fzgoda {
  color: #08083d;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  letter-spacing: -0.25px;
}

.link {
  color: #08083d;
  text-decoration: none;
}

.newsletter-zgoda {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer {
  padding-bottom: 40px;
  background-image: url('../images/Group-28751.png'), -webkit-gradient(linear, left top, left bottom, from(#edf0f7), to(#edf0f7));
  background-image: url('../images/Group-28751.png'), linear-gradient(180deg, #edf0f7, #edf0f7);
  background-position: 100% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.text-block-2 {
  margin-bottom: 10px;
  color: #1b2a46;
  font-size: 15px;
  font-weight: 700;
}

.fcontact {
  display: inline-block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  color: #2c52bf;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  text-decoration: none;
}

.fcontact:hover {
  color: #2fd17c;
}

.newsletter-form {
  margin-top: 10px;
}

.fcontact-img {
  margin-top: -13px;
  margin-left: 10px;
}

.image-2 {
  position: absolute;
  left: -180px;
  top: -126px;
}

.hl-form-abs {
  position: relative;
  left: 0%;
  width: 100%;
  height: 100%;
  padding: 40px 10%;
  background-color: #1b2a46;
}

.hl-text {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.25px;
}

.close-form {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.hl-form-out {
  position: absolute;
  left: 25%;
  top: 0px;
  overflow: hidden;
  width: 0%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.section-newsy {
  position: relative;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #edf0f7), to(#fff));
  background-image: linear-gradient(0deg, #edf0f7 80%, #fff);
}

.snewsy-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.snewsy-left {
  width: 70%;
}

.snewsy-right {
  width: 25%;
}

.category-name {
  margin-bottom: 20px;
  color: #2c52bf;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.category-name.cat-green {
  color: #2fd17c;
}

.category-name.cat-blue {
  color: #1b2a46;
}

.webinar-box {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 25px;
  background-image: url('../images/Group-29134.png'), linear-gradient(315deg, #1b2a46, #6c9af6);
  background-position: 100% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.webinat-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webinar-topic {
  margin-right: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.webinar-title {
  max-width: 380px;
  margin-top: 40px;
  color: #08083d;
  font-size: 22px;
  line-height: 27px;
  font-weight: 900;
}

.starts-in {
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.starts-in-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tdays {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 53px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Component-6-–-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs-num {
  position: relative;
  top: -3px;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
}

.thrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 53px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Component-7-–-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.thrs.csright {
  margin-right: 15px;
}

.starts-in-podpis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sitext {
  width: 34px;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 900;
}

.sitext.csleft {
  width: 73px;
  margin-left: 15px;
}

.sitext.sitext2 {
  margin-left: 15px;
}

.sign-me-up-webinar {
  position: absolute;
  left: 290px;
  bottom: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  max-width: 170px;
  padding-right: 20px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 26px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.sign-me-up-webinar:hover {
  background-color: #fff;
  color: #396acb;
}

.image-3 {
  margin-left: 10px;
}

.submit-button {
  height: 40px;
  padding-right: 40px;
  border: 1px solid #2fd17c;
  border-radius: 26px;
  background-color: #2fd17c;
  background-image: url('../images/Path-18753.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 700;
}

.submit-button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #2fd17c;
}

.submit-button.submit-newsletter {
  width: 100%;
}

.checkbox-field {
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  letter-spacing: -0.25px;
}

.download-box-title {
  margin-top: 0px;
  padding-right: 20px;
  color: #fff;
  font-size: 25px;
  line-height: 26px;
  font-weight: 900;
  letter-spacing: -0.25px;
}

.download-box-title.dtitl-small {
  margin-bottom: 20px;
  font-size: 23px;
}

.form-fields-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-fields-flex.flex-wrap-newsletter {
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.download-text {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

.download-box-column {
  width: 50%;
}

.download-box-column.dbc-left {
  width: 43%;
}

.download-box-column.dbc-left.dfull {
  width: 100%;
}

.download-box-column.dbc-right {
  width: 58%;
}

.download-box-column.dbc-right.dfull {
  width: 100%;
}

.csinput {
  height: 40px;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px solid #000;
  border-radius: 26px;
  color: #939393;
  font-weight: 300;
}

.download-box-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-box-columns.dbc-cs {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-box {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 25px 40px;
  background-color: #2c52bf;
  background-image: url('../images/cvcv.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 9px 9px 26px 0 rgba(0, 20, 102, 0.16);
}

.download-box.download-never-box {
  padding: 15px;
}

.form-zgoda {
  width: 100%;
}

.form-zgoda.form-zgoda-right-sidebar {
  margin-top: 20px;
}

.form-block {
  margin-bottom: 0px;
}

.prev-title {
  margin-bottom: 20px;
  color: rgba(27, 42, 70, 0.5);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.release-version {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #edf0f7;
}

.release-title {
  margin-bottom: 10px;
  color: #1b2a46;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.release-sel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  padding-bottom: 0px;
  border-bottom: 1px solid #2c52bf;
}

.rel-item {
  display: block;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1b2a46;
  line-height: 29px;
  font-weight: 900;
  text-decoration: none;
}

.rel-item:hover {
  color: #2fd17c;
}

.see-previous {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #1b2a46;
  font-size: 15px;
  line-height: 14px;
  font-weight: 300;
  text-decoration: none;
}

.span-color {
  color: #2c52bf;
}

.see-text {
  line-height: 16px;
}

.imgabsolute {
  position: absolute;
  left: -180px;
  top: 22%;
}

.wwco-case-studies {
  display: block;
  width: 100%;
  padding-top: 100px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wwco-subtitle {
  color: #6d9bf7;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wwco-cs-column {
  position: relative;
  width: 37%;
  padding-right: 20px;
}

.wwco-cs-column.wwcolumn-last {
  width: 30%;
}

.cdownload {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #edad28;
}

.wwco-download {
  position: relative;
}

.case-studie-title {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #1b2a46;
  font-size: 32px;
  line-height: 38px;
  font-weight: 900;
  letter-spacing: -0.25px;
}

.wwco-button {
  height: 40px;
  margin-right: 20px;
  padding-right: 40px;
  padding-left: 25px;
  border: 1px solid #2fd17c;
  border-radius: 26px;
  background-color: #2fd17c;
  background-image: url('../images/Path-3162.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 700;
}

.wwco-button:hover {
  background-color: transparent;
  color: #2fd17c;
}

.wwco-button.case-studie-button {
  display: block;
  max-width: 190px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: auto;
  border-color: #2c52bf;
  background-color: #2c52bf;
  background-image: url('../images/Path-3170_1.svg');
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.wwco-button.case-studie-button:hover {
  background-color: transparent;
  color: #2c52bf;
}

.wwco-button.case-studie-button.case-studies-orange {
  margin-left: 0px;
  border-color: #1b2a46;
  background-color: transparent;
  background-image: url('../images/Path-3170.svg');
  color: #1b2a46;
}

.wwco-button.case-studie-button.case-studies-orange:hover {
  background-color: #1b2a46;
  color: #fff;
}

.wwco-cs-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case-studie-text {
  margin-top: 53px;
  color: #1b2a46;
  line-height: 26px;
  font-weight: 300;
}

.arrow-absolute {
  position: absolute;
  top: auto;
  right: -100px;
  bottom: -20px;
}

.section-video {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #edf0f7;
}

.most-recent-videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1%;
  margin-left: -1%;
}

.single-video-recent {
  position: relative;
  top: 0px;
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
  padding-bottom: 20px;
  border-bottom: 3px solid #1b2a46;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.single-video-recent:hover {
  top: -15px;
}

.text-type {
  color: #6d9bf7;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.video-title {
  margin-top: 20px;
  color: #1b2a46;
  font-size: 22px;
  line-height: 27px;
  font-weight: 900;
}

.video-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 194px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent)), url('../images/Zrzut-ekranu-2021-07-7-o-19.48.47.png');
  background-image: linear-gradient(0deg, #000, transparent), url('../images/Zrzut-ekranu-2021-07-7-o-19.48.47.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.time-to-read-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1b2a46;
  font-size: 12px;
  line-height: 27px;
  font-weight: 900;
}

.text-block-3 {
  margin-right: 5px;
}

.see-all-videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 31%;
  margin-top: 15px;
  margin-right: 2%;
  margin-left: auto;
  padding: 12px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #1b2a46;
  font-size: 15px;
  line-height: 12px;
  font-weight: 300;
  text-decoration: none;
}

.bold-color {
  color: #396acb;
}

.image-4 {
  margin-left: 10px;
}

.cs-more {
  margin-right: -1%;
  margin-left: -1%;
}

.wpisy-w-kategorii {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-book {
  margin-top: 25px;
  padding: 25px 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#466bb5), to(#6d9bf7));
  background-image: linear-gradient(90deg, #466bb5, #6d9bf7);
}

.ebtb-title {
  margin-bottom: 12px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.sidebar-book-olumns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-book-left {
  width: 50%;
}

.sidebar-book-title {
  color: #1b2a46;
  font-size: 22px;
  line-height: 25px;
  font-weight: 900;
}

.sidebar-book-right {
  width: 50%;
}

.get-book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  max-width: 170px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #edad28;
  border-radius: 35px;
  background-color: #edad28;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-decoration: none;
}

.get-book:hover {
  background-color: transparent;
  color: #edad28;
}

.text-block-4 {
  margin-right: 10px;
}

.single-news-top {
  padding-top: 220px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(hsla(0, 0%, 100%, 0))), url('../images/55c227db9c24af11aeaaecf022274493.png');
  background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0)), url('../images/55c227db9c24af11aeaaecf022274493.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.single-news-title-out {
  padding-right: 100px;
  padding-left: 100px;
}

.single-news-title {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.25px;
}

.single-news-content {
  background-color: #edf0f7;
  background-image: url('../images/Mask-Group-11_1.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.snews-content {
  padding: 40px 100px;
  background-color: #fff;
}

.content-text {
  color: #1b2a46;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.snews-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.snews-cat {
  color: #2c52bf;
  font-size: 18px;
  line-height: 25px;
  font-weight: 900;
  text-transform: uppercase;
}

.snews-version {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #1b2a46;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.sversion {
  margin-left: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #2c52bf;
  color: #2c52bf;
  font-weight: 700;
}

.snews-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.author-right {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.author-date {
  color: #1b2a46;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.author-info-text {
  color: rgba(27, 42, 70, 0.5);
  font-weight: 300;
}

.author-span {
  text-decoration: underline;
  cursor: pointer;
}

.read-time {
  color: #1b2a46;
  font-weight: 700;
}

.image-5 {
  display: block;
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.recent-stories {
  padding: 50px 100px 60px;
}

.recent-stories-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.share-post {
  padding-top: 30px;
  border-top: 1px solid #1b2a46;
}

.share-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(27, 42, 70, 0.5);
  font-weight: 300;
}

.text-block-5 {
  margin-right: 10px;
}

@media screen and (min-width: 1920px) {
  .container-2 {
    max-width: 1400px;
  }

  .imgabsolute {
    left: -130px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
  }

  .hero-left {
    width: 40%;
  }

  .hero-right {
    width: 58%;
  }

  .hero-news {
    min-height: 500px;
  }

  .mra-image {
    height: 170px;
  }

  .mra-title {
    font-size: 19px;
    line-height: 30px;
  }

  .contact-title {
    font-size: 33px;
    line-height: 39px;
  }

  .contact-box-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-box {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .contact-box-column {
    width: 100%;
    margin-top: 0px;
  }

  .contact-box-column.cbc-right-padding {
    width: 100%;
  }

  .form-title {
    font-size: 29px;
    line-height: 35px;
  }

  .contact-box-img {
    right: -30px;
    bottom: -50px;
  }

  .contact-text {
    margin-bottom: 40px;
  }

  .fcolumn {
    width: 20%;
  }

  .ftext {
    font-size: 35px;
    line-height: 46px;
  }

  .newsletter-inputs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .copy-info {
    margin-top: 20px;
  }

  .footer-right {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .footer-left {
    width: 100%;
  }

  .fcontact {
    font-size: 35px;
    line-height: 47px;
  }

  .image-2 {
    display: none;
  }

  .download-box-column.dbc-left {
    width: 100%;
  }

  .download-box-column.dbc-right {
    width: 100%;
    margin-top: 20px;
  }

  .download-box-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .download-box {
    padding-left: 30px;
  }

  .wwco-case-studies {
    width: 100%;
    padding-top: 60px;
    padding-left: 0px;
  }

  .wwco-cs-column {
    width: 50%;
  }

  .wwco-download-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .wwco-download {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .wwco-cs-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-news-top {
    padding-top: 160px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #1b2a46;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 20px;
  }

  .image {
    display: none;
  }

  .navbar {
    margin-top: 0px;
  }

  .hero-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-left {
    width: 100%;
  }

  .hero-right {
    width: 100%;
    margin-top: 20px;
  }

  .singl-mra.single-kat {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-title {
    font-size: 29px;
    line-height: 36px;
  }

  .contact-box {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fcolumn {
    width: 100%;
    margin-bottom: 20px;
  }

  .ftext {
    font-size: 29px;
    line-height: 40px;
  }

  .newsletter-input.csinput {
    margin-bottom: 0px;
  }

  .flr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-right {
    width: 100%;
  }

  .footer-left {
    width: 100%;
  }

  .snewsy-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .snewsy-left {
    width: 100%;
  }

  .snewsy-right {
    width: 100%;
    margin-top: 20px;
  }

  .submit-button {
    padding-right: 40px;
  }

  .download-box-title {
    font-size: 29px;
    line-height: 31px;
  }

  .form-fields-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .csinput {
    margin-right: 0px;
  }

  .form-zgoda {
    margin-top: 20px;
  }

  .imgabsolute {
    display: none;
  }

  .wwco-cs-column {
    width: 100%;
  }

  .wwco-cs-column.wwcolumn-last {
    width: 100%;
  }

  .most-recent-videos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-video-recent {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .see-all-videos {
    max-width: 240px;
  }

  .single-news-top {
    padding-top: 90px;
  }

  .single-news-title-out {
    padding-right: 20px;
    padding-left: 20px;
  }

  .single-news-title {
    font-size: 36px;
    line-height: 42px;
  }

  .snews-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .snews-content-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .snews-cat-release {
    margin-bottom: 20px;
  }

  .recent-stories {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .header-text {
    font-size: 26px;
    line-height: 34px;
  }

  .hero-news {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-news-title {
    font-size: 29px;
    line-height: 35px;
  }

  .contact-title {
    font-size: 23px;
    line-height: 33px;
  }

  .cs-input-tt.csinputhalf {
    width: 100%;
    margin-bottom: 10px;
  }

  .form-flex-inputs {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fbottom-link {
    width: 100%;
    margin-right: 0px;
  }

  .newsletter-inputs {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsletter-input.csinput {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .signupbutton {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .fcontact {
    font-size: 29px;
  }

  .webinar-box {
    background-image: linear-gradient(315deg, #1b2a46, #6c9af6);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .download-box-title {
    font-size: 23px;
    line-height: 27px;
  }

  .wwco-cs-column.wwcolumn-last {
    width: 100%;
  }

  .case-studie-title {
    font-size: 29px;
    line-height: 36px;
  }

  .single-news-title-out {
    padding-right: 0px;
    padding-left: 0px;
  }

  .single-news-title {
    font-size: 27px;
    line-height: 39px;
  }
}

