.cxdocument–Body–body {
  font-family: Ubuntu, sans-serif;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}


.cxcomponents–Logo–logoClass–b {
  position: absolute;
  width: 32px;
  height: 100%;
  top: 0;
}


.cxcomponents–Logo–typoClass–c {
  position: absolute;
  width: 242px;
  height: 100%;
  top: 0;
}

@media (max-width: 575px) {
  .cxcomponents–Logo–typoClass–c {
    display: none !important;
  }
}


.cxsections–NavigationMenu–linkStyle–d {
  font-size: 15px;
}

.cxsections–NavigationMenu–linkStyle–d a {
  text-decoration: none;
  color: #CCCCCC;
  transition: opacity 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.cxsections–NavigationMenu–linkStyle–d a:hover {
  transition: all 0.05s ease-in-out;
  color: #CCCCCC;
  background-color: rgba(235, 59, 59, 0.08);
  opacity: 0.7;
}


.cxsections–OurOffice–section–e {
  padding: 50px 0;
  text-align: center;
  background: linear-gradient(180deg, #111111, rgba(0, 0, 0, 0));
}

.cxsections–OurOffice–section–e h2 {
  margin-top: 64px;
}


.cxcomponents–Card–card–f {
  flex: 29%;
  margin: 20px;
}

.cxcomponents–Card–card–f img,
.cxcomponents–Card–card–f p {
  margin: auto;
  width: 100%;
  max-width: 288px;
}

.cxcomponents–Card–card–f h2,
.cxcomponents–Card–card–f h3 {
  margin: revert-layer;
  font-family: Ubuntu, sans-serif;
  font-size: 120%;
}

.cxcomponents–Card–card–f h2 {
  font-weight: 500;
}

.cxcomponents–Card–card–f h3 {
  font-weight: 700;
}


.cxsections–Team–section–g {
  padding: 120px 0 64px 0;
  text-align: center;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  .cxsections–Team–section–g {
    flex-direction: column;
  }
}


.cxsections–Footer–render–h {
  font-size: 15px;
}

.cxsections–Footer–render–h a {
  text-decoration: none;
  color: #CCCCCC;
  transition: opacity 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.cxsections–Footer–render–h a:hover {
  transition: all 0.05s ease-in-out;
  color: #C6828E;
  background-color: rgba(235, 59, 59, 0.08);
  opacity: 0.7;
}

.cxsections–Footer–render–h li {
  padding: 9px 0;
}


.cxsections–Footer–badge–i {
  margin: 0;
}


.cxcomponents–Button–contact–j a {
  background-color: #222222;
  color: #CCCCCC;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Montserrat Bold", Ubuntu, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.1s ease-in-out;
}

.cxcomponents–Button–contact–j a:hover {
  opacity: 0.7;
}

.cxcomponents–Button–contact–j a:active {
  opacity: 0.9;
}


.cxcomponents–Form–style–k {
  max-width: 500px;
  background-color: rgba(66, 53, 0, 0.0699999999999999928);
}

.cxcomponents–Form–style–k label {
  display: none;
}

.cxcomponents–Form–style–k input,
.cxcomponents–Form–style–k textarea {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
  font-size: small;
  text-align: left;
  width: 94%;
  padding: 3%;
}

.cxcomponents–Form–style–k ::placeholder {
  opacity: 0.5;
}

.cxcomponents–Form–style–k input:hover::placeholder,
.cxcomponents–Form–style–k textarea:hover::placeholder {
  opacity: 0.7;
}

.cxcomponents–Form–style–k input:focus,
.cxcomponents–Form–style–k textarea:focus {
  outline: none;
}

.cxcomponents–Form–style–k input[type=submit] {
  background: #CCCCCC;
  margin: 3% auto;
  text-align: center;
  width: 50%;
}


.cxcomponents–Form–styleLine1–l {
  float: left;
  width: 44% !important;
  padding: 3%;
}


.cxsections–ContactUs–section–m {
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.cxsections–ContactUs–section–m div {
  flex: 30%;
}

.cxsections–ContactUs–section–m form {
  flex: 70%;
}


.cxsections–SimpleSection–sectionBlack–n {
  background-color: #332222;
  color: #CCCCCC;
}


.cxsections–SimpleSection–sectionWhite–o {
  background-color: #CCCCCC;
  color: #473B08;
}


.cxsections–SimpleSection–section–p {
  text-align: center;
}

.cxsections–SimpleSection–section–p h2 {
  margin-top: 0px;
}

.cxsections–SimpleSection–section–p p {
  font-size: x-large;
}