<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5em;
  line-height: 1;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  line-height: 1;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.5em;
  line-height: 1;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #666;
  text-decoration: none;
}

a:hover {
  opacity: 0.95;
  color: #111;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container.margin_100 {
  margin-bottom: 100px;
}

.detail-title {
  color: #000;
}

.highlight {
  margin-right: -2px;
  margin-left: -2px;
  padding-right: 3px;
  padding-left: 3px;
  background-color: rgba(241, 121, 159, 0.22);
}

.size-detail {
  margin-right: 6px;
  margin-left: 6px;
  color: grey;
  font-size: 0.8em;
  text-transform: uppercase;
}

.bottom-25 {
  padding-bottom: 25px;
}

.block-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block {
  margin-bottom: 24px;
  border-bottom: 1px solid hsla(0, 0%, 93.3%, 0.51);
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.super_border {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  background-color: #b2ffec;
}

.strikethrough {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.list-none {
  list-style-type: none;
}

.list-square {
  list-style-type: square;
}

.list-number {
  list-style-type: decimal;
}

.list-alphabet {
  list-style-type: lower-alpha;
}

.list-roman {
  list-style-type: lower-roman;
}

.content-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.img-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-image: url('../images/Bottega-landscape4-1455x970.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ratio-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
}

.ratio-box._8-5 {
  padding-top: 62.5%;
}

.ratio-box._4-3 {
  padding-top: 75%;
}

.ratio-box._16-9 {
  padding-top: 56.25%;
}

.ratio-box._3-2 {
  padding-top: 66.66%;
}

.ratio-box._21-9 {
  padding-top: 42.85%;
}

.ratio-box._150 {
  padding-top: 150%;
}

.grid-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.text-mini {
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container_footer {
  width: 100%;
  max-width: 1200px;
}

.footer_link {
  display: block;
  color: #111;
  font-size: 0.7em;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer_link:hover {
  color: #666;
}

.c_grey {
  color: #666;
}

.heading3 {
  color: #000;
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
}

.image-02 {
  background-image: url('../images/Bottega-landscape6-1455x970.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social {
  margin-right: 10px;
  font-family: 'Icons webfont', sans-serif;
  color: #111;
  font-size: 20px;
  line-height: 25px;
}

.social:hover {
  color: #666;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-width: 200px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: #111;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #111;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  border-color: #fff;
  color: #fff;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.content-vertical-500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.text-4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.text-20 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.text-20 {
  font-size: 1.5em;
}

.section-100 {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.section-100._110vh {
  display: block;
  height: 110vh;
  -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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.section-100._70vh {
  display: block;
  height: 70vh;
  -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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.inner-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/home.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-hero-section._01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/05_1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/05_1.jpg');
}

.inner-hero-section._02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/03_1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/03_1.jpg');
}

.inner-hero-section._03 {
  background-image: url('../images/04_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading1-60 {
  color: #e5cec3;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
}

.text-3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.grid_footer {
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-1-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: -0.02px;
}

.text-0-8 {
  font-size: 0.8em;
  font-weight: 600;
}

.text-0-8.light {
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}

.text-0-8.lighter {
  font-weight: 400;
}

.brand {
  margin-right: 20px;
}

.logo {
  width: 100px;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav_menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-transform: uppercase;
}

.container_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 0.8em;
  font-weight: 600;
}

.nav-link.w--current {
  color: #0f0f0f;
}

.navigation-menu {
  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;
}

.footer_no_link {
  display: block;
  color: #111;
  font-size: 0.7em;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wrap_image {
  overflow: hidden;
  width: 100%;
}

.section_4vh {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 4vh;
  padding-bottom: 4vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.projects_wrap {
  width: 36vw;
}

.image {
  width: 100%;
}

.container_projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  margin-bottom: 50px;
}

.container_projects.right_align {
  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;
}

.container_projects.middle_align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 400px;
  height: 400px;
  margin-top: 0px;
  margin-left: -100px;
  background-image: url('../images/shapes-02.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.triangle {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 200px;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 0px;
  background-image: url('../images/shapes-01.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_black {
  background-color: #111;
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.square {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 400px;
  height: 400px;
  margin-right: -100px;
  margin-bottom: 0px;
  background-image: url('../images/shapes-03.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.triangle_02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 400px;
  height: 400px;
  margin-top: 0px;
  margin-left: -100px;
  background-image: url('../images/shapes-01.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.colour {
  background-color: #ffcfcf;
}

.clipped {
  background-image: linear-gradient(143deg, #c56118, #c3be30 33%, #246177 61%, #831b54);
   -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}


.clipped.text-4 {
  background-image: linear-gradient(143deg, #fff5ee, #ffcfcf 33%, #dfd 61%, #b2ffec);
}

.staff {
  width: 100%;
  max-width: 200px;
}

.grid_people {
  margin-top: 100px;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.grid_people.left {
  text-align: left;
}

.line {
  height: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff5ee), color-stop(34%, #ffcfcf), color-stop(77%, #dfd), to(#b2ffec));
  background-image: linear-gradient(90deg, #fff5ee, #ffcfcf 34%, #dfd 77%, #b2ffec);
}

.line._200 {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.staff_border {
  display: inline-block;
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff5ee), color-stop(34%, #ffcfcf), color-stop(77%, #dfd), to(#b2ffec));
  background-image: linear-gradient(90deg, #fff5ee, #ffcfcf 34%, #dfd 77%, #b2ffec);
}

.vert_horz {
  text-align: center;
}

.block__hair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text_span {
  font-weight: 500;
}

.contact_container {
  position: static;
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact_wrap {
  position: relative;
  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;
}

.appoint {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 1%;
  z-index: 99;
  width: 100%;
  max-width: 200px;
}

.projects_wrap_load {
  width: 36vw;
}

.load_wrap {
  width: 36vw;
}

html.w-mod-js *[data-ix="scroll"] {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="image"] {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5em;
  }

  h2 {
    font-size: 3em;
  }

  h4 {
    font-size: 2em;
  }

  h5 {
    font-size: 1.5em;
  }

  .container {
    max-width: none;
  }

  .container_footer {
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading3 {
    font-size: 54px;
  }

  .text-4 {
    font-size: 3.5em;
  }

  .inner-hero-section {
    padding-right: 30px;
    padding-left: 30px;
    background-position: 66% 50%;
  }

  .heading1-60 {
    font-size: 50px;
  }

  .text-3 {
    font-size: 2.5em;
  }

  .grid_footer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .brand {
    margin-right: 10px;
    padding: 0px;
  }

  .navigation_button_wrap {
    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;
  }

  .nav_menu {
    position: absolute;
    top: 80px;
    height: auto;
    background-color: #111;
  }

  .menu_button {
    margin-left: 14px;
    color: #111;
  }

  .menu_button.w--open {
    background-color: transparent;
  }

  .container_nav {
    position: relative;
    min-height: auto;
  }

  .nav-link {
    width: 100%;
    color: #fff;
  }

  .nav-link:hover {
    color: #ffcfcf;
  }

  .nav-link.w--current {
    color: #ffcfcf;
  }

  .navigation-menu {
    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;
  }

  .section_4vh {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }

  .projects_wrap {
    width: 45vw;
  }

  .container_projects {
    width: 100%;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .circle {
    width: 200px;
    height: 200px;
    margin-left: -50px;
  }

  .triangle {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }

  .heading {
    font-size: 2.5em;
  }

  .square {
    width: 200px;
    height: 200px;
    margin-right: -50px;
  }

  .triangle_02 {
    width: 200px;
    height: 200px;
    margin-left: -50px;
  }

  .block__hair {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .appoint {
    max-width: 150px;
    margin-left: -75px;
  }

  .projects_wrap_load {
    width: 45vw;
  }

  .load_wrap {
    width: 45vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.5em;
  }

  h4 {
    font-size: 1.5em;
  }

  .size-detail {
    margin-top: 5px;
  }

  .block-detail {
    -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;
  }

  .footer_block {
    width: 50%;
    margin-top: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .text-4 {
    font-size: 3em;
  }

  .text-20.margin-bottom-30 {
    font-size: 18px;
    line-height: 28px;
  }

  .inner-hero-section {
    background-position: 63% 50%;
  }

  .heading1-60 {
    font-size: 40px;
  }

  .grid_footer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .navigation-menu {
    width: 100%;
  }

  .section_4vh {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .projects_wrap {
    width: 55vw;
  }

  .circle {
    width: 100px;
    height: 100px;
    margin-left: 50px;
  }

  .triangle {
    margin-right: 50px;
  }

  .heading {
    font-size: 2em;
  }

  .square {
    width: 100px;
    height: 100px;
    margin-right: 50px;
  }

  .triangle_02 {
    width: 100px;
    height: 100px;
    margin-left: 50px;
  }

  .grid_people {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .projects_wrap_load {
    width: 55vw;
  }

  .load_wrap {
    width: 55vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  .ratio-box.hide-478px {
    display: none;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer_block {
    margin-top: 0px;
  }

  .heading3 {
    font-size: 43px;
  }

  .text-4 {
    font-size: 2.5em;
  }

  .text-20.margin-bottom-30 {
    font-size: 16px;
    line-height: 26px;
  }

  .section-100 {
    width: auto;
    height: auto;
  }

  .inner-hero-section {
    background-position: 52.5% 50%;
    background-size: cover;
  }

  .grid_footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .projects_wrap {
    width: 60vw;
  }

  .projects_wrap_load {
    width: 60vw;
  }

  .load_wrap {
    width: 60vw;
  }
}

#w-node-cd178f104f9c-0afdd851 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd178f104fa8-0afdd851 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd178f104fb4-0afdd851 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd178f104fc0-0afdd851 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd178f104fcc-0afdd851 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd178f104fd8-0afdd851 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cd178f104fe4-0afdd851 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-cd178f104f9c-0afdd851 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cd178f104fa8-0afdd851 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cd178f104fb4-0afdd851 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cd178f104fc0-0afdd851 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cd178f104fcc-0afdd851 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cd178f104fd8-0afdd851 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cd178f104fe4-0afdd851 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Icons webfont';
  src: url('../fonts/icons-regular-webfont.woff2') format('woff2'), url('../fonts/icons-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}</pre></body></html>