@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap");

.featured-job:after {
  background: url("/wp-content/uploads/2022/08/map_OG.svg");
}

.featured-contact:after {
  background: url("/wp-content/uploads/2022/08/map_OG.svg");
}

.medarbetare-block .img-wrap {
  min-height: 200px;
}

.medarbetare-block .blog-row > div {
  flex-direction: column;
}
.medarbetare-block .blog-row {
  align-items: stretch;
}

.page-numbers {
  text-decoration: none;
  color: black;
  padding: 1rem;
}

body .current.page-numbers {
  font-weight: bold;
  font-size: 1.6rem;
  background: #2e3f4b;
  color: white;
}

body .page-numbers {
  margin-top: 1rem;
}

.video-block .hero-text h1 .space {
  margin-right: 3rem !important;
}

html:lang(fi) .header-main .side-menu .menu-text {
  margin-top: 60px;
}

@media only screen and (max-width: 480px) {
  .single-page .single-content h5,
  .standard-page .single-content h5,
  .single-medarbetare .entry-content h5 {
    font-size: 2rem;
    line-height: 2;
  }
  .single-page .single-content h3,
  .standard-page .single-content h3 {
    font-size: 2rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
html {
  font-size: 62.5% !important;
}
:root {
  font-size: 1.6rem;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  line-height: normal;
  color: #2e3f4b;
  line-height: 2.6rem;
  font-size: 1.6rem;
  position: relative;
  font-weight: 400;
}
body.overflow {
  overflow: hidden;
}
::-moz-selection {
  color: #fff;
  background: #2e3f4b;
}
::selection {
  color: #fff;
  background: #2e3f4b;
}
::-moz-selection {
  color: #fff;
  background: #2e3f4b;
}
p,
a,
span,
ul,
li,
label {
  font-family: "Montserrat", sans-serif;
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-weight: 400;
  font-style: italic;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #fadae4;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h1 span,
h2 span,
h3 span,
h4 span,
h1 a,
h2 a,
h3 a,
h4 a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
h1,
h1 span,
h1 a {
  font-size: 9.8rem;
  line-height: 10.3rem;
}
h2,
h2 span,
h2 a {
  font-size: 6.8rem;
  line-height: 8.4rem;
}
h3,
h3 span,
h3 a {
  font-size: 5rem;
  line-height: 6.1rem;
}
h4,
h4 span,
h4 a {
  font-size: 4rem;
  line-height: 4.9rem;
}
img {
  max-width: 100%;
  height: auto;
}
.btn-main {
  background-color: #2e3f4b;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #fff;
  padding: 25px 30px;
  font-weight: 700;
  border-radius: 6px;
  position: relative;
}
.btn-main:hover {
  background-color: #fff;
  color: #2e3f4b;
}
.btn-main:after {
  content: "";
  background: url("../../assets/icons/green_arrow.svg");
  width: 44px;
  height: 44px;
  background-size: 44px !important;
  position: absolute;
  right: -30px;
  top: 7px;
}
.btn-second {
  background-color: #2e3f4b;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #fff;
  padding: 25px 80px 25px 30px;
  font-weight: 700;
  border-radius: 6px;
  position: relative;
  text-decoration: none;
}
.btn-second:hover {
  background-color: #fff;
  color: #2e3f4b;
  text-decoration: none;
}
.btn-second:after {
  content: "";
  background: url("../../assets/icons/black_arrow.svg");
  width: 44px;
  height: 44px;
  background-size: 44px !important;
  position: absolute;
  right: 20px;
  top: 15px;
}
.read-more {
  color: #2e3f4b;
  position: relative;
  text-decoration: none;
  line-height: 2.6rem;
  font-size: 1.5rem;
  display: inline-block;
  width: auto;
  font-weight: 700;
}
.read-more:before {
  content: "";
  background: transparent;
  height: 2px;
  width: calc(100% + 40px);
  position: absolute;
  left: 0;
  bottom: -8px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.read-more:hover {
  text-decoration: none;
  color: #2e3f4b;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.read-more:hover:before {
  background: #2e3f4b;
}
.read-more:after {
  content: "";
  background: url("../../assets/icons/green_arrow.svg");
  width: 26px;
  height: 26px;
  background-size: 26px !important;
  position: absolute;
  right: -40px;
  top: 0;
}
.read-more.pink:hover:before {
  background: #fadae4;
}
.read-more.pink:after {
  background: url("../../assets/icons/pink_arrow.svg");
}
.content-small {
  max-width: 750px;
  margin: 0 auto;
}
.padding-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-top {
  padding-top: 100px;
}
.padding-bottom {
  padding-bottom: 100px;
}
.padding-lr {
  padding-left: 200px;
  padding-right: 200px;
}
#breadcrumbs {
  margin-top: 10px;
  font-size: 0.75rem;
  margin-bottom: 0;
  text-align: right;
}
#breadcrumbs a,
#breadcrumbs span {
  font-size: 0.75rem;
}
#cookie-notice #cn-accept-cookie {
  font-family: "Montserrat", sans-serif;
  border-radius: 25px;
  color: #000;
  font-weight: 700;
  padding: 10px 20px;
  margin-left: 20px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#cookie-notice #cn-accept-cookie:hover {
  opacity: 0.9;
}
#cookie-notice #cn-more-info {
  background: none !important;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#cookie-notice #cn-more-info:hover {
  opacity: 0.9;
}
@media (min-width: 1201px) {
  .container {
    max-width: 1140px !important;
  }
  .container-fluid {
    max-width: 1440px !important;
  }
}
@media (max-width: 1500px) {
  .padding-lr {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-left: 0;
  }
  .container-fluid,
  .container {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .container {
    max-width: 100% !important;
  }
  .padding-tb {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .padding-top {
    padding-top: 70px;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }
  .padding-lr {
    padding-left: 0;
    padding-right: 0;
  }
  h1,
  h1 span,
  h1 a {
    font-size: 4rem;
    line-height: 4.9rem;
  }
  h2,
  h2 span,
  h2 a {
    font-size: 3.5rem;
    line-height: 4.3rem;
  }
  h3,
  h3 span,
  h3 a {
    font-size: 3rem;
    line-height: 3.7rem;
  }
  h4,
  h4 span,
  h4 a {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .read-more {
    font-size: 1.3rem;
  }
  .read-more:after {
    width: 23px;
    height: 23px;
    background-size: 23px !important;
    right: -35px;
  }
  .btn-second {
    padding: 20px 80px 20px 20px;
    font-size: 1.8rem;
  }
  .btn-second:after {
    width: 40px;
    height: 40px;
    background-size: 40px !important;
  }
}
@media (max-width: 450px) {
  h1,
  h1 span,
  h1 a {
    font-size: 3.5rem;
    line-height: 4.3rem;
  }
  h2,
  h2 span,
  h2 a {
    font-size: 3rem;
    line-height: 3.7rem;
  }
  h3,
  h3 span,
  h3 a {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  h4,
  h4 span,
  h4 a {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.header-main {
  padding: 0 35px;
  background: none;
  z-index: 100;
  padding-top: 40px;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.header-main .container-fluid {
  max-width: none !important;
}
.header-main.sticky .side-menu {
  background: #2e3f4b;
  position: fixed;
}
.header-main.sticky .side-menu .side-phone a {
  display: block;
}
.header-main.sticky .side-menu .menu-text {
  display: block;
}
.header-main .side-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  max-height: 100vh;
  background: transparent;
  width: 100px;
  padding: 35px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.header-main .side-menu.open {
  background: #2e3f4b;
}
.header-main .side-menu .header-menu {
  width: 500px;
  background: #2e3f4b;
  padding: 150px 70px 100px 40px;
  position: fixed;
  left: 100px;
  top: 0;
  margin-left: calc(-50% - 180px);
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-main .side-menu .header-menu::-webkit-scrollbar {
  display: none;
}
.header-main .side-menu .header-menu.open {
  margin-left: 0;
}
.header-main .side-menu .header-menu .header-contact h2 {
  color: #fff;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 10px;
}
.header-main .side-menu .header-menu .header-contact span,
.header-main .side-menu .header-menu .header-contact a {
  color: #fff;
  font-size: 1.6rem;
}
.header-main .side-menu .header-menu .header-contact a {
  display: block;
  text-decoration: none;
}
.header-main .side-menu .header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-main .side-menu .header-menu ul li {
  margin-bottom: 20px;
}
.header-main .side-menu .header-menu ul li.wpml-ls-item {
  display: block;
}
.header-main .side-menu .header-menu ul li a {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: block;
}
.header-main .side-menu .header-menu ul li a:hover {
  color: #9bb0bc;
}
.header-main .side-menu .header-menu ul ul {
  margin: 20px 0;
  padding-left: 20px;
}
.header-main .side-menu .header-menu ul ul li a {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 400;
}
.header-main .side-menu .menu-item-has-children {
  position: relative;
}
.header-main .side-menu .menu-item-has-children:after {
  content: "";
  background-image: url("../icons/OG_arrowDown.svg");
  position: absolute;
  top: 11px;
  right: 0;
  width: 13px;
  height: 9px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.header-main .side-menu .menu-item-has-children:hover:after {
  cursor: pointer;
}
.header-main .side-menu .menu-item-has-children.active:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.header-main .side-menu .menu-item-has-children .sub-menu {
  margin: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.header-main .side-menu .menu-item-has-children .sub-menu li {
  margin: 15px 0;
}
.header-main .side-menu .menu-icon {
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.header-main .side-menu .menu-icon:hover {
  cursor: pointer;
}
.header-main .side-menu .menu-close {
  display: none;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.header-main .side-menu .menu-close:hover {
  cursor: pointer;
}
.header-main .side-menu .side-phone {
  letter-spacing: 3.5px;
  font-size: 1.4rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 200%;
  position: absolute;
  left: -50px;
  bottom: 150px;
}
.header-main .side-menu .side-phone a {
  display: none;
  color: #fff;
  text-decoration: none;
}
.header-main .side-menu .menu-text {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  margin-top: 40px;
  display: none;
}
.header-main .logo {
  z-index: 100;
}
.header-main .logo img {
  height: 45px;
  width: auto;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .mobile-menu {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .header-main {
    height: 70px;
    padding: 0;
  }
  .header-main .logo img {
    max-height: 25px;
  }
  .header-main .menu-close {
    display: none;
  }
  .side-menu {
    display: none;
  }
  .mobile-menu {
    top: 0;
    padding: 25px 0 40px 0;
    height: 95%;
    background: #2e3f4b;
    position: fixed;
    display: none !important;
    width: 100%;
    z-index: 200;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    overflow-y: scroll;
    left: -100%;
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.3);
    padding-bottom: 10rem;
  }
  .mobile-menu.show {
    display: block !important;
    left: 0;
  }
  .mobile-menu .logo img {
    max-height: 25px;
  }
  .mobile-menu .header-menu {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-menu .mobile-contact {
    height: 100%;
    margin-top: 50px;
  }
  .mobile-menu .mobile-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    opacity: 0.7;
    display: block;
    margin-bottom: 10px;
  }
  .mobile-menu .mobile-contact h2 {
    font-size: 1.7rem;
    margin-bottom: 15px;
    color: #fff;
    line-height: 2rem;
  }
  .mobile-menu .mobile-contact span {
    color: #fff;
  }
  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .mobile-menu ul li a {
    font-size: 2rem;
    line-height: 3.4rem;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
  }
  .mobile-menu ul li.wpml-ls-item {
    display: block;
  }
  .mobile-menu ul li.menu-item-has-children > a {
    position: relative;
    margin-right: 20px;
  }
  .mobile-menu ul li.menu-item-has-children > a .arrow {
    width: 15px;
    height: 14px;
    background-size: 15px !important;
    right: -30px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    top: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .mobile-menu ul li .sub-menu {
    margin: 10px 0;
    display: block;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    padding-left: 20px;
  }
  .mobile-menu ul li .sub-menu li a {
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-transform: none;
    font-weight: 400;
  }
  .mobile-menu ul li.close-sub > .sub-menu {
    display: none !important;
  }
  .mobile-menu ul li.close-sub.menu-item-has-children > a {
    position: relative;
  }
  .mobile-menu ul li.close-sub.menu-item-has-children > a .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 6px;
  }
  .mobile-menu ul li.close-sub .sub-menu {
    display: none;
  }
  .mobile-menu ul li.menu-item-has-children {
    position: relative;
  }
  .mobile-menu ul li.menu-item-has-children:after {
    content: "";
    background-image: url("../icons/OG_arrowDown.svg");
    position: absolute;
    top: 11px;
    right: 0;
    width: 13px;
    height: 9px;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
  }
  .mobile-menu ul li.menu-item-has-children:hover:after {
    cursor: pointer;
  }
  .mobile-menu ul li.menu-item-has-children.active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .mobile-menu ul li.menu-item-has-children .sub-menu {
    margin: 0;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
  }
  .mobile-menu ul li.menu-item-has-children .sub-menu li {
    margin: 0.5rem 0;
  }
}
@media (max-width: 450px) {
  .header-main {
    height: 60px;
  }
  .header-main.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #2e3f4b;
  }
}
.blog-page {
  padding-top: 70px;
}
.blog-page .post-wrap,
.medarbetare-block .post-wrap {
  position: relative;
  height: 100%;
  margin-right: 10px;
  border-radius: 8px;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 0 34px 0 rgba(219, 224, 228, 0.6);
  box-shadow: 0 0 34px 0 rgba(219, 224, 228, 0.6);
}
.blog-page .post-wrap .post-cat span,
.medarbetare-block .post-wrap .post-cat span {
  color: #2e3f4b;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.blog-page .post-wrap .post-text,
.medarbetare-block .post-wrap .post-text {
  padding: 25px;
}
.blog-page .post-wrap img,
.medarbetare-block .post-wrap img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.medarbetare-block .post-wrap img {
  max-height: 225px;
  object-fit: cover;
}
.blog-page .post-wrap img:hover,
.medarbetare-block .post-wrap img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.blog-page .post-wrap .img-wrap,
.medarbetare-block .post-wrap .img-wrap {
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.blog-page .post-wrap h3,
.medarbetare-block .post-wrap h3 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 10px;
}
.blog-page .post-wrap h3 a,
.medarbetare-block .post-wrap h3 a {
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #2e3f4b;
}
.blog-page .post-wrap h3 a:hover,
.medarbetare-block .post-wrap h3 a:hover {
  color: #2e3f4b;
}
.blog-page .post-wrap p,
.blog-page .medarbetare-block p {
  margin-bottom: 20px;
  opacity: 0.6;
}
.blog-page .show-more,
.medarbetare-block .show-more {
  text-align: center;
}
.blog-page .show-more.hidden .load-more-btn {
  display: none;
}
.blog-page .show-more span {
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}
.blog-page .show-more .number-pages {
  border-bottom: 1px solid #bdbdbd;
  display: inline-block;
}
.blog-page .show-more .load-more-btn {
  font-weight: 700;
  text-align: center;
  border: 1px solid #2e3f4b;
  padding: 15px 30px;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #2e3f4b;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
}
.page-job {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.page-job .job-wrap {
  padding: 30px;
  margin-bottom: 100px;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}
.page-job .job-wrap .job-city {
  font-size: 2rem;
  color: #2e3f4b;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.page-job .job-wrap .job-cat {
  background: #2e3f4b;
  padding: 5px 20px;
  color: #fff;
  border-radius: 25px;
  font-size: 1.4rem;
  font-weight: 700;
  height: 35px;
}
.page-job .job-wrap:before {
  content: "";
  border-style: solid;
  border-width: 20px 0 0 20px;
  height: 85%;
  width: 85%;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}
.page-job .job-wrap:nth-child(even) {
  background: #f3f2ee;
}

.page-job .job-wrap:nth-child(odd) {
  background: #fff;
}
.page-job .read-more:after {
  background: url("../../assets/icons/pink_arrow.svg");
}
.page-job .job-wrap:before {
  border-color: #e1e7ec;
}
.page-job .job-wrap:after {
  content: "";
  border-color: #2e3f4b;
  border-style: solid;
  border-width: 0 20px 20px 0;
  height: 85%;
  width: 85%;
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
}
.page-job .job-wrap h2 {
  font-size: 3rem;
  line-height: 4.5rem;
  margin-bottom: 10px;
}
.page-job .job-wrap h2 a {
  font-size: 3rem;
  line-height: 4.5rem;
  color: #2e3f4b;
  text-decoration: none;
}
.page-job .job-wrap p {
  margin-bottom: 20px;
}
.page-job .show-more {
  text-align: center;
  margin-bottom: 70px;
}
.page-job .show-more.hidden .load-more-jobs {
  display: none;
}
.page-job .show-more span {
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}
.page-job .show-more .number-pages {
  border-bottom: 1px solid #bdbdbd;
  display: inline-block;
}
.page-job .show-more .load-more-jobs {
  font-weight: 700;
  text-align: center;
  border: 1px solid #2e3f4b;
  padding: 15px 30px;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #2e3f4b;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
}
.select2-container .select2-dropdown {
  min-width: 200px;
  min-height: 40px;
  border: none;
  background: #fafafa;
}
.select2-container
  .select2-dropdown
  .select2-results__options
  .select2-results__option {
  font-size: 1.4rem;
  line-height: 1.9rem;
  padding: 7px 15px;
}
.select2-container
  .select2-dropdown
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container .select2-dropdown .select2-results__option--selected {
  background: #fff;
  color: #000;
}
.featured-job {
  background: #2e3f4b;
  color: #fff;
  height: 650px;
  margin-top: -100px;
}
.featured-job.map-fi:after {
  background: url("../icons/Finland.svg");
  width: 250px;
  height: 570px;
  background-size: 250px !important;
  right: 20%;
}
.featured-job.map-sv:after {
  background: url("../icons/Map.svg");
  width: 250px;
  height: 570px;
  background-size: 250px !important;
  right: 20%;
}
.featured-job.map-no:after {
  background: url("../icons/Map_no.svg");
  width: 300px;
  height: 525px;
  background-size: 300px !important;
  right: 18%;
}
.featured-job:after {
  content: "";
  position: absolute;
  top: 45px;
  z-index: 1;
}
.featured-job h1 {
  margin-left: -5px;
}
.featured-job
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: #2e3f4b !important;
  font-weight: 700;
  color: #fff;
  font-size: 1.4rem;
}
.featured-job .select2 {
  min-width: 200px;
  min-height: 40px;
  background: none;
  max-width: 100%;
}
.featured-job
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: none !important;
}
.featured-job
  .select2-container.select2-container--focus
  .select2-search__field {
  background: url("../../assets/icons/plus.svg") !important;
  background-size: 12px 32px !important;
  background-repeat: no-repeat !important;
}
.featured-job
  .select2-container.select2-container--focus
  .select2-search__field:focus {
  background: none !important;
}
.featured-job .select2-container .select2-search__field {
  color: #fff;
  font-weight: 700;
  height: 30px !important;
  margin-left: 0 !important;
  margin-top: 0;
}
.featured-job .select2-container .select2-search__field:hover {
  cursor: pointer;
}
.featured-job .select2-container .select2-search__field:placeholder-shown {
  background-image: none !important;
}
.featured-job .select2-container ::-webkit-input-placeholder {
  color: #fff;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
}
.featured-job .select2-container :-ms-input-placeholder {
  color: #fff;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
}
.featured-job .select2-container ::-ms-input-placeholder {
  color: #fff;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
}
.featured-job .select2-container ::placeholder {
  color: #fff;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
}
.featured-job .select2-container ::-moz-selection {
  color: #fff;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
}
.featured-job .select2-container .select2-selection--multiple {
  border: none;
  min-width: 500px;
  max-width: 100%;
  min-height: 40px;
  background: none;
  cursor: pointer;
}
.featured-job
  .select2-container
  .select2-selection--multiple
  .select2-selection__choice {
  background: #2e3f4b;
  border: #fff;
  margin-left: 0;
  margin-right: 5px;
  margin-top: 0;
}
.featured-job
  .select2-container
  .select2-selection--multiple
  .select2-selection__choice__display {
  font-weight: 700;
  padding-left: 5px;
  padding-right: 8px;
  border-color: #fff;
  font-size: 1.4rem;
}
.featured-job
  .select2-container
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-color: #eee;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.featured-job
  .select2-container
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background: #2e3f4b;
}
.featured-job .select-city {
  margin-left: 0;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.featured-job .select-city .dropdown-list {
  position: absolute;
  z-index: 3;
}
.featured-job .select-city .dropdown-list li {
  color: #2e3f4b;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.9rem;
  padding: 7px 15px;
  width: 100%;
  display: block;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.featured-job .select-city .dropdown-list li:hover {
  background: #fff;
  cursor: pointer;
}
.featured-job .cat-list {
  margin-top: 40px;
  display: inline-block;
}
.featured-job .cat-list .radio {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.featured-job .cat-list label {
  margin-left: 10px;
  font-weight: 700;
  font-size: 2.4rem;
}
.featured-job .cat-list input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  background-color: transparent;
  color: #000;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  -webkit-transform: translateY(-0.075em);
  transform: translateY(-0.075em);
  top: 4px;
  position: relative;
  left: 0;
  border-radius: 50%;
}
.featured-job .cat-list input[type="radio"]:hover {
  cursor: pointer;
}
.featured-job .cat-list input[type="radio"]:before {
  content: "";
  background: #2e3f4b;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.featured-job .cat-list input[type="radio"].active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.featured-job a {
  display: inline-block;
}
.featured-job h1 {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
}
.featured-job h1 svg {
  height: 79px;
  width: auto;
  display: inline-block;
  margin-top: -20px;
}
.featured-job .featured-text {
  margin-top: 200px;
  position: absolute;
  z-index: 2;
}
.page-contact {
  position: relative;
  z-index: 1;
}
.featured-contact {
  background: #2e3f4b;
  color: #fff;
  height: 650px;
  margin-top: -100px;
}
.featured-contact.map-fi:after {
  background: url("../icons/Finland.svg");
  width: 250px;
  height: 570px;
  background-size: 250px !important;
  right: 20%;
}
.featured-contact.map-sv:after {
  background: url("../icons/Map.svg");
  width: 250px;
  height: 570px;
  background-size: 250px !important;
  right: 20%;
}
.featured-contact.map-no:after {
  background: url("../icons/Map_no.svg");
  width: 300px;
  height: 525px;
  background-size: 300px !important;
  right: 18%;
}
.featured-contact:after {
  content: "";
  position: absolute;
  top: 45px;
  z-index: 1;
}
.featured-contact h1 {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
  margin-left: -5px;
}
.featured-contact h1 svg {
  height: 79px;
  width: auto;
  display: inline-block;
  margin-top: -20px;
}
.featured-contact h1 .space {
  margin-right: 7px;
}
.featured-contact h4 {
  font-size: 3rem;
  margin-bottom: 15px;
}
.featured-contact .sub-heading {
  color: #2e3f4b;
  font-size: 2rem;
  opacity: 1;
}
.featured-contact .featured-text {
  margin-top: 200px;
  margin-bottom: 50px;
  position: absolute;
  z-index: 2;
}
.featured-contact p {
  opacity: 0.6;
}
.featured-contact .select-city {
  z-index: 100;
}
.featured-contact .select-city .dropdown-list {
  position: absolute;
  z-index: 100;
}
.select-city .first-item {
  position: relative;
  font-size: 2rem;
  color: #2e3f4b;
  font-weight: 700;
}
.select-city .first-item.rotate:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select-city .first-item:after {
  content: "";
  background: url("../icons/2_arrow_green.svg");
  width: 13px;
  height: 9px;
  background-size: 13px !important;
  position: absolute;
  top: 10px;
  right: -25px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.select-city .first-item:hover {
  cursor: pointer;
}
.select-city .dropdown-list {
  background: #fafafa;
  width: 250px;
  display: none;
  margin-top: 10px;
  z-index: 100;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.select-city .dropdown-list.show {
  display: block;
}
.select-city .dropdown-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.select-city .dropdown-list ul li a {
  color: #2e3f4b;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.9rem;
  padding: 7px 15px;
  width: 100%;
  display: block;
}
.select-city .dropdown-list ul li a:hover {
  background: #fff;
}
.page-career .career-content {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.page-career .career-content:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-career .career-content h2 {
  margin-bottom: 25px;
}
.page-career .career-content p {
  margin-bottom: 30px;
}
.page-career .career-content p:last-child {
  margin-bottom: 0;
}
.page-career .career-content a {
  color: #2e3f4b;
  text-decoration: none;
}
.page-career .career-content a:hover {
  border-bottom: 1px solid #2e3f4b;
}
.page-career .post-wrap {
  margin-bottom: 30px;
}
.page-career .post-wrap h3 a {
  font-size: 1.8rem;
  text-decoration: none;
}
.featured-img {
  height: 650px;
  background-position: 50% 50% !important;
  background-size: cover !important;
  margin-top: -100px;
  position: relative;
}
.featured-img.large {
  height: 100vh;
}
.featured-img.hide-icon:before {
  display: none;
}
.featured-img:before {
  content: "";
  background: url("../icons/o_symbol_big.svg");
  width: 650px;
  height: 605px;
  background-size: 650px !important;
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat !important;
  opacity: 0.2;
}
.featured-img .hero-text {
  text-align: center;
}
.featured-img h1 {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.featured-img h1.heading-small {
  font-size: 6.8rem;
  line-height: 8.4rem;
}
.featured-img h1 svg {
  height: 79px;
  width: auto;
  display: inline-block;
  margin-top: -20px;
}
.featured-img p {
  max-width: 450px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.featured-img .read-more {
  color: #fff;
}
@media (max-width: 1024px) {
  .featured-img {
    height: 450px;
    margin-top: -70px;
  }
  .featured-img:before {
    width: 450px;
    height: 420px;
    background-size: 450px !important;
  }
  .featured-img.large {
    height: 650px;
  }
  .featured-img .hero-text {
    padding: 0;
  }
  .featured-img h1.heading-small {
    font-size: 4rem;
    line-height: 4.9rem;
  }
  .featured-img h1 svg {
    height: 35px;
  }
  .featured-img p {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .blog-page h1 {
    margin-bottom: 30px;
  }
  .blog-page .blog-content p {
    max-width: 400px;
  }
  .blog-page .cat-list ul li {
    font-size: 1.5rem;
    padding: 5px 20px;
  }
  .blog-page .post-wrap,
  .medarbetare-block .post-wrap {
    margin-bottom: 50px;
    max-width: 100%;
  }
  .blog-page .post-wrap h3 {
    margin-bottom: 20px;
  }
  .blog-page .post-wrap h3 a {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .featured-contact {
    height: 450px;
  }
  .featured-contact.map-sv:after {
    width: 150px;
    height: 370px;
    background-size: 150px !important;
  }
  .featured-contact.map-no:after {
    width: 180px;
    height: 312px;
    background-size: 180px !important;
  }
  .featured-contact .featured-text {
    margin-top: 120px;
    margin-bottom: 30px;
  }
  .featured-contact h1 svg {
    height: 34px;
    margin-top: -12px;
  }
  .featured-contact h1 .space {
    margin-right: 3px;
  }
  .featured-contact h4 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .select-city .first-item {
    font-size: 1.8rem;
  }
  .select-city .first-item:after {
    top: 7px;
  }
  .featured-job h1 svg {
    height: 35px;
    margin-top: -12px;
  }
  .featured-job .cat-list label {
    font-size: 2rem;
  }
  .featured-job .cat-list input[type="radio"] {
    width: 18px;
    height: 18px;
  }
  .featured-job .select2-container .select2-selection--multiple {
    min-width: 700px;
  }
  .page-job {
    padding-top: 0;
    margin-top: -65px;
  }
  .page-job .job-wrap {
    margin-bottom: 70px;
  }
  .page-job .job-wrap .job-city {
    font-size: 1.8rem;
  }
  .page-job .job-wrap h2 a {
    font-size: 2rem;
  }
}
@media (max-width: 450px) {
  .featured-img {
    height: 200px;
    margin-top: -60px;
  }
  .featured-img.large {
    height: 500px;
  }
  .featured-img.medium {
    height: 350px;
  }
  .featured-img.small {
    height: 200px;
  }
  .featured-img:before {
    height: 200px;
    width: 200px;
    background-size: 200px !important;
  }
  .featured-img h1 {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
  .featured-img h1 svg {
    height: 25px;
    margin-top: -8px;
  }
  .featured-img p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-top: 10px;
  }
  .blog-page .post-wrap {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .blog-page .post-wrap .img-wrap img {
    margin-bottom: 20px;
  }
  .page-contact {
    padding-bottom: 20px;
  }
  .page-contact .container {
    padding: 0 10px 0 20px !important;
  }
  .page-template-page-contact .featured-img h1 {
    margin-top: 100px;
  }
  .featured-job {
    height: 530px;
  }
  .featured-job:after {
    height: 350px;
    width: 170px;
    background-size: 170px !important;
  }
  .featured-job .featured-text {
    margin-top: 150px;
  }
  .featured-job .select-city {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
  .featured-job .select2-container .select2-selection--multiple {
    min-width: 300px;
  }
  .featured-job .cat-list .radio {
    float: left;
    margin-right: 14px;
  }
  .page-job .container {
    padding: 0 20px 0 0 !important;
  }
  .page-job .job-wrap:after,
  .page-job .job-wrap:before {
    height: 50%;
    width: 30%;
  }
  .page-job .job-wrap .job-city {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .page-job .job-wrap .job-cat {
    font-size: 1.2rem;
    height: 30px;
  }
  .page-job .job-wrap h2 {
    line-height: 2rem;
    margin-top: 15px;
  }
  .page-job .job-wrap h2 a {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.single-page,
.standard-page {
  padding: 70px 50px;
}
.single-page .single-content h3,
.standard-page .single-content h3 {
  font-size: 5rem;
  line-height: 7.9rem;
  margin-bottom: 40px;
}
.single-page .single-content h4,
.standard-page .single-content h4 {
  font-size: 4rem;
  line-height: 6rem;
  margin-bottom: 40px;
}
.single-page .single-content h5,
.standard-page .single-content h5,
.single-medarbetare .entry-content h5 {
  font-size: 3rem;
  line-height: 4.6rem;
}
.single-page .single-content .wp-block-image,
.standard-page .single-content .wp-block-image {
  margin: 50px 0;
}
.single-page .single-content .wp-block-columns .wp-block-image,
.standard-page .single-content .wp-block-columns .wp-block-image {
  padding: 0;
}
.single-page .single-content .job-info,
.standard-page .single-content .job-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.single-page .single-content .job-city,
.standard-page .single-content .job-city {
  color: #2e3f4b;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.single-page .single-content .job-cat,
.standard-page .single-content .job-cat {
  background: #2e3f4b;
  padding: 5px 20px;
  color: #fff;
  border-radius: 25px;
  font-size: 1.4rem;
  font-weight: 700;
  height: 35px;
}
.single-page .single-content ul,
.standard-page .single-content ul {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 30px;
  max-width: 57rem;
}
.single-page .single-content ul li,
.standard-page .single-content ul li {
  position: relative;
  margin-bottom: 5px;
}
.single-page .single-content ul li:before,
.standard-page .single-content ul li:before {
  content: "";
  background: url("../icons/Checked.svg");
  width: 17px;
  height: 13px;
  background-size: 17px !important;
  position: absolute;
  top: 5px;
  left: -30px;
}
.single-page .single-content p,
.standard-page .single-content p {
  margin-bottom: 30px;
}
.single-page .single-content a,
.standard-page .single-content a {
  color: #2e3f4b;
  text-decoration: none;
}
.single-page .single-content a:hover,
.standard-page .single-content a:hover {
  border-bottom: 1px solid #2e3f4b;
}
.single-page .single-content .wp-block-table,
.standard-page .single-content .wp-block-table {
  padding: 0 15px;
  margin: 50px 0;
}
.single-page .single-content .wp-block-table table tr,
.standard-page .single-content .wp-block-table table tr {
  border-bottom: none;
}
.single-page .single-content .wp-block-table table tr:first-child,
.standard-page .single-content .wp-block-table table tr:first-child {
  background: #f3f2ee;
}
.single-page .single-content .wp-block-table table tr:first-child td,
.standard-page .single-content .wp-block-table table tr:first-child td {
  padding: 30px 20px;
  font-weight: 700;
}
.single-page .single-content .wp-block-table table tr,
.standard-page .single-content .wp-block-table table tr {
  border-bottom: 1px solid #2e3f4b;
}
.single-page .single-content .wp-block-table table tr td,
.standard-page .single-content .wp-block-table table tr td {
  padding: 10px 20px;
  border-right: 1px solid #2e3f4b;
}
.single-page .single-content .wp-block-table table tr td:last-child,
.standard-page .single-content .wp-block-table table tr td:last-child {
  border-right: none;
}
.single .featured-img h1 {
  font-size: 6.8rem;
  line-height: 8.4rem;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .single-page,
  .standard-page {
    padding-left: 0;
    padding-right: 0;
  }
  .single-page .single-content .wp-block-table,
  .standard-page .single-content .wp-block-table {
    padding: 0;
  }
  .single-page .single-content .wp-block-image,
  .single-page .single-content .wp-block-columns,
  .standard-page .single-content .wp-block-image,
  .standard-page .single-content .wp-block-columns {
    padding: 0;
  }
  .single-page .single-content h1,
  .standard-page .single-content h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .single .featured-img h1 {
    font-size: 4rem;
    line-height: 4.9rem;
  }
}
@media (max-width: 450px) {
  .single-page .single-content .wp-block-table,
  .single-page .single-content .wp-block-image,
  .standard-page .single-content .wp-block-table,
  .standard-page .single-content .wp-block-image {
    margin: 30px 0;
  }
  .single-page .single-content .wp-block-columns .wp-block-column,
  .standard-page .single-content .wp-block-columns .wp-block-column {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -ms-flex-preferred-size: 48% !important;
    flex-basis: 48% !important;
  }
  .single-page
    .single-content
    .wp-block-columns
    .wp-block-column
    .wp-block-image:first-child,
  .standard-page
    .single-content
    .wp-block-columns
    .wp-block-column
    .wp-block-image:first-child {
    margin-right: 10px;
  }
  .single .featured-img h1 {
    font-size: 2.7rem;
    line-height: 3.7rem;
  }
}
.gform_wrapper {
  margin: 0;
}
.gform_wrapper ::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #fff;
}
.gform_wrapper :-ms-input-placeholder {
  font-size: 1.6rem;
  color: #fff;
}
.gform_wrapper ::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #fff;
}
.gform_wrapper ::placeholder {
  font-size: 1.6rem;
  color: #fff;
}
.gform_wrapper :-ms-input-placeholder {
  font-size: 1.6rem;
  color: #fff;
}
.gform_wrapper ::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #fff;
}
.gform_wrapper .gfield {
  position: relative;
}
.gform_wrapper .name-icon .ginput_container {
  position: relative;
}
.gform_wrapper .name-icon .ginput_container:after {
  content: "";
  background: url("../icons/Form_name.svg");
  background-size: 43px 44px;
  background-repeat: no-repeat;
  z-index: 10;
  position: absolute;
  top: 9px;
  right: 30px;
  width: 44px;
  height: 44px;
  left: auto;
}
.gform_wrapper .email-icon .ginput_container {
  position: relative;
}
.gform_wrapper .email-icon .ginput_container:after {
  content: "";
  background: url("../icons/Form_email.svg");
  background-size: 42px 44px;
  background-repeat: no-repeat;
  z-index: 10;
  position: absolute;
  top: 9px;
  right: 30px;
  width: 44px;
  height: 44px;
  left: auto;
}
.gform_wrapper .phone-icon .ginput_container {
  position: relative;
}
.gform_wrapper .phone-icon .ginput_container:after {
  content: "";
  background: url("../icons/form_phone.svg");
  background-size: 42px 44px;
  background-repeat: no-repeat;
  z-index: 10;
  position: absolute;
  top: 9px;
  right: 30px;
  width: 44px;
  height: 44px;
  left: auto;
}
.gform_wrapper .city-icon .ginput_container {
  position: relative;
}
.gform_wrapper .city-icon .ginput_container:after {
  content: "";
  background: url("../icons/Form_location.svg");
  background-size: 42px 44px;
  background-repeat: no-repeat;
  z-index: 10;
  position: absolute;
  top: 9px;
  right: 30px;
  width: 44px;
  height: 44px;
  left: auto;
}
.gform_wrapper .ginput_container_text,
.gform_wrapper .ginput_container_email,
.gform_wrapper .ginput_container_textarea {
  z-index: 0;
  position: relative;
}
.gform_wrapper .ginput_container_text:after,
.gform_wrapper .ginput_container_email:after,
.gform_wrapper .ginput_container_textarea:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  z-index: -1;
}
.gform_wrapper .ginput_container_textarea {
  padding: 20px 30px;
  margin-bottom: 20px;
}
.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  background-repeat: no-repeat;
  border: none;
  height: 50px;
  padding: 30px;
  background: transparent;
  border: 2px solid #fff;
  font-size: 1.6rem;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  padding-right: 60px;
  border-radius: 6px;
  color: #fff;
}
.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]):focus {
  outline: none;
}
.gform_wrapper textarea {
  background-repeat: no-repeat;
  border: none;
  padding: 0 !important;
  background: transparent;
  font-size: 1.2rem;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.gform_wrapper textarea:focus {
  outline: none;
}
.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select:after {
  content: "";
  background: url("../../assets/icons/Arrow5.svg");
  width: 15px;
  height: 10px;
  background-size: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 10;
}
.gform_wrapper .ginput_container_select:after:hover {
  cursor: pointer;
}
.gform_wrapper select {
  background-repeat: no-repeat;
  border: none;
  border-bottom: 2px solid #fff;
  height: 60px;
  padding: 0 !important;
  background: transparent;
  font-size: 1.8rem !important;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  color: #fff;
  font-weight: 300;
  background-clip: content-box;
  -webkit-appearance: none;
  border-radius: 0;
}
.gform_wrapper select:focus {
  outline: none;
}
.gform_wrapper select:hover {
  cursor: pointer;
}
.gform_wrapper select option {
  color: #000;
  padding-left: 20px;
}
.gform_wrapper .gfield_label {
  display: none !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  left: 0;
  top: -30px;
  position: absolute;
  z-index: 100;
  background: transparent;
  background-clip: content-box;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.gform_wrapper .gfield_label .gfield_required {
  display: none;
}
.gform_wrapper ul li.gfield {
  padding-right: 0;
}
.gform_wrapper .ginput_container {
  position: relative;
}
.gform_wrapper li.hidden_label input {
  margin-top: 0;
}
.gform_wrapper .gfield_visibility_visible:last-child .gfield_label {
  top: 10px;
}
.gform_wrapper button {
  -webkit-appearance: none;
  height: 70px;
  width: 100%;
  text-align: left;
  border-radius: 6px;
  font-size: 2rem;
  line-height: 2.8rem;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  border: none;
  font-weight: 400;
  padding: 22px 30px;
  position: relative;
}
.gform_wrapper button:hover {
  color: #000;
}
.gform_wrapper button:after {
  right: 30px;
  top: 13px;
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.gform_wrapper #field_submit {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.gform_wrapper .ginput_container_fileupload {
  font-size: 1.2rem;
  position: relative;
  margin-left: 40px;
}
.gform_wrapper .ginput_container_fileupload:before {
  content: "";
  background: url("../icons/Upload.svg");
  width: 24px;
  height: 22px;
  background-size: 24px;
  position: absolute;
  left: -40px;
  top: 15px;
}
.gform_wrapper
  .ginput_container_fileupload
  input[type="file"]::-webkit-file-upload-button,
.gform_wrapper
  .ginput_container_fileupload
  input[type="file"]::file-selector-button {
  border: none;
  margin-right: 15px;
  margin-top: 10px;
  border-radius: 20px;
  padding: 3px 40px;
  background: #f3f2ee;
  border: 1px solid transparent;
  font-size: 1.2rem;
  color: #000;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.gform_wrapper
  .ginput_container_fileupload
  input[type="file"]::-webkit-file-upload-button:hover,
.gform_wrapper
  .ginput_container_fileupload
  input[type="file"]::file-selector-button:hover {
  cursor: pointer;
}
.gform_wrapper .ginput_container_fileupload .gform_fileupload_rules {
  font-size: 1.2rem !important;
  color: #000;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper .gform_submission_error {
  color: #000 !important;
  font-size: 1.8rem !important;
}
.gform_wrapper .gfield_required_text {
  display: none !important;
}
.gform_wrapper .gform_validation_errors {
  border: none !important;
  border-radius: 0;
  padding: 0 !important;
  margin-bottom: 20px !important;
  text-align: left;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.gform_wrapper .gform_validation_errors h2 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  font-size: 1.6rem !important;
  line-height: 2.8rem !important;
}
.gform_wrapper .gform_validation_errors h2 span {
  display: none !important;
}
.gform_wrapper .gfield_error {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.gform_wrapper
  .gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  border: 2px solid #000;
}
.gform_wrapper .validation_message {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  color: #000 !important;
  margin-top: 10px !important;
  font-weight: 500 !important;
}
@media (max-width: 1024px) {
  .gform_wrapper .gfield_label {
    font-style: 1rem;
  }
  .gform_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
      [type="button"]
    ):not([type="image"]):not([type="file"]),
  .gform_wrapper select {
    height: 50px;
    padding: 20px 0;
    padding-left: 20px;
  }
  .gform_wrapper ::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  .gform_wrapper :-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .gform_wrapper ::-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .gform_wrapper ::placeholder {
    font-size: 1.3rem;
  }
  .gform_wrapper :-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .gform_wrapper ::-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .gform_wrapper button {
    height: 60px;
    font-size: 1.6rem;
    padding: 10px 20px;
  }
  .gform_wrapper button:after {
    right: 20px;
    width: 35px;
    height: 35px;
    background-size: 35px !important;
  }
  .gform_wrapper .email-icon .ginput_container:after,
  .gform_wrapper .name-icon .ginput_container:after,
  .gform_wrapper .city-icon .ginput_container:after,
  .gform_wrapper .phone-icon .ginput_container:after {
    width: 30px;
    height: 30px;
    background-size: 29px !important;
    right: 20px;
  }
}
@media (max-width: 450px) {
  ::-webkit-input-placeholder {
    font-size: 1.5rem !important;
  }
  :-ms-input-placeholder {
    font-size: 1.5rem !important;
  }
  ::-ms-input-placeholder {
    font-size: 1.5rem !important;
  }
  ::placeholder {
    font-size: 1.5rem !important;
  }
  :-ms-input-placeholder {
    font-size: 1.5rem !important;
  }
  ::-ms-input-placeholder {
    font-size: 1.5rem !important;
  }
  select {
    font-size: 1.5rem !important;
  }
  .gform_wrapper .gform_validation_errors h2 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .gform_wrapper button span {
    font-size: 1.6rem;
  }
  .gform_wrapper .ginput_container_select:after {
    top: 30%;
  }
}
.consent_above_checkbox {
  margin: 0 !important;
  font-size: 1.25rem;
  line-height: 1.25;
  max-width: 74rem;
}

.single-jobb .contact-form {
  background: #2e3f4b;
}

.single-jobb .btn-main {
  color: #2e3f4b;
  background: #ffffff;
}

.single-jobb .btn-main:hover {
  color: #ffffff;
  background: #2e3f4b;
}

@media (max-width: 450px) {
  .single-content .contact-form {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .consent_above_checkbox {
    padding-left: 0;
  }
}
.contact-form + a {
  display: none;
}
.consent_checkbox {
  position: relative;
  top: -1rem;
  grid-column: span 12 !important;
}
.consent_checkbox .ginput_container_consent {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.consent_checkbox .gfield_consent_label {
  margin-bottom: 1rem !important;
  font-size: 1.25rem;
  line-height: 1.25;
}
.consent_checkbox .gfield_description {
  display: none;
}
.gform_wrapper .validation_message {
  display: none;
}
.gform_wrapper
  .gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  outline: 2px solid rgba(255, 0, 0, 0.7);
  outline-offset: -4px;
}
footer .footer-wrap {
  color: #fff;
  padding: 80px 0;
  background: #2e3f4b;
}
footer .footer-wrap .container-fluid {
  max-width: none !important;
}
footer .footer-wrap .footer-logo {
  margin-bottom: 30px;
}
footer .footer-wrap p {
  font-weight: 300;
  line-height: 2.8rem;
}
footer .footer-wrap h4 {
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
footer .footer-wrap .footer-column-2 {
  padding-left: 200px;
  height: 100%;
}
footer .footer-wrap .footer-big-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-wrap .footer-big-menu ul li.wpml-ls-item {
  display: block;
}
footer .footer-wrap .footer-big-menu ul > li > a {
  color: #fff;
  font-size: 2rem;
  line-height: 3.6rem;
  text-decoration: none;
  font-weight: 700;
}
footer .footer-wrap .footer-big-menu ul > li > a:hover {
  color: #9bb0bc;
}
footer .footer-wrap .footer-big-menu ul > li.menu-item-has-children > a {
  position: relative;
}
footer .footer-wrap .footer-big-menu ul > li.menu-item-has-children > a:after {
  content: "";
  background-image: url("../icons/OG_arrowDown.svg");
  position: absolute;
  top: 8px;
  right: -30px;
  width: 13px;
  height: 9px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
footer
  .footer-wrap
  .footer-big-menu
  ul
  > li.menu-item-has-children
  > a.rotate:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
footer .footer-wrap .footer-big-menu ul .sub-menu {
  display: none;
  padding-left: 20px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
footer .footer-wrap .footer-big-menu ul .sub-menu.show {
  display: block;
}
footer .footer-wrap .footer-big-menu ul .sub-menu.show a {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
}
footer .footer-wrap .footer-menu {
  margin-bottom: 20px;
}
footer .footer-wrap .footer-menu.menu-1 ul li a {
  position: relative;
}
footer .footer-wrap .footer-menu.menu-1 ul li a:after {
  content: "";
  background: url("../icons/white_arrow.svg");
  width: 15px;
  height: 10px;
  background-size: 15px !important;
  position: absolute;
  top: 3px;
  right: -25px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
footer .footer-wrap .footer-menu.menu-1 ul li a:hover:after {
  right: -30px;
}
footer .footer-wrap .footer-menu.menu-2 ul li a:hover {
  color: #9bb0bc;
}
footer .footer-wrap .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-wrap .footer-menu ul li a {
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #fff;
  text-decoration: none;
  position: relative;
}
footer .footer-wrap .footer-social {
  margin-top: 20px;
}
footer .footer-wrap .footer-social a {
  margin-right: 10px;
  display: inline-block;
  padding: 5px;
  width: 30px;
  height: 30px;
  background: #fadae4;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
}
footer .footer-wrap .footer-social a:hover {
  background: #fff;
}
footer .footer-wrap .footer-copy {
  margin-top: 30px;
  height: 100%;
  opacity: 0.9;
}
footer .footer-wrap .footer-copy p,
footer .footer-wrap .footer-copy a {
  font-size: 1.3rem;
  margin-bottom: 0;
  line-height: 2rem;
}
footer .footer-wrap .footer-copy a {
  color: #fff;
  text-decoration: none;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
@media (max-width: 1024px) {
  footer .footer-wrap {
    padding: 50px 0;
  }
  footer .footer-wrap .footer-column-2 {
    padding-left: 0;
  }
  footer .footer-wrap .footer-big-menu ul li a {
    color: #fff;
    font-size: 2rem;
    line-height: 3.8rem;
  }
  footer .footer-wrap .footer-menu ul li a {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  footer .footer-wrap .footer-social a {
    line-height: 1.3;
  }
  footer p,
  footer a,
  footer span {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
}
@media (max-width: 450px) {
  footer .footer-wrap .footer-text {
    margin-bottom: 50px;
  }
  footer .footer-wrap .footer-social {
    margin-bottom: 0;
  }
  footer .footer-wrap .footer-column-2 {
    margin-top: 30px;
  }
  footer .footer-wrap .footer-menu ul li a {
    font-size: 1.3rem;
  }
  footer .footer-wrap .footer-big-menu ul li.menu-item-has-children a:after {
    top: 9px;
  }
  footer .footer-wrap .footer-big-menu ul .sub-menu.show li a {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  footer .footer-wrap .footer-copy {
    margin-top: 0;
  }
  footer .footer-wrap .footer-copy p {
    font-size: 1.3rem;
  }
}
