.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-bf1996e7-9078-49f4-9516-cb9fe6085d06 {
  margin-left: auto;
margin-right: auto;
min-height: 600px;
max-width: 2000px;
}
@media (max-width: 767px){#s-bf1996e7-9078-49f4-9516-cb9fe6085d06 {
  display: none;
}
#s-bf1996e7-9078-49f4-9516-cb9fe6085d06, #wrap-s-bf1996e7-9078-49f4-9516-cb9fe6085d06 { display:none !important; }}







#s-bf1996e7-9078-49f4-9516-cb9fe6085d06 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-bf1996e7-9078-49f4-9516-cb9fe6085d06.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-0cc82fc5-af3d-4c6b-a152-be3813e4adc7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 2000px;
}
@media (max-width: 767px){#s-0cc82fc5-af3d-4c6b-a152-be3813e4adc7 {
  
}
}







#s-0cc82fc5-af3d-4c6b-a152-be3813e4adc7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-0cc82fc5-af3d-4c6b-a152-be3813e4adc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2162f842-4ac9-410e-a796-f6d4ee27772b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}

#s-2162f842-4ac9-410e-a796-f6d4ee27772b {
  background-image: url(https://i.shgcdn.com/8ad4eb87-6cbe-40e8-a9ba-a0114cfdd2d9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2162f842-4ac9-410e-a796-f6d4ee27772b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2162f842-4ac9-410e-a796-f6d4ee27772b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-e512697b-70f7-491f-90d3-0ac3cad908d9 {
  box-shadow:0px 0px 0px 0px rgba(78, 77, 77, 1);
margin-left: 2%;
margin-right: 2%;
}
@media (max-width: 767px){#s-e512697b-70f7-491f-90d3-0ac3cad908d9 {
  
}
}
#s-eb7d9385-ab8e-4577-b464-cfc7cb1d075b {
  margin-left: auto;
margin-right: auto;
min-height: 450px;
max-width: 800px;
}
@media (min-width: 1200px){#s-eb7d9385-ab8e-4577-b464-cfc7cb1d075b {
  display: none;
}
#s-eb7d9385-ab8e-4577-b464-cfc7cb1d075b, #wrap-s-eb7d9385-ab8e-4577-b464-cfc7cb1d075b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb7d9385-ab8e-4577-b464-cfc7cb1d075b {
  display: none;
}
#s-eb7d9385-ab8e-4577-b464-cfc7cb1d075b, #wrap-s-eb7d9385-ab8e-4577-b464-cfc7cb1d075b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb7d9385-ab8e-4577-b464-cfc7cb1d075b {
  display: none;
}
#s-eb7d9385-ab8e-4577-b464-cfc7cb1d075b, #wrap-s-eb7d9385-ab8e-4577-b464-cfc7cb1d075b { display:none !important; }}@media (max-width: 767px){#s-eb7d9385-ab8e-4577-b464-cfc7cb1d075b {
  
}
}







#s-eb7d9385-ab8e-4577-b464-cfc7cb1d075b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-eb7d9385-ab8e-4577-b464-cfc7cb1d075b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6a6ddf97-9167-45d4-84d4-92570e033b3d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 2000px;
}
@media (max-width: 767px){#s-6a6ddf97-9167-45d4-84d4-92570e033b3d {
  
}
}







#s-6a6ddf97-9167-45d4-84d4-92570e033b3d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-6a6ddf97-9167-45d4-84d4-92570e033b3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9a6e335-b7ea-4bbb-b6d2-2082ecb5a56b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center top;
}

#s-c9a6e335-b7ea-4bbb-b6d2-2082ecb5a56b {
  background-image: url(https://i.shgcdn.com/8ad4eb87-6cbe-40e8-a9ba-a0114cfdd2d9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c9a6e335-b7ea-4bbb-b6d2-2082ecb5a56b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9a6e335-b7ea-4bbb-b6d2-2082ecb5a56b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68bed9f5-361e-4525-96b7-da3362739cf4 {
  box-shadow:0px 0px 0px 0px rgba(78, 77, 77, 1);
margin-left: 2%;
margin-right: 2%;
}
@media (max-width: 767px){#s-68bed9f5-361e-4525-96b7-da3362739cf4 {
  
}
}
#s-166dda78-3963-4cac-8b47-c0e21daaad0a {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-166dda78-3963-4cac-8b47-c0e21daaad0a {
  display: none;
}
#s-166dda78-3963-4cac-8b47-c0e21daaad0a, #wrap-s-166dda78-3963-4cac-8b47-c0e21daaad0a { display:none !important; }}







#s-166dda78-3963-4cac-8b47-c0e21daaad0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-166dda78-3963-4cac-8b47-c0e21daaad0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7358fc8-6a82-4bdd-8255-f399365b94e0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-b7358fc8-6a82-4bdd-8255-f399365b94e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7358fc8-6a82-4bdd-8255-f399365b94e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b2e1d60-69b1-4588-a5e5-62e5b91d358d {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b2e1d60-69b1-4588-a5e5-62e5b91d358d {
  display: none;
}
#s-3b2e1d60-69b1-4588-a5e5-62e5b91d358d, #wrap-s-3b2e1d60-69b1-4588-a5e5-62e5b91d358d { display:none !important; }}@media (max-width: 767px){#s-3b2e1d60-69b1-4588-a5e5-62e5b91d358d {
  margin-bottom: 50px;
display: none;
}
#s-3b2e1d60-69b1-4588-a5e5-62e5b91d358d, #wrap-s-3b2e1d60-69b1-4588-a5e5-62e5b91d358d { display:none !important; }}







#s-3b2e1d60-69b1-4588-a5e5-62e5b91d358d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b2e1d60-69b1-4588-a5e5-62e5b91d358d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-a3168b7b-d8ed-4f57-9e71-543eb4f2a9b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3168b7b-d8ed-4f57-9e71-543eb4f2a9b6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  font-size: 45px;
  line-height: 0.5em;
  letter-spacing: 2px;
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-8d43e1ce-f066-408c-831a-1b17021ee4c7 {
  margin-left: 48%;
margin-bottom: 0px;
margin-right: 48%;
}
@media (max-width: 767px){#s-8d43e1ce-f066-408c-831a-1b17021ee4c7 {
  margin-left: 45%;
margin-right: 45%;
}
}
#s-8d43e1ce-f066-408c-831a-1b17021ee4c7 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-c0f42337-236a-4e8f-bfe6-4dc22e7be0b3 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-df99cda8-8864-481f-89c6-e5d5e61d85a9 {
  border-style: solid;
margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-df99cda8-8864-481f-89c6-e5d5e61d85a9:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-df99cda8-8864-481f-89c6-e5d5e61d85a9:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(52, 56, 64, 1) !important;
border-radius: 3px !important;
background-color: rgba(52, 56, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-df99cda8-8864-481f-89c6-e5d5e61d85a9-root {
    text-align: center;
  }


#s-df99cda8-8864-481f-89c6-e5d5e61d85a9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-df99cda8-8864-481f-89c6-e5d5e61d85a9-root {
    text-align: center;
  }


#s-df99cda8-8864-481f-89c6-e5d5e61d85a9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df99cda8-8864-481f-89c6-e5d5e61d85a9-root {
    text-align: center;
  }


#s-df99cda8-8864-481f-89c6-e5d5e61d85a9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df99cda8-8864-481f-89c6-e5d5e61d85a9-root {
    text-align: center;
  }


#s-df99cda8-8864-481f-89c6-e5d5e61d85a9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-df99cda8-8864-481f-89c6-e5d5e61d85a9-root {
    text-align: center;
  }


#s-df99cda8-8864-481f-89c6-e5d5e61d85a9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}
  #s-df99cda8-8864-481f-89c6-e5d5e61d85a9-root {
    text-align: center;
  }


#s-df99cda8-8864-481f-89c6-e5d5e61d85a9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}

#s-483bad32-b375-41d6-8c78-4316fa710c76 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-483bad32-b375-41d6-8c78-4316fa710c76 {
  display: none;
}
#s-483bad32-b375-41d6-8c78-4316fa710c76, #wrap-s-483bad32-b375-41d6-8c78-4316fa710c76 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-483bad32-b375-41d6-8c78-4316fa710c76 {
  display: none;
}
#s-483bad32-b375-41d6-8c78-4316fa710c76, #wrap-s-483bad32-b375-41d6-8c78-4316fa710c76 { display:none !important; }}@media (max-width: 767px){#s-483bad32-b375-41d6-8c78-4316fa710c76 {
  margin-top: 50px;
margin-bottom: 0px;
}
}







#s-483bad32-b375-41d6-8c78-4316fa710c76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-483bad32-b375-41d6-8c78-4316fa710c76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aae161cd-952c-4255-b214-45a5e23419d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aae161cd-952c-4255-b214-45a5e23419d4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: 0.9px;
  
}



#s-93807097-5464-4340-9e57-8e5c7c6e246f {
  margin-left: 48%;
margin-bottom: 0px;
margin-right: 48%;
}
@media (max-width: 767px){#s-93807097-5464-4340-9e57-8e5c7c6e246f {
  margin-left: 45%;
margin-right: 45%;
}
}
#s-93807097-5464-4340-9e57-8e5c7c6e246f hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-a515b3b7-b6ed-42b8-9dcb-3bad4295dfb7 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-80d6cef2-002e-4e63-90f3-8b61a6a402c1 {
  margin-top: 0px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-80d6cef2-002e-4e63-90f3-8b61a6a402c1 {
  
}
}
#s-4994e5e7-64cb-41c5-8e04-0d82f89e65ce {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4994e5e7-64cb-41c5-8e04-0d82f89e65ce {
  display: none;
}
#s-4994e5e7-64cb-41c5-8e04-0d82f89e65ce, #wrap-s-4994e5e7-64cb-41c5-8e04-0d82f89e65ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4994e5e7-64cb-41c5-8e04-0d82f89e65ce {
  display: none;
}
#s-4994e5e7-64cb-41c5-8e04-0d82f89e65ce, #wrap-s-4994e5e7-64cb-41c5-8e04-0d82f89e65ce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4994e5e7-64cb-41c5-8e04-0d82f89e65ce {
  display: none;
}
#s-4994e5e7-64cb-41c5-8e04-0d82f89e65ce, #wrap-s-4994e5e7-64cb-41c5-8e04-0d82f89e65ce { display:none !important; }}@media (max-width: 767px){#s-4994e5e7-64cb-41c5-8e04-0d82f89e65ce {
  
}
}







#s-4994e5e7-64cb-41c5-8e04-0d82f89e65ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4994e5e7-64cb-41c5-8e04-0d82f89e65ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fcfa044-eae0-4cf6-82b7-e825120c772e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-9fcfa044-eae0-4cf6-82b7-e825120c772e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fcfa044-eae0-4cf6-82b7-e825120c772e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c0daf72-f037-4daf-9359-005be00953ab {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c0daf72-f037-4daf-9359-005be00953ab {
  display: none;
}
#s-0c0daf72-f037-4daf-9359-005be00953ab, #wrap-s-0c0daf72-f037-4daf-9359-005be00953ab { display:none !important; }}@media (max-width: 767px){#s-0c0daf72-f037-4daf-9359-005be00953ab {
  margin-bottom: 50px;
display: none;
}
#s-0c0daf72-f037-4daf-9359-005be00953ab, #wrap-s-0c0daf72-f037-4daf-9359-005be00953ab { display:none !important; }}







#s-0c0daf72-f037-4daf-9359-005be00953ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c0daf72-f037-4daf-9359-005be00953ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc013688-fe81-44c2-ac8f-6c4c1cd7d6ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc013688-fe81-44c2-ac8f-6c4c1cd7d6ae .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  font-size: 45px;
  line-height: 0.5em;
  letter-spacing: 2px;
  
}



#s-d081bec1-a36e-4552-8ed6-2e3880e45f95 {
  margin-left: 48%;
margin-bottom: 0px;
margin-right: 48%;
}
@media (max-width: 767px){#s-d081bec1-a36e-4552-8ed6-2e3880e45f95 {
  margin-left: 45%;
margin-right: 45%;
}
}
#s-d081bec1-a36e-4552-8ed6-2e3880e45f95 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-37f0e320-a7b9-40ab-a17d-3746080a5d2f {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-4b376ebc-dce9-4328-b76d-8255818f745d {
  border-style: solid;
margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4b376ebc-dce9-4328-b76d-8255818f745d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4b376ebc-dce9-4328-b76d-8255818f745d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(52, 56, 64, 1) !important;
border-radius: 3px !important;
background-color: rgba(52, 56, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4b376ebc-dce9-4328-b76d-8255818f745d-root {
    text-align: center;
  }


#s-4b376ebc-dce9-4328-b76d-8255818f745d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b376ebc-dce9-4328-b76d-8255818f745d-root {
    text-align: center;
  }


#s-4b376ebc-dce9-4328-b76d-8255818f745d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b376ebc-dce9-4328-b76d-8255818f745d-root {
    text-align: center;
  }


#s-4b376ebc-dce9-4328-b76d-8255818f745d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b376ebc-dce9-4328-b76d-8255818f745d-root {
    text-align: center;
  }


#s-4b376ebc-dce9-4328-b76d-8255818f745d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b376ebc-dce9-4328-b76d-8255818f745d-root {
    text-align: center;
  }


#s-4b376ebc-dce9-4328-b76d-8255818f745d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}
  #s-4b376ebc-dce9-4328-b76d-8255818f745d-root {
    text-align: center;
  }


#s-4b376ebc-dce9-4328-b76d-8255818f745d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}

#s-6fba4d4f-abf0-4ae6-a5a3-2797de4ab77e {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-6fba4d4f-abf0-4ae6-a5a3-2797de4ab77e {
  display: none;
}
#s-6fba4d4f-abf0-4ae6-a5a3-2797de4ab77e, #wrap-s-6fba4d4f-abf0-4ae6-a5a3-2797de4ab77e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6fba4d4f-abf0-4ae6-a5a3-2797de4ab77e {
  display: none;
}
#s-6fba4d4f-abf0-4ae6-a5a3-2797de4ab77e, #wrap-s-6fba4d4f-abf0-4ae6-a5a3-2797de4ab77e { display:none !important; }}@media (max-width: 767px){#s-6fba4d4f-abf0-4ae6-a5a3-2797de4ab77e {
  margin-top: 50px;
margin-bottom: 0px;
}
}







#s-6fba4d4f-abf0-4ae6-a5a3-2797de4ab77e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fba4d4f-abf0-4ae6-a5a3-2797de4ab77e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2b2d707-dfc6-4996-9477-df02e7ad1b69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2b2d707-dfc6-4996-9477-df02e7ad1b69 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  
  
  letter-spacing: 0.9px;
  
}



#s-d1a86b0c-25cc-4be1-a15d-7e9efe77b10b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-4731cba9-3632-49ac-9128-1f7eac1a673a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
color: rgba(52, 56, 64, 1);
background-image: none;
hover-type: color;
}
#s-4731cba9-3632-49ac-9128-1f7eac1a673a:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4731cba9-3632-49ac-9128-1f7eac1a673a:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 3px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4731cba9-3632-49ac-9128-1f7eac1a673a-root {
    text-align: center;
  }


#s-4731cba9-3632-49ac-9128-1f7eac1a673a.shg-btn {
  color: rgba(52, 56, 64, 1);
  font-size: 14px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4731cba9-3632-49ac-9128-1f7eac1a673a-root {
    text-align: center;
  }


#s-4731cba9-3632-49ac-9128-1f7eac1a673a.shg-btn {
  color: rgba(52, 56, 64, 1);
  font-size: 14px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4731cba9-3632-49ac-9128-1f7eac1a673a-root {
    text-align: center;
  }


#s-4731cba9-3632-49ac-9128-1f7eac1a673a.shg-btn {
  color: rgba(52, 56, 64, 1);
  font-size: 14px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4731cba9-3632-49ac-9128-1f7eac1a673a-root {
    text-align: center;
  }


#s-4731cba9-3632-49ac-9128-1f7eac1a673a.shg-btn {
  color: rgba(52, 56, 64, 1);
  font-size: 14px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4731cba9-3632-49ac-9128-1f7eac1a673a-root {
    text-align: center;
  }


#s-4731cba9-3632-49ac-9128-1f7eac1a673a.shg-btn {
  color: rgba(52, 56, 64, 1);
  font-size: 14px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}
  #s-4731cba9-3632-49ac-9128-1f7eac1a673a-root {
    text-align: center;
  }


#s-4731cba9-3632-49ac-9128-1f7eac1a673a.shg-btn {
  color: rgba(52, 56, 64, 1);
  font-size: 14px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}

#s-3cfeb6fe-66a3-4d34-a7df-5298840b5206 {
  margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 2000px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3cfeb6fe-66a3-4d34-a7df-5298840b5206 {
  display: none;
}
#s-3cfeb6fe-66a3-4d34-a7df-5298840b5206, #wrap-s-3cfeb6fe-66a3-4d34-a7df-5298840b5206 { display:none !important; }}







#s-3cfeb6fe-66a3-4d34-a7df-5298840b5206 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cfeb6fe-66a3-4d34-a7df-5298840b5206.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b684859-bffd-48e0-8b72-2715b9a60c5d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b684859-bffd-48e0-8b72-2715b9a60c5d {
  display: none;
}
#s-6b684859-bffd-48e0-8b72-2715b9a60c5d, #wrap-s-6b684859-bffd-48e0-8b72-2715b9a60c5d { display:none !important; }}@media (max-width: 767px){#s-6b684859-bffd-48e0-8b72-2715b9a60c5d {
  display: none;
}
#s-6b684859-bffd-48e0-8b72-2715b9a60c5d, #wrap-s-6b684859-bffd-48e0-8b72-2715b9a60c5d { display:none !important; }}







#s-6b684859-bffd-48e0-8b72-2715b9a60c5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b684859-bffd-48e0-8b72-2715b9a60c5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-f8436fd6-7684-4000-ab03-1bde02a55220 {
  margin-top: 60px;
margin-bottom: 30px;
min-height: 300px;
}
@media (max-width: 767px){#s-f8436fd6-7684-4000-ab03-1bde02a55220 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-f8436fd6-7684-4000-ab03-1bde02a55220"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8436fd6-7684-4000-ab03-1bde02a55220"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8436fd6-7684-4000-ab03-1bde02a55220"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8436fd6-7684-4000-ab03-1bde02a55220"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a95bd348-6fbf-4ea6-9918-8a8c6301ee2d {
  min-height: 550px;
}
@media (max-width: 767px){#s-a95bd348-6fbf-4ea6-9918-8a8c6301ee2d {
  
}
}







#s-a95bd348-6fbf-4ea6-9918-8a8c6301ee2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a95bd348-6fbf-4ea6-9918-8a8c6301ee2d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-05b01ce0-9cfd-4338-8e8f-a872c9e9d9fb {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 800px;
background-position: center bottom;
}
@media (max-width: 767px){#s-05b01ce0-9cfd-4338-8e8f-a872c9e9d9fb {
  
}
}







#s-05b01ce0-9cfd-4338-8e8f-a872c9e9d9fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05b01ce0-9cfd-4338-8e8f-a872c9e9d9fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6aac626e-5ebe-4414-8c67-fd3e926213d0 {
  margin-top: 750px;
margin-left: 3%;
margin-right: 2%;
padding-left: 0%;
max-width: 530px;
}

#s-be8b55f6-7fe6-47b2-9805-6c1c358853af {
  min-height: 550px;
}
@media (max-width: 767px){#s-be8b55f6-7fe6-47b2-9805-6c1c358853af {
  min-height: 200px;
}
}







#s-be8b55f6-7fe6-47b2-9805-6c1c358853af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be8b55f6-7fe6-47b2-9805-6c1c358853af.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-97bdd0d0-3f15-4025-b0e5-0e79d879a839 {
  min-height: 50px;
}








#s-97bdd0d0-3f15-4025-b0e5-0e79d879a839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97bdd0d0-3f15-4025-b0e5-0e79d879a839.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-eae0fe92-8293-40f6-adfb-a6aaf20e355c {
  margin-top: 80px;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
min-height: 520px;
}
@media (max-width: 767px){#s-eae0fe92-8293-40f6-adfb-a6aaf20e355c {
  margin-bottom: -20px;
}
}
#s-eae0fe92-8293-40f6-adfb-a6aaf20e355c .shg-sld-dot {
  background-color: rgba(210, 182, 153, 1);
}

#s-eae0fe92-8293-40f6-adfb-a6aaf20e355c .shg-sld-nav-button.shg-sld-left,
#s-eae0fe92-8293-40f6-adfb-a6aaf20e355c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(210, 182, 153, 1);
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-87804ec7-09d6-4dd7-998b-301257fc61c8 {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-87804ec7-09d6-4dd7-998b-301257fc61c8 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
}
}






  #s-87804ec7-09d6-4dd7-998b-301257fc61c8 img.shogun-image {
    

    
    
    
  }


#s-87804ec7-09d6-4dd7-998b-301257fc61c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-74ca7167-ad61-4d3e-82e9-047ede149d85 {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-74ca7167-ad61-4d3e-82e9-047ede149d85 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
}
}






  #s-74ca7167-ad61-4d3e-82e9-047ede149d85 img.shogun-image {
    

    
    
    
  }


#s-74ca7167-ad61-4d3e-82e9-047ede149d85 .shogun-image-content {
  
    align-items: center;
  
}

#s-654cf75f-fe24-491f-81ce-96f6a6063525 {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-654cf75f-fe24-491f-81ce-96f6a6063525 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
}
}






  #s-654cf75f-fe24-491f-81ce-96f6a6063525 img.shogun-image {
    

    
    
    
  }


#s-654cf75f-fe24-491f-81ce-96f6a6063525 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a67b5ef-8f47-4027-b2cf-dd949a4e09e3 {
  padding-top: 5px;
min-height: 50px;
}








#s-2a67b5ef-8f47-4027-b2cf-dd949a4e09e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a67b5ef-8f47-4027-b2cf-dd949a4e09e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-026bd7d8-0966-4df8-a0ee-c1430c7fb0da {
  padding-left: 10px;
padding-right: 10px;
min-height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-026bd7d8-0966-4df8-a0ee-c1430c7fb0da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-026bd7d8-0966-4df8-a0ee-c1430c7fb0da {
  
}
}@media (max-width: 767px){#s-026bd7d8-0966-4df8-a0ee-c1430c7fb0da {
  display: none;
}
#s-026bd7d8-0966-4df8-a0ee-c1430c7fb0da, #wrap-s-026bd7d8-0966-4df8-a0ee-c1430c7fb0da { display:none !important; }}
#s-60c1fddb-5458-4900-9dee-33b4bb6350fe {
  padding-left: 10px;
padding-right: 10px;
min-height: 280px;
}
@media (min-width: 1200px){#s-60c1fddb-5458-4900-9dee-33b4bb6350fe {
  display: none;
}
#s-60c1fddb-5458-4900-9dee-33b4bb6350fe, #wrap-s-60c1fddb-5458-4900-9dee-33b4bb6350fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60c1fddb-5458-4900-9dee-33b4bb6350fe {
  display: none;
}
#s-60c1fddb-5458-4900-9dee-33b4bb6350fe, #wrap-s-60c1fddb-5458-4900-9dee-33b4bb6350fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60c1fddb-5458-4900-9dee-33b4bb6350fe {
  display: none;
}
#s-60c1fddb-5458-4900-9dee-33b4bb6350fe, #wrap-s-60c1fddb-5458-4900-9dee-33b4bb6350fe { display:none !important; }}@media (max-width: 767px){#s-60c1fddb-5458-4900-9dee-33b4bb6350fe {
  
}
}
#s-3175e784-63a7-41e7-88e5-2eed4c6b468b {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3175e784-63a7-41e7-88e5-2eed4c6b468b {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 50px;
}
}






  #s-3175e784-63a7-41e7-88e5-2eed4c6b468b img.shogun-image {
    

    
    
    
  }


#s-3175e784-63a7-41e7-88e5-2eed4c6b468b .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-de4d4bd9-76f7-457e-adca-e61f183e23dc {
  display: none;
}
#s-de4d4bd9-76f7-457e-adca-e61f183e23dc, #wrap-s-de4d4bd9-76f7-457e-adca-e61f183e23dc { display:none !important; }}
@media (min-width: 1200px){#s-763058a7-d14c-41cc-84e3-263ed5bb7cfb {
  display: none;
}
#s-763058a7-d14c-41cc-84e3-263ed5bb7cfb, #wrap-s-763058a7-d14c-41cc-84e3-263ed5bb7cfb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-763058a7-d14c-41cc-84e3-263ed5bb7cfb {
  display: none;
}
#s-763058a7-d14c-41cc-84e3-263ed5bb7cfb, #wrap-s-763058a7-d14c-41cc-84e3-263ed5bb7cfb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-763058a7-d14c-41cc-84e3-263ed5bb7cfb {
  display: none;
}
#s-763058a7-d14c-41cc-84e3-263ed5bb7cfb, #wrap-s-763058a7-d14c-41cc-84e3-263ed5bb7cfb { display:none !important; }}
#s-3436b551-90cf-4923-abc2-790b6493f8d5 {
  padding-top: 5px;
min-height: 50px;
}








#s-3436b551-90cf-4923-abc2-790b6493f8d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3436b551-90cf-4923-abc2-790b6493f8d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ee2636c-5ecc-4db3-b9f5-97544acb9f0c {
  padding-left: 10px;
padding-right: 10px;
min-height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5ee2636c-5ecc-4db3-b9f5-97544acb9f0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ee2636c-5ecc-4db3-b9f5-97544acb9f0c {
  
}
}@media (max-width: 767px){#s-5ee2636c-5ecc-4db3-b9f5-97544acb9f0c {
  display: none;
}
#s-5ee2636c-5ecc-4db3-b9f5-97544acb9f0c, #wrap-s-5ee2636c-5ecc-4db3-b9f5-97544acb9f0c { display:none !important; }}
#s-a1c53511-e1ae-4257-aae3-66dfe71103d9 {
  padding-left: 10px;
padding-right: 10px;
min-height: 280px;
}
@media (min-width: 1200px){#s-a1c53511-e1ae-4257-aae3-66dfe71103d9 {
  display: none;
}
#s-a1c53511-e1ae-4257-aae3-66dfe71103d9, #wrap-s-a1c53511-e1ae-4257-aae3-66dfe71103d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1c53511-e1ae-4257-aae3-66dfe71103d9 {
  display: none;
}
#s-a1c53511-e1ae-4257-aae3-66dfe71103d9, #wrap-s-a1c53511-e1ae-4257-aae3-66dfe71103d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1c53511-e1ae-4257-aae3-66dfe71103d9 {
  display: none;
}
#s-a1c53511-e1ae-4257-aae3-66dfe71103d9, #wrap-s-a1c53511-e1ae-4257-aae3-66dfe71103d9 { display:none !important; }}@media (max-width: 767px){#s-a1c53511-e1ae-4257-aae3-66dfe71103d9 {
  
}
}
#s-c2ccea48-9f27-4acb-b818-d8d697377bc5 {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c2ccea48-9f27-4acb-b818-d8d697377bc5 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 50px;
}
}






  #s-c2ccea48-9f27-4acb-b818-d8d697377bc5 img.shogun-image {
    

    
    
    
  }


#s-c2ccea48-9f27-4acb-b818-d8d697377bc5 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-d408a9d0-3ce8-4f6a-836e-82aa814f3b4f {
  display: none;
}
#s-d408a9d0-3ce8-4f6a-836e-82aa814f3b4f, #wrap-s-d408a9d0-3ce8-4f6a-836e-82aa814f3b4f { display:none !important; }}
@media (min-width: 1200px){#s-7b565bb1-094d-415b-a22b-8153d9f8fee6 {
  display: none;
}
#s-7b565bb1-094d-415b-a22b-8153d9f8fee6, #wrap-s-7b565bb1-094d-415b-a22b-8153d9f8fee6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b565bb1-094d-415b-a22b-8153d9f8fee6 {
  display: none;
}
#s-7b565bb1-094d-415b-a22b-8153d9f8fee6, #wrap-s-7b565bb1-094d-415b-a22b-8153d9f8fee6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b565bb1-094d-415b-a22b-8153d9f8fee6 {
  display: none;
}
#s-7b565bb1-094d-415b-a22b-8153d9f8fee6, #wrap-s-7b565bb1-094d-415b-a22b-8153d9f8fee6 { display:none !important; }}
#s-a913cb9b-9520-46aa-8cd2-e1ec433f0cfb {
  padding-top: 5px;
min-height: 50px;
}








#s-a913cb9b-9520-46aa-8cd2-e1ec433f0cfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a913cb9b-9520-46aa-8cd2-e1ec433f0cfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2ae431a-70e5-4d69-9fe2-10f0888ff3da {
  padding-left: 10px;
padding-right: 10px;
min-height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c2ae431a-70e5-4d69-9fe2-10f0888ff3da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2ae431a-70e5-4d69-9fe2-10f0888ff3da {
  
}
}@media (max-width: 767px){#s-c2ae431a-70e5-4d69-9fe2-10f0888ff3da {
  display: none;
}
#s-c2ae431a-70e5-4d69-9fe2-10f0888ff3da, #wrap-s-c2ae431a-70e5-4d69-9fe2-10f0888ff3da { display:none !important; }}
#s-c8016725-39ba-4b20-a01f-b81108e959a1 {
  padding-left: 10px;
padding-right: 10px;
min-height: 280px;
}
@media (min-width: 1200px){#s-c8016725-39ba-4b20-a01f-b81108e959a1 {
  display: none;
}
#s-c8016725-39ba-4b20-a01f-b81108e959a1, #wrap-s-c8016725-39ba-4b20-a01f-b81108e959a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8016725-39ba-4b20-a01f-b81108e959a1 {
  display: none;
}
#s-c8016725-39ba-4b20-a01f-b81108e959a1, #wrap-s-c8016725-39ba-4b20-a01f-b81108e959a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8016725-39ba-4b20-a01f-b81108e959a1 {
  display: none;
}
#s-c8016725-39ba-4b20-a01f-b81108e959a1, #wrap-s-c8016725-39ba-4b20-a01f-b81108e959a1 { display:none !important; }}@media (max-width: 767px){#s-c8016725-39ba-4b20-a01f-b81108e959a1 {
  
}
}
#s-ad59f1d1-9bf4-4577-866c-fdc4a7e84b8f {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ad59f1d1-9bf4-4577-866c-fdc4a7e84b8f {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 50px;
}
}






  #s-ad59f1d1-9bf4-4577-866c-fdc4a7e84b8f img.shogun-image {
    

    
    
    
  }


#s-ad59f1d1-9bf4-4577-866c-fdc4a7e84b8f .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-162cffac-4af7-4244-8be5-dc0ad9bf0d8b {
  display: none;
}
#s-162cffac-4af7-4244-8be5-dc0ad9bf0d8b, #wrap-s-162cffac-4af7-4244-8be5-dc0ad9bf0d8b { display:none !important; }}
@media (min-width: 1200px){#s-34e69537-2e15-4da3-b1e8-a638416c6cee {
  display: none;
}
#s-34e69537-2e15-4da3-b1e8-a638416c6cee, #wrap-s-34e69537-2e15-4da3-b1e8-a638416c6cee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34e69537-2e15-4da3-b1e8-a638416c6cee {
  display: none;
}
#s-34e69537-2e15-4da3-b1e8-a638416c6cee, #wrap-s-34e69537-2e15-4da3-b1e8-a638416c6cee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34e69537-2e15-4da3-b1e8-a638416c6cee {
  display: none;
}
#s-34e69537-2e15-4da3-b1e8-a638416c6cee, #wrap-s-34e69537-2e15-4da3-b1e8-a638416c6cee { display:none !important; }}
#s-b54f9191-d04a-41b6-8fcc-eb3fe0cf4458 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b54f9191-d04a-41b6-8fcc-eb3fe0cf4458 {
  display: none;
}
#s-b54f9191-d04a-41b6-8fcc-eb3fe0cf4458, #wrap-s-b54f9191-d04a-41b6-8fcc-eb3fe0cf4458 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b54f9191-d04a-41b6-8fcc-eb3fe0cf4458 {
  display: none;
}
#s-b54f9191-d04a-41b6-8fcc-eb3fe0cf4458, #wrap-s-b54f9191-d04a-41b6-8fcc-eb3fe0cf4458 { display:none !important; }}







#s-b54f9191-d04a-41b6-8fcc-eb3fe0cf4458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b54f9191-d04a-41b6-8fcc-eb3fe0cf4458.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8f68ae6-9089-4af2-b18d-d824e67fe1b2 {
  margin-top: 60px;
margin-bottom: 30px;
min-height: 300px;
}
@media (max-width: 767px){#s-c8f68ae6-9089-4af2-b18d-d824e67fe1b2 {
  margin-bottom: 80px;
}
}
@media (min-width: 0px) {
[id="s-c8f68ae6-9089-4af2-b18d-d824e67fe1b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8f68ae6-9089-4af2-b18d-d824e67fe1b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8f68ae6-9089-4af2-b18d-d824e67fe1b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8f68ae6-9089-4af2-b18d-d824e67fe1b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-80682c31-be80-4398-a278-0d3dfd43c485 {
  min-height: 550px;
}
@media (max-width: 767px){#s-80682c31-be80-4398-a278-0d3dfd43c485 {
  
}
}







#s-80682c31-be80-4398-a278-0d3dfd43c485 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80682c31-be80-4398-a278-0d3dfd43c485.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-072d4800-a035-46b8-b2b3-6b854a0577a3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
background-position: center bottom;
}
@media (max-width: 767px){#s-072d4800-a035-46b8-b2b3-6b854a0577a3 {
  
}
}







#s-072d4800-a035-46b8-b2b3-6b854a0577a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-072d4800-a035-46b8-b2b3-6b854a0577a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-369192a6-5bc5-45bb-9990-9f17e0d3bc49 {
  margin-top: 800px;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
max-width: 350px;
}
@media (max-width: 767px){#s-369192a6-5bc5-45bb-9990-9f17e0d3bc49 {
  margin-top: 500px;
}
}
#s-6c28d42c-60a8-4b22-867b-88481201b715 {
  min-height: 550px;
}
@media (max-width: 767px){#s-6c28d42c-60a8-4b22-867b-88481201b715 {
  min-height: 200px;
}
}







#s-6c28d42c-60a8-4b22-867b-88481201b715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c28d42c-60a8-4b22-867b-88481201b715.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6e1dd5ed-26d0-42d5-b680-72b444e903e9 {
  min-height: 50px;
}








#s-6e1dd5ed-26d0-42d5-b680-72b444e903e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e1dd5ed-26d0-42d5-b680-72b444e903e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db1bf753-b54d-47ef-a92b-e5c9a99ab8e1 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
}
@media (max-width: 767px){#s-db1bf753-b54d-47ef-a92b-e5c9a99ab8e1 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-db1bf753-b54d-47ef-a92b-e5c9a99ab8e1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-db1bf753-b54d-47ef-a92b-e5c9a99ab8e1 .shg-sld-nav-button.shg-sld-left,
#s-db1bf753-b54d-47ef-a92b-e5c9a99ab8e1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c5418e71-fec2-4c69-9607-27ba9a9b3371 {
  padding-top: 5px;
min-height: 50px;
}








#s-c5418e71-fec2-4c69-9607-27ba9a9b3371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5418e71-fec2-4c69-9607-27ba9a9b3371.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ceb5aa7-a904-4b7f-87d9-c39275e0b9b5 {
  padding-left: 10px;
padding-right: 10px;
min-height: 350px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4ceb5aa7-a904-4b7f-87d9-c39275e0b9b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ceb5aa7-a904-4b7f-87d9-c39275e0b9b5 {
  
}
}@media (max-width: 767px){#s-4ceb5aa7-a904-4b7f-87d9-c39275e0b9b5 {
  display: none;
}
#s-4ceb5aa7-a904-4b7f-87d9-c39275e0b9b5, #wrap-s-4ceb5aa7-a904-4b7f-87d9-c39275e0b9b5 { display:none !important; }}
#s-3370b722-717c-4738-b11c-c6cf4c779c08 {
  padding-left: 10px;
padding-right: 10px;
min-height: 320px;
}
@media (min-width: 1200px){#s-3370b722-717c-4738-b11c-c6cf4c779c08 {
  display: none;
}
#s-3370b722-717c-4738-b11c-c6cf4c779c08, #wrap-s-3370b722-717c-4738-b11c-c6cf4c779c08 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3370b722-717c-4738-b11c-c6cf4c779c08 {
  display: none;
}
#s-3370b722-717c-4738-b11c-c6cf4c779c08, #wrap-s-3370b722-717c-4738-b11c-c6cf4c779c08 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3370b722-717c-4738-b11c-c6cf4c779c08 {
  display: none;
}
#s-3370b722-717c-4738-b11c-c6cf4c779c08, #wrap-s-3370b722-717c-4738-b11c-c6cf4c779c08 { display:none !important; }}@media (max-width: 767px){#s-3370b722-717c-4738-b11c-c6cf4c779c08 {
  
}
}
@media (max-width: 767px){#s-811f182f-3d86-402b-a7ac-ff03e39817ed {
  display: none;
}
#s-811f182f-3d86-402b-a7ac-ff03e39817ed, #wrap-s-811f182f-3d86-402b-a7ac-ff03e39817ed { display:none !important; }}
@media (min-width: 1200px){#s-a96f04d1-fb85-4821-bcba-99dcbf12b0c2 {
  display: none;
}
#s-a96f04d1-fb85-4821-bcba-99dcbf12b0c2, #wrap-s-a96f04d1-fb85-4821-bcba-99dcbf12b0c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a96f04d1-fb85-4821-bcba-99dcbf12b0c2 {
  display: none;
}
#s-a96f04d1-fb85-4821-bcba-99dcbf12b0c2, #wrap-s-a96f04d1-fb85-4821-bcba-99dcbf12b0c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a96f04d1-fb85-4821-bcba-99dcbf12b0c2 {
  display: none;
}
#s-a96f04d1-fb85-4821-bcba-99dcbf12b0c2, #wrap-s-a96f04d1-fb85-4821-bcba-99dcbf12b0c2 { display:none !important; }}
#s-ecdbb23d-933f-460a-b57e-ae687ad230f6 {
  padding-top: 5px;
min-height: 50px;
}








#s-ecdbb23d-933f-460a-b57e-ae687ad230f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecdbb23d-933f-460a-b57e-ae687ad230f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92e41a44-1092-45ea-b7e8-556b15d3b908 {
  padding-left: 10px;
padding-right: 10px;
min-height: 350px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-92e41a44-1092-45ea-b7e8-556b15d3b908 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92e41a44-1092-45ea-b7e8-556b15d3b908 {
  
}
}@media (max-width: 767px){#s-92e41a44-1092-45ea-b7e8-556b15d3b908 {
  display: none;
}
#s-92e41a44-1092-45ea-b7e8-556b15d3b908, #wrap-s-92e41a44-1092-45ea-b7e8-556b15d3b908 { display:none !important; }}
#s-b1347ac1-e1c1-4134-b782-d301b63bd3b2 {
  min-height: 320px;
}
@media (min-width: 1200px){#s-b1347ac1-e1c1-4134-b782-d301b63bd3b2 {
  display: none;
}
#s-b1347ac1-e1c1-4134-b782-d301b63bd3b2, #wrap-s-b1347ac1-e1c1-4134-b782-d301b63bd3b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1347ac1-e1c1-4134-b782-d301b63bd3b2 {
  display: none;
}
#s-b1347ac1-e1c1-4134-b782-d301b63bd3b2, #wrap-s-b1347ac1-e1c1-4134-b782-d301b63bd3b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1347ac1-e1c1-4134-b782-d301b63bd3b2 {
  display: none;
}
#s-b1347ac1-e1c1-4134-b782-d301b63bd3b2, #wrap-s-b1347ac1-e1c1-4134-b782-d301b63bd3b2 { display:none !important; }}@media (max-width: 767px){#s-b1347ac1-e1c1-4134-b782-d301b63bd3b2 {
  
}
}
@media (max-width: 767px){#s-444adc73-c0d7-4c41-8ac5-71d6a64ee24f {
  display: none;
}
#s-444adc73-c0d7-4c41-8ac5-71d6a64ee24f, #wrap-s-444adc73-c0d7-4c41-8ac5-71d6a64ee24f { display:none !important; }}
@media (min-width: 1200px){#s-4df85f1b-c29a-4458-b8fa-e3cb69bfdf4b {
  display: none;
}
#s-4df85f1b-c29a-4458-b8fa-e3cb69bfdf4b, #wrap-s-4df85f1b-c29a-4458-b8fa-e3cb69bfdf4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4df85f1b-c29a-4458-b8fa-e3cb69bfdf4b {
  display: none;
}
#s-4df85f1b-c29a-4458-b8fa-e3cb69bfdf4b, #wrap-s-4df85f1b-c29a-4458-b8fa-e3cb69bfdf4b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4df85f1b-c29a-4458-b8fa-e3cb69bfdf4b {
  display: none;
}
#s-4df85f1b-c29a-4458-b8fa-e3cb69bfdf4b, #wrap-s-4df85f1b-c29a-4458-b8fa-e3cb69bfdf4b { display:none !important; }}
#s-f0b267f2-fe75-439b-8751-47eee7aee151 {
  padding-top: 5px;
min-height: 50px;
}








#s-f0b267f2-fe75-439b-8751-47eee7aee151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0b267f2-fe75-439b-8751-47eee7aee151.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a20b3385-afeb-4aca-915d-3b9a9e7b793d {
  padding-left: 10px;
padding-right: 10px;
min-height: 350px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a20b3385-afeb-4aca-915d-3b9a9e7b793d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a20b3385-afeb-4aca-915d-3b9a9e7b793d {
  
}
}@media (max-width: 767px){#s-a20b3385-afeb-4aca-915d-3b9a9e7b793d {
  display: none;
}
#s-a20b3385-afeb-4aca-915d-3b9a9e7b793d, #wrap-s-a20b3385-afeb-4aca-915d-3b9a9e7b793d { display:none !important; }}
#s-59f13b90-94b5-470a-ad76-7e5657dd5e05 {
  padding-left: 10px;
padding-right: 10px;
min-height: 320px;
}
@media (min-width: 1200px){#s-59f13b90-94b5-470a-ad76-7e5657dd5e05 {
  display: none;
}
#s-59f13b90-94b5-470a-ad76-7e5657dd5e05, #wrap-s-59f13b90-94b5-470a-ad76-7e5657dd5e05 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59f13b90-94b5-470a-ad76-7e5657dd5e05 {
  display: none;
}
#s-59f13b90-94b5-470a-ad76-7e5657dd5e05, #wrap-s-59f13b90-94b5-470a-ad76-7e5657dd5e05 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59f13b90-94b5-470a-ad76-7e5657dd5e05 {
  display: none;
}
#s-59f13b90-94b5-470a-ad76-7e5657dd5e05, #wrap-s-59f13b90-94b5-470a-ad76-7e5657dd5e05 { display:none !important; }}@media (max-width: 767px){#s-59f13b90-94b5-470a-ad76-7e5657dd5e05 {
  
}
}
@media (max-width: 767px){#s-4520d48e-a355-4fa6-9a7c-45c75e982816 {
  display: none;
}
#s-4520d48e-a355-4fa6-9a7c-45c75e982816, #wrap-s-4520d48e-a355-4fa6-9a7c-45c75e982816 { display:none !important; }}
@media (min-width: 1200px){#s-bf40a73d-a4f4-4678-8962-3d62370ee6db {
  display: none;
}
#s-bf40a73d-a4f4-4678-8962-3d62370ee6db, #wrap-s-bf40a73d-a4f4-4678-8962-3d62370ee6db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf40a73d-a4f4-4678-8962-3d62370ee6db {
  display: none;
}
#s-bf40a73d-a4f4-4678-8962-3d62370ee6db, #wrap-s-bf40a73d-a4f4-4678-8962-3d62370ee6db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf40a73d-a4f4-4678-8962-3d62370ee6db {
  display: none;
}
#s-bf40a73d-a4f4-4678-8962-3d62370ee6db, #wrap-s-bf40a73d-a4f4-4678-8962-3d62370ee6db { display:none !important; }}
#s-8e9d8302-498d-4da6-b8f8-125b4c79077e {
  margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 2000px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8e9d8302-498d-4da6-b8f8-125b4c79077e {
  display: none;
}
#s-8e9d8302-498d-4da6-b8f8-125b4c79077e, #wrap-s-8e9d8302-498d-4da6-b8f8-125b4c79077e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e9d8302-498d-4da6-b8f8-125b4c79077e {
  display: none;
}
#s-8e9d8302-498d-4da6-b8f8-125b4c79077e, #wrap-s-8e9d8302-498d-4da6-b8f8-125b4c79077e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e9d8302-498d-4da6-b8f8-125b4c79077e {
  display: none;
}
#s-8e9d8302-498d-4da6-b8f8-125b4c79077e, #wrap-s-8e9d8302-498d-4da6-b8f8-125b4c79077e { display:none !important; }}@media (max-width: 767px){#s-8e9d8302-498d-4da6-b8f8-125b4c79077e {
  
}
}







#s-8e9d8302-498d-4da6-b8f8-125b4c79077e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e9d8302-498d-4da6-b8f8-125b4c79077e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d268d11a-6ffd-4fec-8c4a-f531ef96994f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d268d11a-6ffd-4fec-8c4a-f531ef96994f {
  display: none;
}
#s-d268d11a-6ffd-4fec-8c4a-f531ef96994f, #wrap-s-d268d11a-6ffd-4fec-8c4a-f531ef96994f { display:none !important; }}@media (max-width: 767px){#s-d268d11a-6ffd-4fec-8c4a-f531ef96994f {
  display: none;
}
#s-d268d11a-6ffd-4fec-8c4a-f531ef96994f, #wrap-s-d268d11a-6ffd-4fec-8c4a-f531ef96994f { display:none !important; }}







#s-d268d11a-6ffd-4fec-8c4a-f531ef96994f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d268d11a-6ffd-4fec-8c4a-f531ef96994f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-809f5bf4-06fa-4996-8248-ed14862eb97f {
  margin-top: 60px;
margin-bottom: 30px;
min-height: 300px;
}
@media (max-width: 767px){#s-809f5bf4-06fa-4996-8248-ed14862eb97f {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-809f5bf4-06fa-4996-8248-ed14862eb97f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-809f5bf4-06fa-4996-8248-ed14862eb97f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-809f5bf4-06fa-4996-8248-ed14862eb97f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-809f5bf4-06fa-4996-8248-ed14862eb97f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6841158a-87a1-4f34-867e-a77a6fb9d1d5 {
  min-height: 550px;
}
@media (max-width: 767px){#s-6841158a-87a1-4f34-867e-a77a6fb9d1d5 {
  
}
}







#s-6841158a-87a1-4f34-867e-a77a6fb9d1d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6841158a-87a1-4f34-867e-a77a6fb9d1d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-023a90b3-c343-44dd-85be-7b71c586de5a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 800px;
background-position: center bottom;
}
@media (max-width: 767px){#s-023a90b3-c343-44dd-85be-7b71c586de5a {
  
}
}







#s-023a90b3-c343-44dd-85be-7b71c586de5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-023a90b3-c343-44dd-85be-7b71c586de5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5724bc5-32a9-4b93-86fc-2f7d0dce5186 {
  margin-top: 750px;
margin-left: 3%;
margin-right: 2%;
padding-left: 0%;
max-width: 530px;
}

#s-9ecf4091-3af2-45c9-8346-2e8a1bc631c4 {
  min-height: 550px;
}
@media (max-width: 767px){#s-9ecf4091-3af2-45c9-8346-2e8a1bc631c4 {
  min-height: 200px;
}
}







#s-9ecf4091-3af2-45c9-8346-2e8a1bc631c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ecf4091-3af2-45c9-8346-2e8a1bc631c4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-80b0df52-7dd2-4305-9c4a-740ebdb3dcfb {
  min-height: 50px;
}








#s-80b0df52-7dd2-4305-9c4a-740ebdb3dcfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80b0df52-7dd2-4305-9c4a-740ebdb3dcfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62c61558-4bbc-4f2d-9f64-6380312b7ce3 {
  margin-top: 80px;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
min-height: 520px;
}
@media (max-width: 767px){#s-62c61558-4bbc-4f2d-9f64-6380312b7ce3 {
  margin-bottom: -20px;
}
}
#s-62c61558-4bbc-4f2d-9f64-6380312b7ce3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-62c61558-4bbc-4f2d-9f64-6380312b7ce3 .shg-sld-nav-button.shg-sld-left,
#s-62c61558-4bbc-4f2d-9f64-6380312b7ce3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c36f3cbb-5a20-48c5-a204-94da25d5df7e {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-c36f3cbb-5a20-48c5-a204-94da25d5df7e {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
}
}






  #s-c36f3cbb-5a20-48c5-a204-94da25d5df7e img.shogun-image {
    

    
    
    
  }


#s-c36f3cbb-5a20-48c5-a204-94da25d5df7e .shogun-image-content {
  
    align-items: center;
  
}

#s-533c14a2-430d-4ad8-93e8-e84aa3a31fd4 {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-533c14a2-430d-4ad8-93e8-e84aa3a31fd4 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
}
}






  #s-533c14a2-430d-4ad8-93e8-e84aa3a31fd4 img.shogun-image {
    

    
    
    
  }


#s-533c14a2-430d-4ad8-93e8-e84aa3a31fd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfb91c5e-2ac3-448a-be01-32268bf2a65d {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-cfb91c5e-2ac3-448a-be01-32268bf2a65d {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
}
}






  #s-cfb91c5e-2ac3-448a-be01-32268bf2a65d img.shogun-image {
    

    
    
    
  }


#s-cfb91c5e-2ac3-448a-be01-32268bf2a65d .shogun-image-content {
  
    align-items: center;
  
}

#s-82bf42b1-414d-41fb-8559-f8d45acf0961 {
  padding-top: 5px;
min-height: 50px;
}








#s-82bf42b1-414d-41fb-8559-f8d45acf0961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82bf42b1-414d-41fb-8559-f8d45acf0961.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-100a702d-5aed-4536-a5bb-cbe625bc5abb {
  padding-left: 10px;
padding-right: 10px;
min-height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-100a702d-5aed-4536-a5bb-cbe625bc5abb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-100a702d-5aed-4536-a5bb-cbe625bc5abb {
  
}
}@media (max-width: 767px){#s-100a702d-5aed-4536-a5bb-cbe625bc5abb {
  display: none;
}
#s-100a702d-5aed-4536-a5bb-cbe625bc5abb, #wrap-s-100a702d-5aed-4536-a5bb-cbe625bc5abb { display:none !important; }}
#s-34e2ca7c-56ea-4a52-9a9b-6de83e00ee16 {
  padding-left: 10px;
padding-right: 10px;
min-height: 280px;
}
@media (min-width: 1200px){#s-34e2ca7c-56ea-4a52-9a9b-6de83e00ee16 {
  display: none;
}
#s-34e2ca7c-56ea-4a52-9a9b-6de83e00ee16, #wrap-s-34e2ca7c-56ea-4a52-9a9b-6de83e00ee16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34e2ca7c-56ea-4a52-9a9b-6de83e00ee16 {
  display: none;
}
#s-34e2ca7c-56ea-4a52-9a9b-6de83e00ee16, #wrap-s-34e2ca7c-56ea-4a52-9a9b-6de83e00ee16 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34e2ca7c-56ea-4a52-9a9b-6de83e00ee16 {
  display: none;
}
#s-34e2ca7c-56ea-4a52-9a9b-6de83e00ee16, #wrap-s-34e2ca7c-56ea-4a52-9a9b-6de83e00ee16 { display:none !important; }}@media (max-width: 767px){#s-34e2ca7c-56ea-4a52-9a9b-6de83e00ee16 {
  
}
}
#s-66500892-3abb-4940-9997-625571849757 {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-66500892-3abb-4940-9997-625571849757 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 50px;
}
}






  #s-66500892-3abb-4940-9997-625571849757 img.shogun-image {
    

    
    
    
  }


#s-66500892-3abb-4940-9997-625571849757 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-e5b36592-8cb3-4a12-9849-e5854529f164 {
  display: none;
}
#s-e5b36592-8cb3-4a12-9849-e5854529f164, #wrap-s-e5b36592-8cb3-4a12-9849-e5854529f164 { display:none !important; }}
@media (min-width: 1200px){#s-5b1db7f5-20de-487d-a690-a81bbecce635 {
  display: none;
}
#s-5b1db7f5-20de-487d-a690-a81bbecce635, #wrap-s-5b1db7f5-20de-487d-a690-a81bbecce635 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b1db7f5-20de-487d-a690-a81bbecce635 {
  display: none;
}
#s-5b1db7f5-20de-487d-a690-a81bbecce635, #wrap-s-5b1db7f5-20de-487d-a690-a81bbecce635 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b1db7f5-20de-487d-a690-a81bbecce635 {
  display: none;
}
#s-5b1db7f5-20de-487d-a690-a81bbecce635, #wrap-s-5b1db7f5-20de-487d-a690-a81bbecce635 { display:none !important; }}
#s-0ff2f3bf-1b8b-44fe-aa29-76cf64d16143 {
  padding-top: 5px;
min-height: 50px;
}








#s-0ff2f3bf-1b8b-44fe-aa29-76cf64d16143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ff2f3bf-1b8b-44fe-aa29-76cf64d16143.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c30aab3-d5ce-45e3-a888-dae116970012 {
  padding-left: 10px;
padding-right: 10px;
min-height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8c30aab3-d5ce-45e3-a888-dae116970012 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c30aab3-d5ce-45e3-a888-dae116970012 {
  
}
}@media (max-width: 767px){#s-8c30aab3-d5ce-45e3-a888-dae116970012 {
  display: none;
}
#s-8c30aab3-d5ce-45e3-a888-dae116970012, #wrap-s-8c30aab3-d5ce-45e3-a888-dae116970012 { display:none !important; }}
#s-7bbb6bf6-63d5-4752-b9d4-be7b33a0bfba {
  padding-left: 10px;
padding-right: 10px;
min-height: 280px;
}
@media (min-width: 1200px){#s-7bbb6bf6-63d5-4752-b9d4-be7b33a0bfba {
  display: none;
}
#s-7bbb6bf6-63d5-4752-b9d4-be7b33a0bfba, #wrap-s-7bbb6bf6-63d5-4752-b9d4-be7b33a0bfba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bbb6bf6-63d5-4752-b9d4-be7b33a0bfba {
  display: none;
}
#s-7bbb6bf6-63d5-4752-b9d4-be7b33a0bfba, #wrap-s-7bbb6bf6-63d5-4752-b9d4-be7b33a0bfba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7bbb6bf6-63d5-4752-b9d4-be7b33a0bfba {
  display: none;
}
#s-7bbb6bf6-63d5-4752-b9d4-be7b33a0bfba, #wrap-s-7bbb6bf6-63d5-4752-b9d4-be7b33a0bfba { display:none !important; }}@media (max-width: 767px){#s-7bbb6bf6-63d5-4752-b9d4-be7b33a0bfba {
  
}
}
#s-28276c40-c0b1-46c8-8f45-12905d673829 {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-28276c40-c0b1-46c8-8f45-12905d673829 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 50px;
}
}






  #s-28276c40-c0b1-46c8-8f45-12905d673829 img.shogun-image {
    

    
    
    
  }


#s-28276c40-c0b1-46c8-8f45-12905d673829 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-3f55d985-6ee4-4d67-9dd3-33a1932bc4ae {
  display: none;
}
#s-3f55d985-6ee4-4d67-9dd3-33a1932bc4ae, #wrap-s-3f55d985-6ee4-4d67-9dd3-33a1932bc4ae { display:none !important; }}
@media (min-width: 1200px){#s-64cdd618-3758-43d9-870d-b155a9dbd226 {
  display: none;
}
#s-64cdd618-3758-43d9-870d-b155a9dbd226, #wrap-s-64cdd618-3758-43d9-870d-b155a9dbd226 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64cdd618-3758-43d9-870d-b155a9dbd226 {
  display: none;
}
#s-64cdd618-3758-43d9-870d-b155a9dbd226, #wrap-s-64cdd618-3758-43d9-870d-b155a9dbd226 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64cdd618-3758-43d9-870d-b155a9dbd226 {
  display: none;
}
#s-64cdd618-3758-43d9-870d-b155a9dbd226, #wrap-s-64cdd618-3758-43d9-870d-b155a9dbd226 { display:none !important; }}
#s-f22a8c31-4e3e-4ecd-b69c-d689abf8879c {
  padding-top: 5px;
min-height: 50px;
}








#s-f22a8c31-4e3e-4ecd-b69c-d689abf8879c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f22a8c31-4e3e-4ecd-b69c-d689abf8879c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3edf26c0-e2e7-4743-8247-70a15cb4e149 {
  padding-left: 10px;
padding-right: 10px;
min-height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3edf26c0-e2e7-4743-8247-70a15cb4e149 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3edf26c0-e2e7-4743-8247-70a15cb4e149 {
  
}
}@media (max-width: 767px){#s-3edf26c0-e2e7-4743-8247-70a15cb4e149 {
  display: none;
}
#s-3edf26c0-e2e7-4743-8247-70a15cb4e149, #wrap-s-3edf26c0-e2e7-4743-8247-70a15cb4e149 { display:none !important; }}
#s-3b1c1d99-d06f-4467-bec3-d41a5edb879b {
  padding-left: 10px;
padding-right: 10px;
min-height: 280px;
}
@media (min-width: 1200px){#s-3b1c1d99-d06f-4467-bec3-d41a5edb879b {
  display: none;
}
#s-3b1c1d99-d06f-4467-bec3-d41a5edb879b, #wrap-s-3b1c1d99-d06f-4467-bec3-d41a5edb879b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b1c1d99-d06f-4467-bec3-d41a5edb879b {
  display: none;
}
#s-3b1c1d99-d06f-4467-bec3-d41a5edb879b, #wrap-s-3b1c1d99-d06f-4467-bec3-d41a5edb879b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b1c1d99-d06f-4467-bec3-d41a5edb879b {
  display: none;
}
#s-3b1c1d99-d06f-4467-bec3-d41a5edb879b, #wrap-s-3b1c1d99-d06f-4467-bec3-d41a5edb879b { display:none !important; }}@media (max-width: 767px){#s-3b1c1d99-d06f-4467-bec3-d41a5edb879b {
  
}
}
#s-77879c9d-1222-4b6f-9517-646502742711 {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-77879c9d-1222-4b6f-9517-646502742711 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 50px;
}
}






  #s-77879c9d-1222-4b6f-9517-646502742711 img.shogun-image {
    

    
    
    
  }


#s-77879c9d-1222-4b6f-9517-646502742711 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-cafcbf11-789d-4aee-bc59-70a98c57695c {
  display: none;
}
#s-cafcbf11-789d-4aee-bc59-70a98c57695c, #wrap-s-cafcbf11-789d-4aee-bc59-70a98c57695c { display:none !important; }}
@media (min-width: 1200px){#s-42807668-23c6-4236-82bf-ad86daf8c3b3 {
  display: none;
}
#s-42807668-23c6-4236-82bf-ad86daf8c3b3, #wrap-s-42807668-23c6-4236-82bf-ad86daf8c3b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42807668-23c6-4236-82bf-ad86daf8c3b3 {
  display: none;
}
#s-42807668-23c6-4236-82bf-ad86daf8c3b3, #wrap-s-42807668-23c6-4236-82bf-ad86daf8c3b3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42807668-23c6-4236-82bf-ad86daf8c3b3 {
  display: none;
}
#s-42807668-23c6-4236-82bf-ad86daf8c3b3, #wrap-s-42807668-23c6-4236-82bf-ad86daf8c3b3 { display:none !important; }}
#s-5fc0e373-5099-4ed3-a359-93acbe240694 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-5fc0e373-5099-4ed3-a359-93acbe240694 {
  display: none;
}
#s-5fc0e373-5099-4ed3-a359-93acbe240694, #wrap-s-5fc0e373-5099-4ed3-a359-93acbe240694 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fc0e373-5099-4ed3-a359-93acbe240694 {
  display: none;
}
#s-5fc0e373-5099-4ed3-a359-93acbe240694, #wrap-s-5fc0e373-5099-4ed3-a359-93acbe240694 { display:none !important; }}







#s-5fc0e373-5099-4ed3-a359-93acbe240694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fc0e373-5099-4ed3-a359-93acbe240694.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-517b32b1-0b43-401b-b0e1-8a0118371370 {
  margin-top: 60px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-517b32b1-0b43-401b-b0e1-8a0118371370"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-517b32b1-0b43-401b-b0e1-8a0118371370"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-517b32b1-0b43-401b-b0e1-8a0118371370"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-517b32b1-0b43-401b-b0e1-8a0118371370"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3f347c0f-bb9b-4669-8bd4-fd92ee05f7b3 {
  min-height: 550px;
}
@media (max-width: 767px){#s-3f347c0f-bb9b-4669-8bd4-fd92ee05f7b3 {
  
}
}







#s-3f347c0f-bb9b-4669-8bd4-fd92ee05f7b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f347c0f-bb9b-4669-8bd4-fd92ee05f7b3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-139f7ee3-0cba-4f37-8df4-4cdbdf7ed2bf {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 600px;
background-position: center bottom;
}
@media (max-width: 767px){#s-139f7ee3-0cba-4f37-8df4-4cdbdf7ed2bf {
  
}
}







#s-139f7ee3-0cba-4f37-8df4-4cdbdf7ed2bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-139f7ee3-0cba-4f37-8df4-4cdbdf7ed2bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61c2087d-00ef-4376-8aaa-73a368290a48 {
  margin-top: 550px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 0%;
}

#s-ae9307bf-3e1e-4925-891f-fd88bc6bc0dc {
  min-height: 550px;
}
@media (max-width: 767px){#s-ae9307bf-3e1e-4925-891f-fd88bc6bc0dc {
  min-height: 200px;
}
}







#s-ae9307bf-3e1e-4925-891f-fd88bc6bc0dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae9307bf-3e1e-4925-891f-fd88bc6bc0dc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1ebfac6c-02b8-48e7-b7d5-5c70d08c4736 {
  min-height: 50px;
}








#s-1ebfac6c-02b8-48e7-b7d5-5c70d08c4736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ebfac6c-02b8-48e7-b7d5-5c70d08c4736.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c199c151-dd04-492d-82c4-fa382651b9df {
  margin-top: 25px;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
}
@media (max-width: 767px){#s-c199c151-dd04-492d-82c4-fa382651b9df {
  margin-bottom: -20px;
}
}
#s-c199c151-dd04-492d-82c4-fa382651b9df .shg-sld-dot {
  background-color: rgba(210, 182, 153, 1);
}

#s-c199c151-dd04-492d-82c4-fa382651b9df .shg-sld-nav-button.shg-sld-left,
#s-c199c151-dd04-492d-82c4-fa382651b9df .shg-sld-nav-button.shg-sld-right {
  fill: rgba(210, 182, 153, 1);
}

#s-42dd7c78-fb2e-4651-b922-93552762806d {
  padding-top: 5px;
min-height: 50px;
}








#s-42dd7c78-fb2e-4651-b922-93552762806d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42dd7c78-fb2e-4651-b922-93552762806d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b43b473-b6bf-4280-8830-d26ff1e1b3e7 {
  padding-left: 10px;
padding-right: 10px;
min-height: 350px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4b43b473-b6bf-4280-8830-d26ff1e1b3e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b43b473-b6bf-4280-8830-d26ff1e1b3e7 {
  
}
}@media (max-width: 767px){#s-4b43b473-b6bf-4280-8830-d26ff1e1b3e7 {
  display: none;
}
#s-4b43b473-b6bf-4280-8830-d26ff1e1b3e7, #wrap-s-4b43b473-b6bf-4280-8830-d26ff1e1b3e7 { display:none !important; }}
#s-0427a8e4-0e30-4c9d-9de6-733da2d9a670 {
  padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-0427a8e4-0e30-4c9d-9de6-733da2d9a670 {
  display: none;
}
#s-0427a8e4-0e30-4c9d-9de6-733da2d9a670, #wrap-s-0427a8e4-0e30-4c9d-9de6-733da2d9a670 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0427a8e4-0e30-4c9d-9de6-733da2d9a670 {
  display: none;
}
#s-0427a8e4-0e30-4c9d-9de6-733da2d9a670, #wrap-s-0427a8e4-0e30-4c9d-9de6-733da2d9a670 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0427a8e4-0e30-4c9d-9de6-733da2d9a670 {
  display: none;
}
#s-0427a8e4-0e30-4c9d-9de6-733da2d9a670, #wrap-s-0427a8e4-0e30-4c9d-9de6-733da2d9a670 { display:none !important; }}@media (max-width: 767px){#s-0427a8e4-0e30-4c9d-9de6-733da2d9a670 {
  
}
}
@media (max-width: 767px){#s-9c91d7aa-7ea9-438f-bb0b-2f68101cfc43 {
  display: none;
}
#s-9c91d7aa-7ea9-438f-bb0b-2f68101cfc43, #wrap-s-9c91d7aa-7ea9-438f-bb0b-2f68101cfc43 { display:none !important; }}
@media (min-width: 1200px){#s-9eefa998-912f-4486-8eb1-c0d8be16cb4e {
  display: none;
}
#s-9eefa998-912f-4486-8eb1-c0d8be16cb4e, #wrap-s-9eefa998-912f-4486-8eb1-c0d8be16cb4e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9eefa998-912f-4486-8eb1-c0d8be16cb4e {
  display: none;
}
#s-9eefa998-912f-4486-8eb1-c0d8be16cb4e, #wrap-s-9eefa998-912f-4486-8eb1-c0d8be16cb4e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9eefa998-912f-4486-8eb1-c0d8be16cb4e {
  display: none;
}
#s-9eefa998-912f-4486-8eb1-c0d8be16cb4e, #wrap-s-9eefa998-912f-4486-8eb1-c0d8be16cb4e { display:none !important; }}
#s-9f055ddc-cda0-486e-b04d-68cb7e4e064c {
  padding-top: 5px;
min-height: 50px;
}








#s-9f055ddc-cda0-486e-b04d-68cb7e4e064c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f055ddc-cda0-486e-b04d-68cb7e4e064c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c6ec167-bffb-420a-a4ee-641e520b2d40 {
  padding-left: 10px;
padding-right: 10px;
min-height: 350px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6c6ec167-bffb-420a-a4ee-641e520b2d40 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c6ec167-bffb-420a-a4ee-641e520b2d40 {
  
}
}@media (max-width: 767px){#s-6c6ec167-bffb-420a-a4ee-641e520b2d40 {
  display: none;
}
#s-6c6ec167-bffb-420a-a4ee-641e520b2d40, #wrap-s-6c6ec167-bffb-420a-a4ee-641e520b2d40 { display:none !important; }}
@media (min-width: 1200px){#s-7f8fb3db-6719-4cae-9dd9-6d0e0f96195b {
  display: none;
}
#s-7f8fb3db-6719-4cae-9dd9-6d0e0f96195b, #wrap-s-7f8fb3db-6719-4cae-9dd9-6d0e0f96195b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f8fb3db-6719-4cae-9dd9-6d0e0f96195b {
  display: none;
}
#s-7f8fb3db-6719-4cae-9dd9-6d0e0f96195b, #wrap-s-7f8fb3db-6719-4cae-9dd9-6d0e0f96195b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f8fb3db-6719-4cae-9dd9-6d0e0f96195b {
  display: none;
}
#s-7f8fb3db-6719-4cae-9dd9-6d0e0f96195b, #wrap-s-7f8fb3db-6719-4cae-9dd9-6d0e0f96195b { display:none !important; }}@media (max-width: 767px){#s-7f8fb3db-6719-4cae-9dd9-6d0e0f96195b {
  
}
}
@media (max-width: 767px){#s-a16611f1-3e83-4ef1-99d3-805111aa2324 {
  display: none;
}
#s-a16611f1-3e83-4ef1-99d3-805111aa2324, #wrap-s-a16611f1-3e83-4ef1-99d3-805111aa2324 { display:none !important; }}
@media (min-width: 1200px){#s-b554eed9-2e00-4bd7-b787-9134aadd2d74 {
  display: none;
}
#s-b554eed9-2e00-4bd7-b787-9134aadd2d74, #wrap-s-b554eed9-2e00-4bd7-b787-9134aadd2d74 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b554eed9-2e00-4bd7-b787-9134aadd2d74 {
  display: none;
}
#s-b554eed9-2e00-4bd7-b787-9134aadd2d74, #wrap-s-b554eed9-2e00-4bd7-b787-9134aadd2d74 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b554eed9-2e00-4bd7-b787-9134aadd2d74 {
  display: none;
}
#s-b554eed9-2e00-4bd7-b787-9134aadd2d74, #wrap-s-b554eed9-2e00-4bd7-b787-9134aadd2d74 { display:none !important; }}
#s-c901d84c-d73a-4316-9c78-7582a97c3c72 {
  padding-top: 5px;
min-height: 50px;
}








#s-c901d84c-d73a-4316-9c78-7582a97c3c72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c901d84c-d73a-4316-9c78-7582a97c3c72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f7e7500-6390-4c6e-9855-b352053da00a {
  padding-left: 10px;
padding-right: 10px;
min-height: 350px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6f7e7500-6390-4c6e-9855-b352053da00a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f7e7500-6390-4c6e-9855-b352053da00a {
  
}
}@media (max-width: 767px){#s-6f7e7500-6390-4c6e-9855-b352053da00a {
  display: none;
}
#s-6f7e7500-6390-4c6e-9855-b352053da00a, #wrap-s-6f7e7500-6390-4c6e-9855-b352053da00a { display:none !important; }}
#s-c78057b5-c525-473e-b38e-a79188fd724a {
  padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-c78057b5-c525-473e-b38e-a79188fd724a {
  display: none;
}
#s-c78057b5-c525-473e-b38e-a79188fd724a, #wrap-s-c78057b5-c525-473e-b38e-a79188fd724a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c78057b5-c525-473e-b38e-a79188fd724a {
  display: none;
}
#s-c78057b5-c525-473e-b38e-a79188fd724a, #wrap-s-c78057b5-c525-473e-b38e-a79188fd724a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c78057b5-c525-473e-b38e-a79188fd724a {
  display: none;
}
#s-c78057b5-c525-473e-b38e-a79188fd724a, #wrap-s-c78057b5-c525-473e-b38e-a79188fd724a { display:none !important; }}@media (max-width: 767px){#s-c78057b5-c525-473e-b38e-a79188fd724a {
  
}
}
@media (max-width: 767px){#s-da1bb156-2e7d-456c-9a35-ac1ea1972cfd {
  display: none;
}
#s-da1bb156-2e7d-456c-9a35-ac1ea1972cfd, #wrap-s-da1bb156-2e7d-456c-9a35-ac1ea1972cfd { display:none !important; }}
@media (min-width: 1200px){#s-ace242bb-1cec-4546-8c61-12565f24db57 {
  display: none;
}
#s-ace242bb-1cec-4546-8c61-12565f24db57, #wrap-s-ace242bb-1cec-4546-8c61-12565f24db57 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ace242bb-1cec-4546-8c61-12565f24db57 {
  display: none;
}
#s-ace242bb-1cec-4546-8c61-12565f24db57, #wrap-s-ace242bb-1cec-4546-8c61-12565f24db57 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ace242bb-1cec-4546-8c61-12565f24db57 {
  display: none;
}
#s-ace242bb-1cec-4546-8c61-12565f24db57, #wrap-s-ace242bb-1cec-4546-8c61-12565f24db57 { display:none !important; }}
#s-eae9ea4f-76f2-49e1-84e7-d6af75dc9145 {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
padding-top: 60px;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eae9ea4f-76f2-49e1-84e7-d6af75dc9145 {
  
}
}@media (max-width: 767px){#s-eae9ea4f-76f2-49e1-84e7-d6af75dc9145 {
  display: none;
}
#s-eae9ea4f-76f2-49e1-84e7-d6af75dc9145, #wrap-s-eae9ea4f-76f2-49e1-84e7-d6af75dc9145 { display:none !important; }}







#s-eae9ea4f-76f2-49e1-84e7-d6af75dc9145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eae9ea4f-76f2-49e1-84e7-d6af75dc9145.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14c70330-eeb1-4dd0-8202-3b4fe21abaf7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14c70330-eeb1-4dd0-8202-3b4fe21abaf7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: 2px;
  
}



#s-f046c919-08cc-4cd0-9e4f-b055ba7c1ec9 {
  padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f046c919-08cc-4cd0-9e4f-b055ba7c1ec9 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-f046c919-08cc-4cd0-9e4f-b055ba7c1ec9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f046c919-08cc-4cd0-9e4f-b055ba7c1ec9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f046c919-08cc-4cd0-9e4f-b055ba7c1ec9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f046c919-08cc-4cd0-9e4f-b055ba7c1ec9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-4ad4a65a-6c1d-4d9b-b7ca-18b19327b35b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-4ad4a65a-6c1d-4d9b-b7ca-18b19327b35b {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-4ad4a65a-6c1d-4d9b-b7ca-18b19327b35b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-4ad4a65a-6c1d-4d9b-b7ca-18b19327b35b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-27c7ebb3-1515-4d1a-978c-e1e965454f5c {
  margin-left: 25px;
margin-right: 25px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-27c7ebb3-1515-4d1a-978c-e1e965454f5c {
  margin-top: 0px;
margin-bottom: 50px;
}
}
#s-845f1a13-540b-468b-beec-711cb5684b05 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-845f1a13-540b-468b-beec-711cb5684b05 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-845f1a13-540b-468b-beec-711cb5684b05 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-845f1a13-540b-468b-beec-711cb5684b05.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f184600f-bbaa-45b7-8d9b-cbda6ba66647 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-f184600f-bbaa-45b7-8d9b-cbda6ba66647 {
  margin-top: 0px;
margin-bottom: 50px;
}
}
#s-54e9e808-6369-40e9-bb5e-1da46f3f5a99 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-54e9e808-6369-40e9-bb5e-1da46f3f5a99 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-54e9e808-6369-40e9-bb5e-1da46f3f5a99 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-54e9e808-6369-40e9-bb5e-1da46f3f5a99.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-90fce6e2-da50-47c9-83d7-c1aeb68760c9 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 20px;
padding-bottom: 20px;
}

#s-796977ef-8e17-4513-8a66-1b6b2436531f {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
padding-top: 60px;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-796977ef-8e17-4513-8a66-1b6b2436531f {
  display: none;
}
#s-796977ef-8e17-4513-8a66-1b6b2436531f, #wrap-s-796977ef-8e17-4513-8a66-1b6b2436531f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-796977ef-8e17-4513-8a66-1b6b2436531f {
  display: none;
}
#s-796977ef-8e17-4513-8a66-1b6b2436531f, #wrap-s-796977ef-8e17-4513-8a66-1b6b2436531f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-796977ef-8e17-4513-8a66-1b6b2436531f {
  display: none;
}
#s-796977ef-8e17-4513-8a66-1b6b2436531f, #wrap-s-796977ef-8e17-4513-8a66-1b6b2436531f { display:none !important; }}@media (max-width: 767px){#s-796977ef-8e17-4513-8a66-1b6b2436531f {
  
}
}







#s-796977ef-8e17-4513-8a66-1b6b2436531f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-796977ef-8e17-4513-8a66-1b6b2436531f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-318b9741-c2f3-421c-9056-7ebae7b6c820 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-318b9741-c2f3-421c-9056-7ebae7b6c820 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: 2px;
  
}



#s-a05f1515-1a81-40be-b92e-ab4c0baf362f {
  padding-top: 20px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a05f1515-1a81-40be-b92e-ab4c0baf362f {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-a05f1515-1a81-40be-b92e-ab4c0baf362f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a05f1515-1a81-40be-b92e-ab4c0baf362f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a05f1515-1a81-40be-b92e-ab4c0baf362f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a05f1515-1a81-40be-b92e-ab4c0baf362f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-54bd3502-917c-43e0-a42d-6d0ce9b1d4b0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-54bd3502-917c-43e0-a42d-6d0ce9b1d4b0 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-54bd3502-917c-43e0-a42d-6d0ce9b1d4b0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-54bd3502-917c-43e0-a42d-6d0ce9b1d4b0.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c0be2ad8-ece0-4f43-a056-941877982b75 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-c0be2ad8-ece0-4f43-a056-941877982b75 {
  margin-top: 0px;
margin-bottom: 50px;
}
}
#s-6daf8bd1-f3b8-4609-9a3a-eab1f9e9c9d2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-6daf8bd1-f3b8-4609-9a3a-eab1f9e9c9d2 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-6daf8bd1-f3b8-4609-9a3a-eab1f9e9c9d2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6daf8bd1-f3b8-4609-9a3a-eab1f9e9c9d2.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-abc1b635-f778-48e4-bda6-26e97a3f2c89 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-abc1b635-f778-48e4-bda6-26e97a3f2c89 {
  margin-top: 0px;
margin-bottom: 50px;
}
}
#s-598cbab3-5617-4b9c-851d-637e52782a65 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-598cbab3-5617-4b9c-851d-637e52782a65 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-598cbab3-5617-4b9c-851d-637e52782a65 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-598cbab3-5617-4b9c-851d-637e52782a65.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-61f8fdba-dfdf-4c44-84b9-66aab56944c1 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 20px;
padding-bottom: 20px;
}

#s-a2f51596-baa2-4810-9bf7-0d1d32e85f64 {
  margin-left: auto;
margin-right: auto;
min-height: 400px;
max-width: 2000px;
background-color: rgba(242, 230, 218, 1);
}
@media (max-width: 767px){#s-a2f51596-baa2-4810-9bf7-0d1d32e85f64 {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-a2f51596-baa2-4810-9bf7-0d1d32e85f64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2f51596-baa2-4810-9bf7-0d1d32e85f64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f508c1be-c397-4334-9518-23fd84817fb1 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 1200px;
}

#s-f508c1be-c397-4334-9518-23fd84817fb1 {
  background-image: url();
}








#s-f508c1be-c397-4334-9518-23fd84817fb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f508c1be-c397-4334-9518-23fd84817fb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-a3af2b70-54c6-4595-8f6b-45047f03374c {
  margin-top: 40px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-a3af2b70-54c6-4595-8f6b-45047f03374c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3af2b70-54c6-4595-8f6b-45047f03374c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3af2b70-54c6-4595-8f6b-45047f03374c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3af2b70-54c6-4595-8f6b-45047f03374c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4774ff1b-1bd6-4fb0-aab9-6ba903b16d75 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4774ff1b-1bd6-4fb0-aab9-6ba903b16d75 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-432ded2e-4b8f-46fd-ad42-757eece9f98e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
text-align: center;
}







  #s-432ded2e-4b8f-46fd-ad42-757eece9f98e img.shogun-image {
    

    
    
    
  }


#s-432ded2e-4b8f-46fd-ad42-757eece9f98e .shogun-image-content {
  
    align-items: center;
  
}

#s-03645a2a-b41a-4b8d-b07d-88fa172f65e7 {
  border-style: solid;
margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-03645a2a-b41a-4b8d-b07d-88fa172f65e7:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-03645a2a-b41a-4b8d-b07d-88fa172f65e7:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(52, 56, 64, 1) !important;
border-radius: 3px !important;
background-color: rgba(52, 56, 64, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-03645a2a-b41a-4b8d-b07d-88fa172f65e7-root {
    text-align: center;
  }


#s-03645a2a-b41a-4b8d-b07d-88fa172f65e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-03645a2a-b41a-4b8d-b07d-88fa172f65e7-root {
    text-align: center;
  }


#s-03645a2a-b41a-4b8d-b07d-88fa172f65e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-03645a2a-b41a-4b8d-b07d-88fa172f65e7-root {
    text-align: center;
  }


#s-03645a2a-b41a-4b8d-b07d-88fa172f65e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-03645a2a-b41a-4b8d-b07d-88fa172f65e7-root {
    text-align: center;
  }


#s-03645a2a-b41a-4b8d-b07d-88fa172f65e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-03645a2a-b41a-4b8d-b07d-88fa172f65e7-root {
    text-align: center;
  }


#s-03645a2a-b41a-4b8d-b07d-88fa172f65e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}
}
  #s-03645a2a-b41a-4b8d-b07d-88fa172f65e7-root {
    text-align: center;
  }


#s-03645a2a-b41a-4b8d-b07d-88fa172f65e7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Figtree;
  display:  inline-block ;
}

#s-1a71d421-c4c3-4799-8565-4b350c359d6f {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 700px;
}
@media (min-width: 1200px){#s-1a71d421-c4c3-4799-8565-4b350c359d6f {
  margin-top: 70px;
margin-bottom: 70px;
}
}
#s-1a71d421-c4c3-4799-8565-4b350c359d6f .shg-sld-dot {
  background-color: rgba(210, 182, 153, 1);
}

#s-1a71d421-c4c3-4799-8565-4b350c359d6f .shg-sld-nav-button.shg-sld-left,
#s-1a71d421-c4c3-4799-8565-4b350c359d6f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(210, 182, 153, 1);
}

#s-f948c136-d6bc-4e0d-ab68-36c0e7976c5a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-f948c136-d6bc-4e0d-ab68-36c0e7976c5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f948c136-d6bc-4e0d-ab68-36c0e7976c5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33eb068f-a163-4f42-8ddf-4c7c87e5ed7e {
  margin-left: 40%;
margin-right: 40%;
max-width: 250px;
text-align: center;
}








#s-33eb068f-a163-4f42-8ddf-4c7c87e5ed7e .shogun-image-content {
  
    align-items: center;
  
}

#s-f0ff416d-d506-418a-9129-79aec034d17f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-f0ff416d-d506-418a-9129-79aec034d17f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0ff416d-d506-418a-9129-79aec034d17f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ba130b3-363d-4e8a-8e85-df452db85ed4 {
  margin-left: 40%;
margin-right: 40%;
max-width: 250px;
text-align: center;
}








#s-9ba130b3-363d-4e8a-8e85-df452db85ed4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f01069a-71d3-40b7-a452-1b74121f796f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-0f01069a-71d3-40b7-a452-1b74121f796f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f01069a-71d3-40b7-a452-1b74121f796f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1ab1f00-07c0-4afc-b734-00c69b89906e {
  margin-left: 40%;
margin-right: 40%;
max-width: 250px;
text-align: center;
}







  #s-c1ab1f00-07c0-4afc-b734-00c69b89906e img.shogun-image {
    

    
    
    
  }


#s-c1ab1f00-07c0-4afc-b734-00c69b89906e .shogun-image-content {
  
    align-items: center;
  
}

#s-50f7c32f-010b-4358-b34c-e9966282f04b {
  margin-top: 15px;
margin-left: 5%;
margin-right: 5%;
min-height: 320px;
}

#s-1e88d093-4a8b-45de-9e02-f67f7a4aa137 {
  margin-top: 15px;
margin-left: 5%;
margin-right: 5%;
min-height: 320px;
}

#s-4eb5672a-73f7-42c5-8f09-ee1ec6a71ea2 {
  margin-top: 15px;
margin-left: 5%;
margin-right: 5%;
min-height: 320px;
}

#s-a738c772-d1de-441c-aa5a-18f241a5f90e {
  margin-left: auto;
margin-right: auto;
min-height: 500px;
max-width: 2000px;
background-color: rgba(255, 255, 255, 1);
}








#s-a738c772-d1de-441c-aa5a-18f241a5f90e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a738c772-d1de-441c-aa5a-18f241a5f90e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9395dd73-277a-4d94-880f-a39224e66d07 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
padding-bottom: 30px;
min-height: 50px;
max-width: 2000px;
}
@media (min-width: 1200px){#s-9395dd73-277a-4d94-880f-a39224e66d07 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9395dd73-277a-4d94-880f-a39224e66d07 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9395dd73-277a-4d94-880f-a39224e66d07 {
  display: none;
}
#s-9395dd73-277a-4d94-880f-a39224e66d07, #wrap-s-9395dd73-277a-4d94-880f-a39224e66d07 { display:none !important; }}@media (max-width: 767px){#s-9395dd73-277a-4d94-880f-a39224e66d07 {
  display: none;
}
#s-9395dd73-277a-4d94-880f-a39224e66d07, #wrap-s-9395dd73-277a-4d94-880f-a39224e66d07 { display:none !important; }}







#s-9395dd73-277a-4d94-880f-a39224e66d07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9395dd73-277a-4d94-880f-a39224e66d07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57c89f8f-cd96-4af2-a0fa-a2ad377e6165 {
  margin-top: 0px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-57c89f8f-cd96-4af2-a0fa-a2ad377e6165 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: 2px;
  
}



#s-1ec559f5-d0d8-470b-9484-d24b4a601e96 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
padding-top: 10px;
padding-bottom: 10px;
min-height: 650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ec559f5-d0d8-470b-9484-d24b4a601e96 {
  display: none;
}
#s-1ec559f5-d0d8-470b-9484-d24b4a601e96, #wrap-s-1ec559f5-d0d8-470b-9484-d24b4a601e96 { display:none !important; }}@media (max-width: 767px){#s-1ec559f5-d0d8-470b-9484-d24b4a601e96 {
  display: none;
}
#s-1ec559f5-d0d8-470b-9484-d24b4a601e96, #wrap-s-1ec559f5-d0d8-470b-9484-d24b4a601e96 { display:none !important; }}
#s-1ec559f5-d0d8-470b-9484-d24b4a601e96 .shg-sld-dot {
  background-color: rgba(210, 182, 153, 1);
}

#s-1ec559f5-d0d8-470b-9484-d24b4a601e96 .shg-sld-nav-button.shg-sld-left,
#s-1ec559f5-d0d8-470b-9484-d24b4a601e96 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(210, 182, 153, 1);
}

#s-88fa5e35-cde3-4b08-a8ee-8b7d6f7f3be1 {
  margin-bottom: 30px;
min-height: 600px;
}

@media (min-width: 0px) {
[id="s-88fa5e35-cde3-4b08-a8ee-8b7d6f7f3be1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-88fa5e35-cde3-4b08-a8ee-8b7d6f7f3be1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88fa5e35-cde3-4b08-a8ee-8b7d6f7f3be1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88fa5e35-cde3-4b08-a8ee-8b7d6f7f3be1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-656e15e0-e2ca-48f0-baad-85e538056858 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-656e15e0-e2ca-48f0-baad-85e538056858 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-656e15e0-e2ca-48f0-baad-85e538056858.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f21e05e-6b5f-4a9a-af81-1575435f8217 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-952517f8-e05e-4cf9-b88e-ec7008e5bfd7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-952517f8-e05e-4cf9-b88e-ec7008e5bfd7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-952517f8-e05e-4cf9-b88e-ec7008e5bfd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c3a9034-3c18-4382-b659-a51274a6efe6 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-cb4ba93d-5b5e-4c03-971b-16b9a74374cb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-cb4ba93d-5b5e-4c03-971b-16b9a74374cb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-cb4ba93d-5b5e-4c03-971b-16b9a74374cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-429e2131-5dc8-4771-a536-2a9fd431fbf9 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-59b49767-49fa-4585-a5a2-656e9fb3b64e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-59b49767-49fa-4585-a5a2-656e9fb3b64e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-59b49767-49fa-4585-a5a2-656e9fb3b64e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e09a90ab-b614-418f-864c-7f69bcc98d62 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-86c43012-0c2a-4f02-83fd-feb4c09c7b8b {
  margin-bottom: 30px;
min-height: 600px;
}

@media (min-width: 0px) {
[id="s-86c43012-0c2a-4f02-83fd-feb4c09c7b8b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-86c43012-0c2a-4f02-83fd-feb4c09c7b8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86c43012-0c2a-4f02-83fd-feb4c09c7b8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86c43012-0c2a-4f02-83fd-feb4c09c7b8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-8b2bde6f-401b-4aff-9653-9dea05614824 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-8b2bde6f-401b-4aff-9653-9dea05614824 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8b2bde6f-401b-4aff-9653-9dea05614824.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93801885-c474-44c9-a38e-62ec9332ab76 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-034310ca-8344-4af7-9d83-9c0b673d3ae6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-034310ca-8344-4af7-9d83-9c0b673d3ae6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-034310ca-8344-4af7-9d83-9c0b673d3ae6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01266420-adb6-4623-a30c-7defa8f90ce9 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-37b978ee-c892-42b0-92fe-a7bd511ac1ce {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-37b978ee-c892-42b0-92fe-a7bd511ac1ce > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-37b978ee-c892-42b0-92fe-a7bd511ac1ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-757d6187-4042-42b5-b7e5-87c00e11b3e2 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-7b0ea2fb-7b2c-496c-8a10-d68b1e0aff3d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-7b0ea2fb-7b2c-496c-8a10-d68b1e0aff3d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7b0ea2fb-7b2c-496c-8a10-d68b1e0aff3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16cf5a1a-2e4f-430e-8214-1a0224e0ff31 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-aa4a2733-5d9a-4251-a5f7-f2116676c5b4 {
  margin-bottom: 30px;
min-height: 600px;
}

@media (min-width: 0px) {
[id="s-aa4a2733-5d9a-4251-a5f7-f2116676c5b4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-aa4a2733-5d9a-4251-a5f7-f2116676c5b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa4a2733-5d9a-4251-a5f7-f2116676c5b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa4a2733-5d9a-4251-a5f7-f2116676c5b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-6374619f-15bb-46f2-9152-f53f886dc2b3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-6374619f-15bb-46f2-9152-f53f886dc2b3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6374619f-15bb-46f2-9152-f53f886dc2b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f12a1dc9-6a17-48e0-8a62-d00a8b01ff0f {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-ecc7620f-f4df-43ab-8b1b-930d96febb8c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-ecc7620f-f4df-43ab-8b1b-930d96febb8c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ecc7620f-f4df-43ab-8b1b-930d96febb8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-769a77cf-141b-45c3-8e60-eafbea8222ca {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-89c0dd33-719e-4486-a762-f5c8321e52e2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-89c0dd33-719e-4486-a762-f5c8321e52e2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-89c0dd33-719e-4486-a762-f5c8321e52e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f56c5f32-b5e3-43f1-b574-5c5fa85fd0a5 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-ea4815f2-6e73-43f9-af04-4082dd790da6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-ea4815f2-6e73-43f9-af04-4082dd790da6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ea4815f2-6e73-43f9-af04-4082dd790da6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62689905-5258-4e45-b3dc-4fd954850562 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-5a6cf43c-359f-4375-804c-030e8005a55c {
  margin-bottom: 30px;
min-height: 600px;
}

@media (min-width: 0px) {
[id="s-5a6cf43c-359f-4375-804c-030e8005a55c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5a6cf43c-359f-4375-804c-030e8005a55c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a6cf43c-359f-4375-804c-030e8005a55c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a6cf43c-359f-4375-804c-030e8005a55c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-55ecd6d7-1140-400d-8a1b-4deaac7af9ef {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-55ecd6d7-1140-400d-8a1b-4deaac7af9ef > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-55ecd6d7-1140-400d-8a1b-4deaac7af9ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2631ccc9-fdb2-4405-955f-33964f0258be {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-c8d6b379-4bc3-4e10-9d3d-48a7fe595ad9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-c8d6b379-4bc3-4e10-9d3d-48a7fe595ad9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c8d6b379-4bc3-4e10-9d3d-48a7fe595ad9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf8056d4-0934-43af-8400-807c5a74f220 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-9524aa55-ead9-485e-a1a9-95df06654ffc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-9524aa55-ead9-485e-a1a9-95df06654ffc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9524aa55-ead9-485e-a1a9-95df06654ffc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0650c70f-7f9a-4985-9fc3-d6e79fa0b9d2 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-fcf2bcbd-1e47-46c4-9129-205a7695d7ce {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-fcf2bcbd-1e47-46c4-9129-205a7695d7ce > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-fcf2bcbd-1e47-46c4-9129-205a7695d7ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65a4cfd8-8438-4c03-b07a-ee2ef4ec3b61 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-5e99a8a0-b341-4468-8d1f-627f5dca07bf {
  min-height: 500px;
}

@media (min-width: 0px) {
[id="s-5e99a8a0-b341-4468-8d1f-627f5dca07bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e99a8a0-b341-4468-8d1f-627f5dca07bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e99a8a0-b341-4468-8d1f-627f5dca07bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e99a8a0-b341-4468-8d1f-627f5dca07bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a1941c70-7921-4587-bef3-49b2e767f63a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center bottom;
}








#s-a1941c70-7921-4587-bef3-49b2e767f63a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-a1941c70-7921-4587-bef3-49b2e767f63a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32c71754-3c64-4f2f-b2ba-62a87f1e5825 {
  margin-top: 450px;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-32c71754-3c64-4f2f-b2ba-62a87f1e5825 {
  padding-left: 15%;
}
}
#s-dd873019-2e42-4833-9f3e-353c5ff6c0e3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-dd873019-2e42-4833-9f3e-353c5ff6c0e3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-dd873019-2e42-4833-9f3e-353c5ff6c0e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f586259f-a8a2-42e6-8fea-7f24b8abdf6d {
  margin-top: 450px;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f586259f-a8a2-42e6-8fea-7f24b8abdf6d {
  padding-left: 15%;
}
}
#s-59d948db-50f2-43ae-b32b-079e7e9f4bf0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center bottom;
}








#s-59d948db-50f2-43ae-b32b-079e7e9f4bf0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-59d948db-50f2-43ae-b32b-079e7e9f4bf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41bb036b-9c99-4fb3-a4ea-f01e1f08a0be {
  margin-top: 450px;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-41bb036b-9c99-4fb3-a4ea-f01e1f08a0be {
  padding-left: 15%;
}
}
#s-55fb181d-7a9d-4156-8da1-aa15caca19d2 {
  margin-top: 60px;
}
@media (max-width: 767px){#s-55fb181d-7a9d-4156-8da1-aa15caca19d2 {
  display: none;
}
#s-55fb181d-7a9d-4156-8da1-aa15caca19d2, #wrap-s-55fb181d-7a9d-4156-8da1-aa15caca19d2 { display:none !important; }}
#s-297ae5db-3af6-41ba-97c2-4031bac70b99 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 650px;
}
@media (min-width: 1200px){#s-297ae5db-3af6-41ba-97c2-4031bac70b99 {
  display: none;
}
#s-297ae5db-3af6-41ba-97c2-4031bac70b99, #wrap-s-297ae5db-3af6-41ba-97c2-4031bac70b99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-297ae5db-3af6-41ba-97c2-4031bac70b99 {
  display: none;
}
#s-297ae5db-3af6-41ba-97c2-4031bac70b99, #wrap-s-297ae5db-3af6-41ba-97c2-4031bac70b99 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-297ae5db-3af6-41ba-97c2-4031bac70b99 {
  
}
}@media (max-width: 767px){#s-297ae5db-3af6-41ba-97c2-4031bac70b99 {
  
}
}
#s-297ae5db-3af6-41ba-97c2-4031bac70b99 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-297ae5db-3af6-41ba-97c2-4031bac70b99 .shg-sld-nav-button.shg-sld-left,
#s-297ae5db-3af6-41ba-97c2-4031bac70b99 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8d8bfc9f-9af9-4ac9-87ed-0685ba7be267 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-8d8bfc9f-9af9-4ac9-87ed-0685ba7be267 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8d8bfc9f-9af9-4ac9-87ed-0685ba7be267.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07234f64-4d8c-40ca-a52e-ef1864c20124 {
  margin-top: 600px;
margin-left: 5px;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-07234f64-4d8c-40ca-a52e-ef1864c20124 {
  padding-left: 15%;
}
}
#s-d78cd01f-0824-4c91-aa4b-0bf9cbcbc117 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-d78cd01f-0824-4c91-aa4b-0bf9cbcbc117 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d78cd01f-0824-4c91-aa4b-0bf9cbcbc117.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb16ea6e-17fe-4d38-aea6-2b3aa82cabaa {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb16ea6e-17fe-4d38-aea6-2b3aa82cabaa {
  padding-left: 15%;
}
}
#s-964a2daa-30bf-499f-b263-af0dd3f374b8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-964a2daa-30bf-499f-b263-af0dd3f374b8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-964a2daa-30bf-499f-b263-af0dd3f374b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65038e93-77ca-4cd2-b495-c01c42b31118 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-65038e93-77ca-4cd2-b495-c01c42b31118 {
  padding-left: 15%;
}
}
#s-96b67418-6ed0-4f9f-b10e-099a348d8e61 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-96b67418-6ed0-4f9f-b10e-099a348d8e61 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-96b67418-6ed0-4f9f-b10e-099a348d8e61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a42132b7-6c9f-4dca-aa0c-c5c3dd9e272f {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a42132b7-6c9f-4dca-aa0c-c5c3dd9e272f {
  padding-left: 15%;
}
}
#s-f4bda313-62fb-4d08-8f1a-3d4f0d3dd92b {
  margin-top: 60px;
}
@media (min-width: 1200px){#s-f4bda313-62fb-4d08-8f1a-3d4f0d3dd92b {
  display: none;
}
#s-f4bda313-62fb-4d08-8f1a-3d4f0d3dd92b, #wrap-s-f4bda313-62fb-4d08-8f1a-3d4f0d3dd92b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4bda313-62fb-4d08-8f1a-3d4f0d3dd92b {
  display: none;
}
#s-f4bda313-62fb-4d08-8f1a-3d4f0d3dd92b, #wrap-s-f4bda313-62fb-4d08-8f1a-3d4f0d3dd92b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4bda313-62fb-4d08-8f1a-3d4f0d3dd92b {
  display: none;
}
#s-f4bda313-62fb-4d08-8f1a-3d4f0d3dd92b, #wrap-s-f4bda313-62fb-4d08-8f1a-3d4f0d3dd92b { display:none !important; }}@media (max-width: 767px){#s-f4bda313-62fb-4d08-8f1a-3d4f0d3dd92b {
  
}
}
#s-863f3fc9-cce5-4cf9-811a-7f91fa15cc40 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-bottom: 30px;
min-height: 50px;
max-width: 2000px;
}
@media (min-width: 1200px){#s-863f3fc9-cce5-4cf9-811a-7f91fa15cc40 {
  display: none;
}
#s-863f3fc9-cce5-4cf9-811a-7f91fa15cc40, #wrap-s-863f3fc9-cce5-4cf9-811a-7f91fa15cc40 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-863f3fc9-cce5-4cf9-811a-7f91fa15cc40 {
  display: none;
}
#s-863f3fc9-cce5-4cf9-811a-7f91fa15cc40, #wrap-s-863f3fc9-cce5-4cf9-811a-7f91fa15cc40 { display:none !important; }}







#s-863f3fc9-cce5-4cf9-811a-7f91fa15cc40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-863f3fc9-cce5-4cf9-811a-7f91fa15cc40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1da3033-df65-4e22-bece-bce80585a75d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1da3033-df65-4e22-bece-bce80585a75d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Figtree";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}



#s-ab8440bb-0601-4222-bcf2-28183ec2f38e {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab8440bb-0601-4222-bcf2-28183ec2f38e {
  display: none;
}
#s-ab8440bb-0601-4222-bcf2-28183ec2f38e, #wrap-s-ab8440bb-0601-4222-bcf2-28183ec2f38e { display:none !important; }}@media (max-width: 767px){#s-ab8440bb-0601-4222-bcf2-28183ec2f38e {
  display: none;
}
#s-ab8440bb-0601-4222-bcf2-28183ec2f38e, #wrap-s-ab8440bb-0601-4222-bcf2-28183ec2f38e { display:none !important; }}
#s-ab8440bb-0601-4222-bcf2-28183ec2f38e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ab8440bb-0601-4222-bcf2-28183ec2f38e .shg-sld-nav-button.shg-sld-left,
#s-ab8440bb-0601-4222-bcf2-28183ec2f38e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f38b284c-ed33-4ba0-b9a6-7ab7a8da5a55 {
  min-height: 600px;
}

@media (min-width: 0px) {
[id="s-f38b284c-ed33-4ba0-b9a6-7ab7a8da5a55"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f38b284c-ed33-4ba0-b9a6-7ab7a8da5a55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f38b284c-ed33-4ba0-b9a6-7ab7a8da5a55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f38b284c-ed33-4ba0-b9a6-7ab7a8da5a55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-dbe4716d-4ac7-426d-affd-b7f31adead07 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-dbe4716d-4ac7-426d-affd-b7f31adead07 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-dbe4716d-4ac7-426d-affd-b7f31adead07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4ca12a1-fd6a-4daf-a4ce-9f625df48f16 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4ca12a1-fd6a-4daf-a4ce-9f625df48f16 {
  padding-left: 15%;
}
}
#s-319e4674-fdc0-4bdb-9045-fbf95dc8ec45 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-319e4674-fdc0-4bdb-9045-fbf95dc8ec45 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-319e4674-fdc0-4bdb-9045-fbf95dc8ec45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bea9fc8-2157-4e8e-af6a-b06bb9f19a01 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bea9fc8-2157-4e8e-af6a-b06bb9f19a01 {
  padding-left: 15%;
}
}
#s-d9110b3b-6733-473f-a7a0-aaf39db6df42 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-d9110b3b-6733-473f-a7a0-aaf39db6df42 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d9110b3b-6733-473f-a7a0-aaf39db6df42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea4cc234-b1d9-4180-b626-640a8743f887 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea4cc234-b1d9-4180-b626-640a8743f887 {
  padding-left: 15%;
}
}
#s-c54232a8-aa20-464f-b0c6-ea8b489ee158 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-c54232a8-aa20-464f-b0c6-ea8b489ee158 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c54232a8-aa20-464f-b0c6-ea8b489ee158.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37a58dc7-8fd9-4521-8e46-ba56bf8df0ce {
  margin-top: 600px;
margin-left: 5px;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-37a58dc7-8fd9-4521-8e46-ba56bf8df0ce {
  padding-left: 15%;
}
}
#s-ebf64fc9-4911-4386-b7ff-43a31c7c61c2 {
  min-height: 650px;
}

@media (min-width: 0px) {
[id="s-ebf64fc9-4911-4386-b7ff-43a31c7c61c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ebf64fc9-4911-4386-b7ff-43a31c7c61c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ebf64fc9-4911-4386-b7ff-43a31c7c61c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebf64fc9-4911-4386-b7ff-43a31c7c61c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-6a1bc667-625d-4d22-985f-2b3aabf3110a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-6a1bc667-625d-4d22-985f-2b3aabf3110a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6a1bc667-625d-4d22-985f-2b3aabf3110a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e71f095f-104c-4879-8a2b-2aa5fe1e4e1b {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e71f095f-104c-4879-8a2b-2aa5fe1e4e1b {
  padding-left: 15%;
}
}
#s-ce385475-4c37-43ca-83b8-9c3756393f94 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-ce385475-4c37-43ca-83b8-9c3756393f94 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ce385475-4c37-43ca-83b8-9c3756393f94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cc6a038-3a5d-4566-994b-8d2e356a1727 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9cc6a038-3a5d-4566-994b-8d2e356a1727 {
  padding-left: 15%;
}
}
#s-190638d5-7970-49d4-a7bf-f6df80fb46e4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-190638d5-7970-49d4-a7bf-f6df80fb46e4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-190638d5-7970-49d4-a7bf-f6df80fb46e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ce155e2-6a8c-41c1-bb5e-489183da9c61 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ce155e2-6a8c-41c1-bb5e-489183da9c61 {
  padding-left: 15%;
}
}
#s-64fdb600-c8a5-4926-9e64-fe1a3c43cb65 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-64fdb600-c8a5-4926-9e64-fe1a3c43cb65 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-64fdb600-c8a5-4926-9e64-fe1a3c43cb65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df76a778-e440-445a-ae9a-4f1c028a8dd8 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-df76a778-e440-445a-ae9a-4f1c028a8dd8 {
  padding-left: 15%;
}
}
#s-95cda49e-91ff-4eba-b99d-57dabd7aef6b {
  min-height: 650px;
}

@media (min-width: 0px) {
[id="s-95cda49e-91ff-4eba-b99d-57dabd7aef6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-95cda49e-91ff-4eba-b99d-57dabd7aef6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95cda49e-91ff-4eba-b99d-57dabd7aef6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95cda49e-91ff-4eba-b99d-57dabd7aef6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-38fd329c-f71d-451b-8d42-937654bffcae {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-38fd329c-f71d-451b-8d42-937654bffcae > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-38fd329c-f71d-451b-8d42-937654bffcae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2450935c-3959-46c8-a8f6-ba073747a2dc {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2450935c-3959-46c8-a8f6-ba073747a2dc {
  padding-left: 15%;
}
}
#s-9003b1a3-2017-4d67-920d-8a458e09d702 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-9003b1a3-2017-4d67-920d-8a458e09d702 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9003b1a3-2017-4d67-920d-8a458e09d702.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96467d61-f244-4f2e-9038-0d0d26a2f3f2 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-96467d61-f244-4f2e-9038-0d0d26a2f3f2 {
  padding-left: 15%;
}
}
#s-e81d51c8-e12b-44c4-ba1d-c515d2907a11 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-e81d51c8-e12b-44c4-ba1d-c515d2907a11 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e81d51c8-e12b-44c4-ba1d-c515d2907a11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58934b97-6cae-4150-808d-0f9834f27095 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-58934b97-6cae-4150-808d-0f9834f27095 {
  padding-left: 15%;
}
}
#s-572e0e64-b7cd-4621-8f27-6b1df50578bd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-572e0e64-b7cd-4621-8f27-6b1df50578bd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-572e0e64-b7cd-4621-8f27-6b1df50578bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d28ee973-95a1-49bd-96da-f05860ee714b {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d28ee973-95a1-49bd-96da-f05860ee714b {
  padding-left: 15%;
}
}
#s-5675a81f-6c10-4fe7-b6a6-055d7101cdc8 {
  min-height: 650px;
}

@media (min-width: 0px) {
[id="s-5675a81f-6c10-4fe7-b6a6-055d7101cdc8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5675a81f-6c10-4fe7-b6a6-055d7101cdc8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5675a81f-6c10-4fe7-b6a6-055d7101cdc8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5675a81f-6c10-4fe7-b6a6-055d7101cdc8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-23e186a9-06ef-42de-a9e3-3bc3228caac1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-23e186a9-06ef-42de-a9e3-3bc3228caac1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-23e186a9-06ef-42de-a9e3-3bc3228caac1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59c8d6bb-a3a8-44ad-86c8-e75eef6c6306 {
  margin-top: 600px;
margin-left: 10px;
padding-left: 5%;
}

#s-6197725c-7478-490d-8a37-bee86c19b2f6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-6197725c-7478-490d-8a37-bee86c19b2f6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6197725c-7478-490d-8a37-bee86c19b2f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36cf5a63-2796-4f13-94b3-828d482af64d {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-36cf5a63-2796-4f13-94b3-828d482af64d {
  padding-left: 15%;
}
}
#s-c91a8acb-ac50-441d-ad50-9edb4cff5972 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-c91a8acb-ac50-441d-ad50-9edb4cff5972 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c91a8acb-ac50-441d-ad50-9edb4cff5972.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7378a4c6-4d82-462e-95ef-7d84a64a0dcc {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7378a4c6-4d82-462e-95ef-7d84a64a0dcc {
  padding-left: 15%;
}
}
#s-9c150c79-c108-438c-aa51-895d0de24f80 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-9c150c79-c108-438c-aa51-895d0de24f80 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9c150c79-c108-438c-aa51-895d0de24f80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbbfb33f-b6d5-46e8-b4bc-94eb4b29e9e7 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cbbfb33f-b6d5-46e8-b4bc-94eb4b29e9e7 {
  padding-left: 15%;
}
}
#s-1cbc9198-a738-441d-933c-3178beedfbd5 {
  min-height: 500px;
}

@media (min-width: 0px) {
[id="s-1cbc9198-a738-441d-933c-3178beedfbd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cbc9198-a738-441d-933c-3178beedfbd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1cbc9198-a738-441d-933c-3178beedfbd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cbc9198-a738-441d-933c-3178beedfbd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-22098a7d-c041-45f8-aa24-9a8f5ea1807c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center bottom;
}








#s-22098a7d-c041-45f8-aa24-9a8f5ea1807c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-22098a7d-c041-45f8-aa24-9a8f5ea1807c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f585ba7-4f54-403f-a29c-b44b0f264949 {
  margin-top: 450px;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f585ba7-4f54-403f-a29c-b44b0f264949 {
  padding-left: 15%;
}
}
#s-dc8e1452-dc15-4ed3-b4e8-fd862f75842a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-dc8e1452-dc15-4ed3-b4e8-fd862f75842a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-dc8e1452-dc15-4ed3-b4e8-fd862f75842a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-517f750a-23aa-4543-9c5e-46f043e26224 {
  margin-top: 450px;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-517f750a-23aa-4543-9c5e-46f043e26224 {
  padding-left: 15%;
}
}
#s-8349d817-9487-4a02-b14b-23de253f66a3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center bottom;
}








#s-8349d817-9487-4a02-b14b-23de253f66a3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-8349d817-9487-4a02-b14b-23de253f66a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44dc9008-0c45-46ab-ab14-82afef114b10 {
  margin-top: 450px;
padding-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-44dc9008-0c45-46ab-ab14-82afef114b10 {
  padding-left: 15%;
}
}
#s-5558648b-58ed-4846-869f-21fe5c4c7091 {
  margin-top: 60px;
}
@media (max-width: 767px){#s-5558648b-58ed-4846-869f-21fe5c4c7091 {
  display: none;
}
#s-5558648b-58ed-4846-869f-21fe5c4c7091, #wrap-s-5558648b-58ed-4846-869f-21fe5c4c7091 { display:none !important; }}
#s-a2056c18-a1ba-45f3-b00f-c2a0075367ef {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 650px;
}
@media (min-width: 1200px){#s-a2056c18-a1ba-45f3-b00f-c2a0075367ef {
  display: none;
}
#s-a2056c18-a1ba-45f3-b00f-c2a0075367ef, #wrap-s-a2056c18-a1ba-45f3-b00f-c2a0075367ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2056c18-a1ba-45f3-b00f-c2a0075367ef {
  display: none;
}
#s-a2056c18-a1ba-45f3-b00f-c2a0075367ef, #wrap-s-a2056c18-a1ba-45f3-b00f-c2a0075367ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2056c18-a1ba-45f3-b00f-c2a0075367ef {
  
}
}@media (max-width: 767px){#s-a2056c18-a1ba-45f3-b00f-c2a0075367ef {
  
}
}
#s-a2056c18-a1ba-45f3-b00f-c2a0075367ef .shg-sld-dot {
  background-color: rgba(210, 182, 153, 1);
}

#s-a2056c18-a1ba-45f3-b00f-c2a0075367ef .shg-sld-nav-button.shg-sld-left,
#s-a2056c18-a1ba-45f3-b00f-c2a0075367ef .shg-sld-nav-button.shg-sld-right {
  fill: rgba(210, 182, 153, 1);
}

#s-826ef3cb-6af9-4659-b48c-72e41d516df8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-826ef3cb-6af9-4659-b48c-72e41d516df8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-826ef3cb-6af9-4659-b48c-72e41d516df8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25d3a3c4-dda9-474a-a024-2cdc376c069d {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-7a4d88ea-ada7-4946-b0c6-f1b12646843a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-7a4d88ea-ada7-4946-b0c6-f1b12646843a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7a4d88ea-ada7-4946-b0c6-f1b12646843a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70aeacc2-a965-4009-9d63-aba9d18bea24 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-6d2532ee-7f00-46c4-9760-29921b455cc3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-6d2532ee-7f00-46c4-9760-29921b455cc3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6d2532ee-7f00-46c4-9760-29921b455cc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e63069a-38c5-44cb-b54e-3166a8d353b7 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-83c3e49c-54d7-4805-88ad-f1913b6ee8e3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-83c3e49c-54d7-4805-88ad-f1913b6ee8e3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-83c3e49c-54d7-4805-88ad-f1913b6ee8e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b80f4a4-6007-4da4-8d37-1c0bc471f9ed {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-8cc15e19-0f1e-433d-be14-670cc5c8c8c7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-8cc15e19-0f1e-433d-be14-670cc5c8c8c7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8cc15e19-0f1e-433d-be14-670cc5c8c8c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e84d3a3-3d11-472e-970f-0d0cb7498699 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-432bcb2c-5bc3-4cd4-b4c2-b9b61d53dbd2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center bottom;
}








#s-432bcb2c-5bc3-4cd4-b4c2-b9b61d53dbd2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-432bcb2c-5bc3-4cd4-b4c2-b9b61d53dbd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2d12048-5614-4b21-9d5b-622573aeb1c2 {
  margin-top: 600px;
margin-left: 5%;
padding-left: 0%;
}

#s-84da907a-76db-4ad4-ac25-89223fc1ecdb {
  margin-top: 60px;
}
@media (min-width: 1200px){#s-84da907a-76db-4ad4-ac25-89223fc1ecdb {
  display: none;
}
#s-84da907a-76db-4ad4-ac25-89223fc1ecdb, #wrap-s-84da907a-76db-4ad4-ac25-89223fc1ecdb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84da907a-76db-4ad4-ac25-89223fc1ecdb {
  display: none;
}
#s-84da907a-76db-4ad4-ac25-89223fc1ecdb, #wrap-s-84da907a-76db-4ad4-ac25-89223fc1ecdb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84da907a-76db-4ad4-ac25-89223fc1ecdb {
  display: none;
}
#s-84da907a-76db-4ad4-ac25-89223fc1ecdb, #wrap-s-84da907a-76db-4ad4-ac25-89223fc1ecdb { display:none !important; }}@media (max-width: 767px){#s-84da907a-76db-4ad4-ac25-89223fc1ecdb {
  
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}