@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 4351359, 2022-02-07T05:09:04-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AbitareSans-150 by FSD
 * URL: https://www.myfonts.com/fonts/fsd/abitare-sans/150/
 * 
 * Webfont: AbitareSans-600 by FSD
 * URL: https://www.myfonts.com/fonts/fsd/abitare-sans/600/
 * 
 * 
 * Webfonts copyright: Copyright (c) 2013 by Fabrizio Schiavi. All rights reserved.
 * 
 * © 2022 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/42657f");
@font-face {
  font-family: "AbitareSans";
  font-weight: 150;
  src: url("../fonts/AbitareSans150/font.woff2") format("woff2"), url("../fonts/AbitareSans150/font.woff") format("woff");
}

@font-face {
  font-family: "AbitareSans";
  font-weight: 600;
  src: url("../fonts/AbitareSans600/font.woff2") format("woff2"), url("../fonts/AbitareSans600/font.woff") format("woff");
}

.logo {
  display: inline-block;
  width: 20rem;
  background: transparent url(../assets/logo.svg) no-repeat left/contain;
}

.logo::before {
  content: "";
  display: block;
  padding-top: calc(100% / 190 * 27);
}

.logo span {
  display: none;
}

.map {
  height: 44.9rem;
  position: relative;
  background-image: url(../assets/map.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-color: transparent;
  border-width: 5rem 0 5rem 5rem;
  border-style: solid;
  z-index: 2;
}

.map .sectionlist {
  width: 54rem;
  margin: 0;
  position: relative;
  font-size: 1.4rem;
}

.map .sectionlist::before {
  content: "";
  display: block;
  padding-top: calc(100% / 706 * 487);
}

.map .sectionlist li {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  line-height: 2.3rem;
}

.map .sectionlist li a {
  -webkit-transform: translate(-1.5rem, -1.5rem);
          transform: translate(-1.5rem, -1.5rem);
  white-space: nowrap;
  background-color: white;
  padding-right: 1rem;
  border-radius: 1.5rem;
}

.map .sectionlist li a::before {
  margin-right: 0.6rem;
  width: 2.3rem;
}

.map .sectionlist li a:hover {
  text-decoration: none;
}

.map .sectionlist li.nm {
  top: 74.2%;
  left: 30.8%;
}

.map .sectionlist li.lt {
  top: 92.3%;
  left: 22.4%;
}

.map .sectionlist li.gt {
  top: 40.9%;
  left: 13.8%;
}

.map .sectionlist li.bt {
  top: 40%;
  left: 42%;
}

.map .sectionlist li.ar {
  top: 48.3%;
  left: 12%;
}

.map .sectionlist li.sil {
  top: 57.8%;
  left: 68.4%;
}

.map .sectionlist li:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 1;
}

.map .sectionlist li.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  color: #00a56d;
  z-index: 1;
}

.map .sectionlist li.active a::before {
  background-color: #00a56d;
}

@media (min-width: 1280px) {
  .map {
    height: 58.7rem;
  }
  .map .sectionlist {
    width: 70.6rem;
    font-size: inherit;
  }
  .map .sectionlist li {
    line-height: 3rem;
  }
  .map .sectionlist li a::before {
    margin-right: 1rem;
    width: 3rem;
  }
}

.sectionlist {
  counter-reset: sectionlist;
  list-style-type: none;
  margin: 2rem 0 0;
  padding: 0;
  font-weight: 600;
  color: #485c49;
}

.sectionlist li {
  line-height: 3rem;
}

.sectionlist li a {
  display: inline-block;
}

.sectionlist li a::before {
  counter-increment: sectionlist;
  content: counter(sectionlist);
  display: inline-block;
  width: 3rem;
  text-align: center;
  color: white;
  background-color: #485c49;
  border-radius: 1.5rem;
  margin-right: 1rem;
}

.sectionlist li + li {
  margin-top: 1rem;
}

.siteimages {
  margin-bottom: 2rem;
}

.siteimage {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.siteimage img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.siteimage:hover img {
  opacity: 1;
}

.siteimage::before {
  content: "View Full Map";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(75, 95, 90, 0.8) url(../assets/eye.svg) no-repeat 1rem center;
  padding: 0.5rem 1.5rem 0.5rem 4rem;
  font-weight: 600;
  white-space: nowrap;
  z-index: 2;
}

.article-site-gt .siteimage:nth-child(1) {
  margin-right: 30%;
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 51%, 47% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 51%, 47% 100%, 0 100%, 0 0);
  z-index: 2;
}

.article-site-gt .siteimage:nth-child(2) {
  margin-top: -25%;
}

.article-site-gt .siteimage:nth-child(2)::before {
  -webkit-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%);
}

.article-site-sil .siteimage:nth-child(1) {
  margin-top: 5%;
  margin-right: 45%;
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 49%, 49% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 49%, 49% 100%, 0 100%, 0 0);
  z-index: 2;
}

.article-site-sil .siteimage:nth-child(2) {
  margin-top: -38.5%;
  margin-left: 15%;
}

.article-site-sil .siteimage:nth-child(2)::before {
  top: 74%;
  left: 33%;
}

.imagebuttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 60rem;
}

.imagebuttons li {
  position: relative;
  overflow: hidden;
}

.imagebuttons li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.imagebuttons li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.imagebuttons img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.5s;
  transition: -webkit-transform 0.5s, -webkit-filter 0.5s;
  transition: transform 0.5s, filter 0.5s;
  transition: transform 0.5s, filter 0.5s, -webkit-transform 0.5s, -webkit-filter 0.5s;
}

.imagebuttons a {
  text-shadow: 0 0 5px black, 0 0 10px black;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 600;
  font-size: min(calc(9vw - 1.5rem), 2rem);
  line-height: 1.1;
}

.imagebuttons a:hover {
  text-decoration: none;
}

.imagebuttons a::before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 0.1rem solid white;
}

@media (min-width: 576px) {
  .imagebuttons {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .imagebuttons a {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .imagebuttons a {
    font-size: calc(2.9vw - 1.6rem);
  }
}

@media (min-width: 1280px) {
  .imagebuttons a {
    padding: 3rem;
    font-size: min(calc(3vw - 2rem), 1.9rem);
  }
  .imagebuttons a::before {
    top: 1.5rem;
    left: 1.5rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
  }
}

.goto-top {
  width: 0;
  height: 0;
  position: fixed;
  left: 50%;
  bottom: 4rem;
  z-index: 3;
  cursor: pointer;
}

.goto-top::before {
  content: "";
  display: block;
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: -2rem;
  left: -2rem;
  background-color: #3e4e3f;
  border: 0.2rem solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}

.goto-top::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1rem;
  top: -0.6rem;
  left: -0.75rem;
  background: transparent url(../assets/up.svg) no-repeat center/contain;
}

.videoteaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32rem;
  background-color: white;
  cursor: pointer;
}

.videoteaser img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.videoteaser .image,
.videoteaser .title {
  width: 16rem;
}

.videoteaser .image {
  overflow: hidden;
}

.videoteaser .title {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 600;
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.videoteaser .title::before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  width: 20%;
  height: 20%;
  background: transparent url(../assets/play.svg) no-repeat center/contain;
  z-index: 2;
}

.videoteaser:hover {
  text-decoration: none;
}

.videoteaser:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.overlay .flexbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 2rem;
}

.overlay .container {
  width: 100%;
  max-width: 140rem;
  position: relative;
}

.overlay .scrollarea {
  padding: 2.4rem 2rem;
  background: #f2f2f2;
  position: relative;
  width: 100%;
  max-width: 140rem;
  max-height: calc(100vh - 10rem);
  overflow: auto;
}

.overlay .closebutton {
  position: absolute;
  right: 0;
  bottom: 100%;
}

.overlay-image .scrollarea {
  padding: 1rem !important;
}

.overlay-image img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.overlay-image .container {
  width: auto;
  max-width: 100%;
}

.overlay-image .scrollarea {
  text-align: center;
}

.overlay-video .scrollarea {
  padding: 1rem !important;
}

.overlay-video video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.overlay-welcome .scrollarea {
  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;
}

.overlay-welcome .left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin-top: 2rem;
}

.overlay-welcome .right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.overlay-welcome .enterbutton {
  margin-top: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .overlay-welcome .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overlay-welcome .enterbutton {
    margin-top: 0;
    width: calc(100% - 32rem);
  }
}

@media (min-width: 992px) {
  .overlay-welcome .scrollarea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .overlay-welcome .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 30rem;
    display: block;
    margin-top: 0;
  }
  .overlay-welcome .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 33rem);
  }
  .overlay-welcome .enterbutton {
    width: 100%;
    margin-top: 3rem;
  }
}

@media (min-width: 576px) {
  .overlay .scrollarea {
    padding: 6.4rem;
  }
}

.welcometext {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.1rem solid black;
  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;
  padding: 2.4rem;
}

.welcometext h1,
.welcometext p {
  margin: 0;
  padding: 0;
}

.welcometext h1 {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .welcometext {
    width: 30rem;
  }
}

@media (min-width: 992px) {
  .welcometext {
    height: 30rem;
  }
}

.closebutton {
  width: 4rem;
  height: 4rem;
  border: 0;
  background-color: #434343;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.closebutton::before, .closebutton::after {
  content: "";
  display: block;
  height: 0;
  border-top: 0.2rem solid white;
  position: absolute;
  width: 4rem;
  left: 0rem;
  top: 1.9rem;
  -webkit-transition: border-top-color 0.2s;
  transition: border-top-color 0.2s;
}

.closebutton::before {
  -webkit-transform: rotate(45deg) scale(0.5);
          transform: rotate(45deg) scale(0.5);
}

.closebutton::after {
  -webkit-transform: rotate(135deg) scale(0.5);
          transform: rotate(135deg) scale(0.5);
}

.closebutton:hover {
  background-color: black;
}

.video video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.enterbutton {
  background-color: #434343;
  border: 0;
  color: white;
  padding: 3rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.enterbutton::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  border-color: white;
  border-width: 0.1rem 0.1rem 0 0;
  border-style: solid;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.enterbutton:hover {
  background-color: black;
}

.silekol-logo {
  margin: 3rem 0 -1rem;
}

.silekol-logo img {
  width: 14rem;
  height: auto;
}

.login {
  max-width: 50rem;
  color: white;
  margin: 3rem 0;
  padding: 0;
}

@media (min-width: 576px) {
  .login {
    border: 0.1rem solid white;
    margin: 3rem 1rem 4rem;
    padding: 5rem;
  }
}

.logout {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  background: transparent url(../assets/logout.svg) no-repeat center/contain;
  opacity: 0.738;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.logout:hover {
  opacity: 1;
}

.left article {
  padding: 6rem 0;
}

@media (min-width: 992px) {
  .left article {
    padding: 6rem 8rem 6rem 0;
  }
}

.article-headerimage {
  position: relative;
}

.article-headerimage > picture > img {
  position: absolute;
  top: 0;
  left: -2.8rem;
  width: calc(100% + 5.6rem);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-headerimage .max-width {
  height: 20rem;
  position: relative;
}

.article-headerimage .videoteaser {
  float: left;
  margin-top: 2rem;
  max-width: 100%;
}

@media (min-width: 992px) {
  .article-headerimage .max-width {
    height: 40rem;
  }
  .article-headerimage .videoteaser {
    float: right;
    margin-top: 17.5rem;
  }
}

.article-site p {
  margin: 3rem 0;
}

.article-site::after {
  content: "";
  display: none;
  width: 1rem;
  height: 1rem;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.2rem solid #485c49;
  position: absolute;
  right: -0.5rem;
  top: calc(50% - 0.5rem);
  border-radius: 0.5rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
}

@media (min-width: 992px) {
  .article-site::after {
    display: block;
  }
}

.article-site.active::after {
  visibility: visible;
  opacity: 1;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "AbitareSans";
  font-weight: 150;
  margin: 0;
}

img {
  vertical-align: middle;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  margin: 0;
  line-height: 1.1;
  font-size: 3.2rem;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 46rem;
}

h1 + p {
  margin-top: 2.2rem;
}

h2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.1;
  text-transform: uppercase;
  padding-top: 1.2rem;
  margin: 0 0 2rem;
}

h2 strong {
  font-weight: bold;
  display: block;
}

h2::before {
  content: "";
  display: block;
  border-top: 0.1rem solid white;
  width: 11.4rem;
  position: absolute;
  top: 0;
  left: 0;
}

p {
  margin: 2rem 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  padding: 2.8rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: white;
  line-height: 1;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .logo {
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

header.small {
  padding: 1rem 2.8rem;
}

header.small .logo {
  width: 15rem;
}

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

footer {
  padding: 2.5rem 2.8rem;
  font-size: 1.4rem;
}

footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer li + li::before {
  content: "\00a0/\00a0";
}

footer p {
  margin: 0;
}

footer.white {
  color: white;
}

main {
  overflow: hidden;
  padding: 8.6rem 2.8rem 0;
  min-height: calc(100vh - 7.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

aside {
  position: absolute;
  left: 50%;
  width: 50vw;
  height: 100%;
  display: none;
}

@media (min-width: 992px) {
  aside {
    display: block;
  }
}

.scrollarea {
  position: relative;
}

.background-white, .background-dark-green, .background-darker-green {
  position: relative;
  z-index: 2;
}

.background-white::before, .background-dark-green::before, .background-darker-green::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2.8rem;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

@media (min-width: 992px) {
  .background-white::before, .background-dark-green::before, .background-darker-green::before {
    right: 0;
  }
}

.background-white::before {
  background: white;
}

.background-dark-green {
  color: white;
}

.background-dark-green::before {
  background: #485c49;
}

.background-darker-green {
  color: white;
}

.background-darker-green::before {
  background: #3e4e3f;
}

.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.background-image img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.invisible {
  display: none;
}

.max-width {
  max-width: 124rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .left {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .negative-offset-top {
    position: relative;
    top: -6.5rem;
  }
}

form label {
  display: block;
}

form .widget-text input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  font-family: inherit;
  border: 0;
}

form .widget-submit button {
  background-color: #00a56d;
  color: white;
  padding: 1.5rem 3rem;
  font-weight: 600;
  border: 0;
  font-family: inherit;
  font-size: inherit;
}

form .widget-error {
  background: white;
  background-color: #933;
  color: white;
  font-size: 1.3rem;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.1rem solid white;
  margin-top: -0.1rem;
}

form .widget + .widget {
  margin-top: 2rem;
}
/*# sourceMappingURL=style.css.map */