@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
}

html, body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  height: 100%;
}

h1 {
  margin: 0;
  padding: 1em 0 0.5em;
  font-size: 2em;
  line-height: 1.1em;
  color: #39A2E3;
  font-weight: 600;
  text-align: left;
}

.contact h1, .work h1 {
  padding: 1.5em 0 0.5em;
  color: #39A2E3;
  text-align: left;
}

h2 {
  margin: 0;
  padding: 2em 0 1em;
  font-size: 1.2em;
  line-height: 1em;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  padding: 0 0 0.35em;
  font-size: 1.8em;
  line-height: 1em;
  color: #000000;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}

p {
  margin: 0;
  padding: 0 0 0.5em;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.02rem;
}

strong {
  font-weight: 500;
}

span {
  color: #39A2E3;
}

p a {
  color: #000000;
  text-decoration: none;
}

p a:hover {
  text-decoration: none;
  color: #39A2E3;
}

input::-moz-focus-inner {
  border: 0;
}

a {
  outline: 0;
}

div.mobile {
  display: none;
}

header {
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 600;
  padding: 40px 0 0;
}

header svg {
  width: 380px;
  height: auto;
  display: inline-block;
  margin-bottom: 1em;
}

.main {
  margin: 0 auto;
  display: block;
  height: 100%;
  margin-top: 60px;
}

.mainInner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

.mainInner div {
  display: table-cell;
  vertical-align: middle;
  font-size: 3em;
  letter-spacing: 1.25px;
}

#sidebarMenu {
  z-index: 500;
  height: 100%;
  position: fixed;
  right: 0;
  width: 50vw;
  top: 0;
  transform: translateX(50vw);
  transition: transform 250ms ease-in-out;
  background: #39A2E3;
  overflow-x: hidden;
}

.sidebarMenuInner {
  margin: 5em 0 0;
  padding: 0;
}

.sidebarMenuInner li {
  list-style: none;
  color: #000;
  text-transform: uppercase;
  padding: 20px;
  cursor: pointer;
}

.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: #000000;
}

.sidebarMenuInner li a {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

input[type=checkbox]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 700;
  height: 100%;
  width: 100%;
  top: 20px;
  right: 25px;
  height: 22px;
  width: 22px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #000;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

nav {
  position: relative;
  float: right;
  margin: 0.75em 0 2em 0.5em;
}

nav ul {
  padding: 0;
}

nav li {
  display: inline;
  text-transform: uppercase;
  padding: 0 0 0 1.5em;
  font-size: 12.75px;
  font-weight: 500;
}

nav li a {
  text-decoration: none;
  color: #000000;
  padding-bottom: 0.25em;
}

nav li a:hover {
  text-decoration: none;
  color: #39A2E3;
  border-bottom: 4px solid #39A2E3;
}

.intro {
  text-align: left;
  font-size: 1.3em;
  line-height: 1.2em;
}

.bg {
  background: #0d6093;
  background: -moz-linear-gradient(top, #ffffff 0%, #39A2E3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #39A2E3));
  background: -webkit-linear-gradient(top, #ffffff 0%, #39A2E3 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #39A2E3 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #39A2E3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #39A2E3 100%);
  height: auto;
  min-height: 100%;
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  padding: 0 51px;
  background: #ffffff;
}

.slimwrap {
  width: calc(100% - 266px);
  padding: 0 133px;
}

.boxes {
  display: flex;
  flex-flow: row wrap;
  margin: 1em -0.5em;
}

.boxes > div {
  flex: 0 0 calc(33.33% - 3em);
  background-color: #39A2E3;
  margin: 0.5em;
  padding: 1.5em 1em;
}

.boxes h1 {
  color: #fff;
  padding: 0 0 0.4em;
  font-weight: 600;
}

.boxes ul {
  margin: 0;
  padding: 0 0 1em 1.25em;
}

.boxes ul li {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 300;
}

.boxes ul li::marker {
  color: #fff;
}

.so {
  font-size: 90%;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 2em;
  text-align: center;
}

.fg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.fg > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 50%;
  flex: 1 50%;
}

form {
  margin: 1em 0;
}

form input[type=text], form textarea {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 300;
  border: 0;
  height: auto;
  margin: 0 0 1em;
  outline: 0 none;
  padding: 0.5em 8px;
  width: calc(100% - 16px);
  background: #efefef;
  color: #000000;
}

form textarea {
  height: 120px;
}

form input[type=submit] {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.95em;
  line-height: 1em;
  padding: 0.75em 1.5em;
  color: #ffffff;
  background-color: #3f3f3e;
  font-weight: 500;
  border: 0;
  margin: 0 0 0.5em;
  cursor: pointer;
}

form input[type=submit]:hover {
  color: #ffffff;
  background-color: #39A2E3;
  border: 0;
}

/* ---- responsive ---- */
@media (max-width: 1280px) {
  .wrap {
    width: calc(100% - 102px);
    margin: 0;
  }
}
@media (max-width: 900px) {
  .slimwrap {
    width: 100%;
    padding: 0;
  }

  .boxes > div {
    flex: 0 0 calc(50% - 3em);
  }

  h1 {
    font-size: 1.6em;
  }

  .intro {
    font-size: 1.1em;
  }

  .boxes ul li {
    font-size: 1.1em;
  }
}
@media (max-width: 640px) {
  .wrap {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  nav.desktop {
    display: none;
  }

  div.mobile {
    display: block;
  }

  .boxes > div {
    flex: 0 0 calc(100% - 3em);
  }

  h1 {
    font-size: 1.3em;
  }

  .intro {
    font-size: 1em;
  }

  .boxes ul li {
    font-size: 1em;
  }

  header svg {
    width: 280px;
  }

  p {
    font-size: 1em;
  }
}
@media (max-width: 400px) {
  .wrap {
    width: calc(100% - 50px);
    padding: 0 25px;
    margin: 0;
  }

  .slimwrap {
    width: calc(100% - 2em);
    padding: 0 1em;
  }
}

/*# sourceMappingURL=style.css.map */
