@charset "UTF-8";
/**
* Eric Meyer's Reset CSS v2.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, time {
  display: block;
}

*, *:after, *:before {
  box-sizing: border-box;
}

body {
  line-height: 1;
  color: black;
  background: #faf8f5;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* meyerweb css reset end */

textarea:focus, input:focus {
  outline: 0;
}

input {
  border-width: 0;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.group:before,
.group:after {
  content: " ";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1; /* ie 6/7 */
}

embed,
img,
object,
video {
  max-width: 100%;
}
sup {
  font-size: 58.3%;
  vertical-align: text-top;
}
sub {
  font-size: 58.3%;
  vertical-align: text-bottom;
}
.no-space-between-inline-blocks {
  *letter-spacing: normal; /*reset IE < 8*/
  letter-spacing: -0.31em; /*webkit*/
  word-spacing: -0.43em; /*IE < 8 && gecko*/
}
/*restore spacing on inner elements*/
.no-space-between-inline-blocks > * {
  letter-spacing: normal;
  word-spacing: normal;
}
.displace {
  left: -5000px;
  position: absolute;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  font-size: 16px;
}
body {
  width: 100%;
  max-width: 100%;
  font-family: Inconsolata, monospace;
  font-size: 1.75rem; /* 28px / 16px = 1.75rem */
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
  overflow-x: hidden;
}
.global_container_ {
  float: none;
  height: auto;
  margin: 0 auto;
  padding: 104px 24px 105px;
  background: #fdfcfc center 0;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header-2 {
  width: 100%;
  position: relative;
}
.roll-on {
  float: left;
  height: 77px;
  position: relative;
}
.hand-96302_960_720 {
  left: 50%;
  position: absolute;
  top: 11px;
  margin-left: -20px;
}
.text {
  width: 100%;
  color: #010101;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem; /* 20px / 16px = 1.25rem */
  letter-spacing: 0.05em;
  text-align: center;
}
.work,
.instagram {
  color: #010101;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem; /* 24px / 16px = 1.5rem */
  font-weight: bold;
  letter-spacing: 0.05em;
  border: 0;
  outline: none;
}
.work {
  position: absolute;
  left: 10%;
  top: 0;
}
.instagram {
  position: absolute;
  right: 10%;
  top: 0;
}
.work:hover,
.instagram:hover {
  color: #2a3ad3;
}
.main-content-wrapper {
  width: 100%;
  margin: 83px auto 0;
}
.photo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
.photo img {
  width: calc(70% - 4%);
}
.text-2 {
  width: 100%;
  max-width: 900px;
  color: #2a3ad3;
  margin: 53px auto 0;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}
.text-3 {
  margin: 58px 0 0;
  color: #000000;
  font-size: 1.125rem; /* 18px / 16px = 1.125rem */
  text-align: center;
}
.footer {
  margin: 35px auto 0;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-list {
  height: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.nav-list a {
  color: #010101;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem; /* 18px / 16px = 1.125rem */
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.nav-list span {
  font-weight: 300;
}
.nav-list a:hover {
  color: #2a3ad3;
}
.text-style {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.text-style-2 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

@media (max-width:1000px) {
  .text-3,
  .footer {
    margin-top: 30px;
  }
  .nav-list {
    gap: 10px;
  }
  .nav-list a {
    font-size: 1;
  }
  .header-2 {
    padding-top: 60px;
  }
  .work, .instagram {
    font-size: 1.1rem;
  }
}

@media (max-width:600px) {
  .global_container_ {
    padding: 30px 16px;
  }
  .nav-list {
    gap: 6px;
  }
  .nav-list a {
    font-size: 0.85rem;
  }
  .text {
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .text-style-2 {
    display: none;
  }
  .main-content-wrapper,
  .text-2 {
    margin-top: 50px;
  }
  .text-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .photo {
    flex-direction: column;
    gap: 20px;
  }
  .photo img {
    width: auto;
  }
}