:root {
  --font_primary: "Urbanist", sans-serif;
  --color_primary: #292d28;
  --color_secondary: #a2bc9b;
  --color_tertiary: #90a78a;
  --color_white: #ffffff;
  --color_black: #383e37;
  --container_width: 100%;
  --container_left_space: calc((100% - var(--container_width)) / 2);
  --transition: ease all 300ms; }
  @media (min-width: 768px) and (max-width: 991px) {
    :root {
      --container_width: 750px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    :root {
      --container_width: 970px; } }
  @media (min-width: 1200px) {
    :root {
      --container_width: 1170px; } }

/* latin-ext */
@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/urbanist/v17/L0x4DF02iFML4hGCyMqgXSFsjkK3.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/urbanist/v17/L0x4DF02iFML4hGCyMqgXS9sjg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/urbanist/v17/L0x-DF02iFML4hGCyMqrbS10ig.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/urbanist/v17/L0x-DF02iFML4hGCyMqlbS0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
.text_xxxl {
  font-size: 90px;
  line-height: 108px;
  font-weight: 500;
  font-family: var(--font_primary); }

.text_xxl {
  font-size: 54px;
  line-height: 60px;
  font-weight: 500;
  font-family: var(--font_primary); }
  @media screen and (max-width: 767px) {
    .text_xxl {
      font-size: 36px;
      line-height: 40px; } }

.text_xl {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  font-family: var(--font_primary); }

.text_lg {
  font-size: 36px;
  line-height: 43px;
  font-weight: 500;
  font-family: var(--font_primary); }
  @media screen and (max-width: 767px) {
    .text_lg {
      font-size: 28px; } }

.text_md {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: var(--font_primary); }
  @media screen and (max-width: 767px) {
    .text_md {
      font-size: 22px;
      line-height: 24px; } }

.text_reg {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-family: var(--font_primary); }

.text_xs {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: var(--font_primary); }

.text_xxs {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: var(--font_primary); }

.font_primary {
  font-family: var(--font_primary); }

.color_primary {
  color: var(--color_primary); }

.color_secondary {
  color: var(--color_secondary); }

.color_tertiary {
  color: var(--color_tertiary); }

.color_white {
  color: var(--color_white); }

.color_black {
  color: var(--color_black); }

.text_300 {
  font-weight: 300; }

.text_400 {
  font-weight: 400; }

.text_500 {
  font-weight: 500; }

.text_600 {
  font-weight: 600; }

.text_700 {
  font-weight: 700; }

.text_800 {
  font-weight: 800; }

.text_900 {
  font-weight: 900; }

body {
  margin: 0;
  color: var(--color_primary); }
  body p {
    margin: 0; }

* {
  box-sizing: border-box; }

div,
section {
  display: block; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: var(--color_primary); }

::-webkit-scrollbar-track {
  border-radius: 50px; }

::-webkit-scrollbar-thumb {
  background: var(--color_tertiary);
  border-radius: 50px; }

.container-fluid, .container {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

.container {
  margin: auto; }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.hidden {
  display: none !important; }

.hidden_lg {
  display: block; }
  @media (max-width: 1199px) {
    .hidden_lg {
      display: none !important; } }

.visible_lg {
  display: none; }
  @media (max-width: 1199px) {
    .visible_lg {
      display: block !important; } }

.hidden_xs {
  display: inline; }
  @media (max-width: 767px) {
    .hidden_xs {
      display: none !important; } }

.hidden_md {
  display: block; }
  @media (max-width: 991px) {
    .hidden_md {
      display: none !important; } }

.hidden_sm {
  display: block; }
  @media only screen and (min-width: 767px) and (max-width: 1024px) {
    .hidden_sm {
      display: none !important; } }

.visible_xs {
  display: block; }
  @media (min-width: 767px) {
    .visible_xs {
      display: none !important; } }

.opacity_08 {
  opacity: 0.8; }

.overflow_hidden {
  overflow: hidden; }

.text_uppercase {
  text-transform: uppercase; }

.width_100 {
  width: 100%; }

.text_center {
  text-align: center; }

@media (max-width: 767px) {
  .m_text_center {
    text-align: center; } }
.btn {
  background-color: transparent;
  outline: none;
  border: none;
  position: relative;
  padding: 0;
  cursor: pointer; }
  .btn.primary_btn {
    color: var(--color_primary);
    padding: 0 0 4px;
    transition: all 0.3s ease; }
    .btn.primary_btn::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: var(--color_primary); }
    .btn.primary_btn:hover {
      color: var(--color_tertiary); }
      .btn.primary_btn:hover::after {
        background-color: var(--color_tertiary); }
  .btn.secondary {
    color: var(--color_secondary); }
    .btn.secondary::after {
      background-color: var(--color_secondary); }
    .btn.secondary:hover {
      color: var(--color_white); }
      .btn.secondary:hover::after {
        background-color: var(--color_white); }

.tag {
  background-color: var(--color_tertiary);
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
  opacity: 0.8; }

.d_f {
  display: flex; }

.f_w {
  display: flex;
  flex-wrap: wrap; }

.f_w_j {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.f_w_a_j_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.f_j {
  display: flex;
  justify-content: space-between; }

.f_w_se {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

.f_w_a {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.f_r_aj_between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.f_r_aj_center {
  display: flex;
  align-items: center;
  justify-content: center; }

.f_r_a_center {
  display: flex;
  align-items: center; }

.a_center {
  align-items: center; }

.f_r_j_center {
  display: flex;
  justify-content: center; }

.f_c_aj_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.f_c_a_center {
  display: flex;
  flex-direction: column;
  align-items: center; }

.f_c_j_center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.a_c_space_evenly {
  align-content: space-evenly; }

.j_c_center {
  justify-content: center; }

.f_d_c {
  flex-direction: column; }

.m_0_auto {
  margin: 0 auto; }

.m_tb_0 {
  margin: 0; }

.m_b_5 {
  margin: 0 0 5px; }

.m_t_5 {
  margin: 5px 0 0; }

.m_tb_5 {
  margin: 5px 0; }

.m_b_10 {
  margin: 0 0 10px; }

.m_t_10 {
  margin: 10px 0 0; }

.m_tb_10 {
  margin: 10px 0; }

.m_b_15 {
  margin: 0 0 15px; }

.m_t_15 {
  margin: 15px 0 0; }

.m_tb_15 {
  margin: 15px 0; }

.m_b_20 {
  margin: 0 0 20px; }

.m_t_20 {
  margin: 20px 0 0; }

.m_tb_20 {
  margin: 20px 0; }

.m_b_30 {
  margin: 0 0 30px; }

.m_t_30 {
  margin: 30px 0 0; }

.m_tb_30 {
  margin: 30px 0; }

.m_b_40 {
  margin: 0 0 40px; }

.m_t_40 {
  margin: 40px 0 0; }

.m_tb_40 {
  margin: 40px 0; }

.m_b_80 {
  margin: 0 0 80px; }
  @media only screen and (max-width: 767px) {
    .m_b_80 {
      margin: 0 0 60px; } }

.m_t_80 {
  margin: 80px 0 0; }
  @media only screen and (max-width: 767px) {
    .m_t_80 {
      margin: 60px 0 0; } }

.m_tb_80 {
  margin: 80px 0; }
  @media only screen and (max-width: 767px) {
    .m_tb_80 {
      margin: 60px 0; } }

.m_b_100 {
  margin: 0 0 100px; }
  @media only screen and (max-width: 767px) {
    .m_b_100 {
      margin: 0 0 80px; } }

.m_t_100 {
  margin: 100px 0 0; }
  @media only screen and (max-width: 767px) {
    .m_t_100 {
      margin: 80px 0 0; } }

.m_tb_100 {
  margin: 100px 0; }
  @media only screen and (max-width: 767px) {
    .m_tb_100 {
      margin: 80px 0; } }

.p_t {
  padding-top: 20px; }

.pt_10 {
  padding-top: 10px; }

.pb_10 {
  padding-bottom: 10px; }

.ptb_10 {
  padding: 10px 0; }

.pt_20 {
  padding-top: 20px; }
  @media only screen and (max-width: 767px) {
    .pt_20 {
      padding-top: 10px; } }

.pb_20 {
  padding-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .pb_20 {
      padding-bottom: 10px; } }

.pt_15 {
  padding-top: 15px; }

.pb_15 {
  padding-bottom: 15px; }

.ptb_20 {
  padding: 20px 0; }
  @media only screen and (max-width: 767px) {
    .ptb_20 {
      padding: 10px 0px; } }

.pt_30 {
  padding-top: 30px; }

.pb_30 {
  padding-bottom: 30px; }

.ptb_30 {
  padding: 30px 0; }

.pt_40 {
  padding-top: 40px; }

.pb_40 {
  padding-bottom: 40px; }

.ptb_40 {
  padding: 40px 0; }

.pt_50 {
  padding-top: 50px; }

.pb_50 {
  padding-bottom: 50px; }

.ptb_50 {
  padding: 50px 0; }

.ptb_60 {
  padding: 60px 0; }

@media only screen and (max-width: 767px) {
  .ptb_60 {
    padding: 40px 0; } }
.pt_60 {
  padding-top: 60px; }

@media only screen and (max-width: 767px) {
  .pt_60 {
    padding-top: 40px; } }
.pb_60 {
  padding-bottom: 60px; }

@media only screen and (max-width: 767px) {
  .pb_60 {
    padding-bottom: 40px; } }
.ptb_80 {
  padding: 80px 0; }

@media only screen and (max-width: 1199px) {
  .ptb_80 {
    padding: 60px 0; } }
.pt_80 {
  padding-top: 80px; }

@media only screen and (max-width: 1199px) {
  .pt_80 {
    padding-top: 60px; } }
.pb_80 {
  padding-bottom: 80px; }

@media only screen and (max-width: 1199px) {
  .pb_80 {
    padding-bottom: 60px; } }
.ptb_100 {
  padding: 100px 0; }

@media only screen and (max-width: 1199px) {
  .ptb_100 {
    padding: 60px 0; } }
.pt_100 {
  padding-top: 100px; }

@media only screen and (max-width: 1199px) {
  .pt_100 {
    padding-top: 60px; } }
.pb_100 {
  padding-bottom: 100px; }

@media only screen and (max-width: 1199px) {
  .pb_100 {
    padding-bottom: 60px; } }


/*# sourceMappingURL=base.css.map */
.wpcf7-submit {
	font-family:var(--font_primary);
	font-size:16px;
}
.sk-posts-header{
	display:none !important;
}
.sk-post-item{
	display:none !important;
	padding:20px !important;
}
.sk-post-item:nth-child(1){
	display:block !important;
}
.sk-post-item:nth-child(2){
	display:block !important;
}
.sk-post-item:nth-child(3){
	display:block !important;
}
.sk-ww-linkedin-profile-post .sk-post-header{
	display:none !important;
}
.sk-ww-linkedin-profile-post .sk-post-body{
	flex-direction:column-reverse !important;
}
.sk-ww-linkedin-profile-post .sk-post-media{
	margin-top:0 !important;
}
.sk-ww-linkedin-profile-post .sk-post-body{
	margin-top:0 !important;
}
.sk-ww-linkedin-profile-post .sk-post-media.--image .sk-post-image-wrapper img{
	max-height:170px !important;
	border-radius:4px !important;
}
.sk-ww-linkedin-profile-post .sk-post-media.--iframe{
	max-height:170px !important;
	border-radius:4px !important;
}
.sk-ww-linkedin-profile-post .sk-post-media.--iframe iframe{
	max-height:170px !important;
	border-radius:4px !important;
}
.sk-ww-linkedin-profile-post .sk-posts-body{
	margin-top:0 !important;
}
.sk-ww-linkedin-profile-post .sk-posts-masonry{
	margin-top:0 !important;
}
.sk-ww-linkedin-profile-post .sk-post-body-short{
	max-height:180px !important;
}