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

@media (min-width: 768px) and (max-width: 991px){#s-e1907f64-7b3d-4164-90c0-b1ba65cd5c67 {
  display: none;
}
#s-e1907f64-7b3d-4164-90c0-b1ba65cd5c67, #wrap-s-e1907f64-7b3d-4164-90c0-b1ba65cd5c67 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e1907f64-7b3d-4164-90c0-b1ba65cd5c67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1907f64-7b3d-4164-90c0-b1ba65cd5c67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1907f64-7b3d-4164-90c0-b1ba65cd5c67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1907f64-7b3d-4164-90c0-b1ba65cd5c67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e1907f64-7b3d-4164-90c0-b1ba65cd5c67"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-cb209e93-7b6b-4c78-a00a-a03f3c21a9dc {
  min-height: 500px;
}
@media (max-width: 767px){#s-cb209e93-7b6b-4c78-a00a-a03f3c21a9dc {
  min-height: 300px;
}
}







#s-cb209e93-7b6b-4c78-a00a-a03f3c21a9dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb209e93-7b6b-4c78-a00a-a03f3c21a9dc.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-dd0299e9-d5e8-4b35-821e-43d19364f2b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-dd0299e9-d5e8-4b35-821e-43d19364f2b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd0299e9-d5e8-4b35-821e-43d19364f2b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd0299e9-d5e8-4b35-821e-43d19364f2b0 {
  display: none;
}
#s-dd0299e9-d5e8-4b35-821e-43d19364f2b0, #wrap-s-dd0299e9-d5e8-4b35-821e-43d19364f2b0 { display:none !important; }}@media (max-width: 767px){#s-dd0299e9-d5e8-4b35-821e-43d19364f2b0 {
  
}
}
#s-dd0299e9-d5e8-4b35-821e-43d19364f2b0 .shogun-heading-component h1 {
  color: rgba(185, 151, 91, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



.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-96994801-f2bb-4b3f-8a66-2204dd902c57 {
  margin-top: 5px;
margin-bottom: 5px;
}

.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-562ae37e-b63e-4f79-9614-767ee5096f1a {
  text-align: center;
}







  #s-562ae37e-b63e-4f79-9614-767ee5096f1a img.shogun-image {
    

    
    
    
  }


#s-562ae37e-b63e-4f79-9614-767ee5096f1a .shogun-image-content {
  
    align-items: center;
  
}

#s-f989f240-0f86-4270-a04b-19ec046ba565 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f989f240-0f86-4270-a04b-19ec046ba565 {
  display: none;
}
#s-f989f240-0f86-4270-a04b-19ec046ba565, #wrap-s-f989f240-0f86-4270-a04b-19ec046ba565 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f989f240-0f86-4270-a04b-19ec046ba565 {
  display: none;
}
#s-f989f240-0f86-4270-a04b-19ec046ba565, #wrap-s-f989f240-0f86-4270-a04b-19ec046ba565 { display:none !important; }}@media (max-width: 767px){#s-f989f240-0f86-4270-a04b-19ec046ba565 {
  display: none;
}
#s-f989f240-0f86-4270-a04b-19ec046ba565, #wrap-s-f989f240-0f86-4270-a04b-19ec046ba565 { display:none !important; }}
#s-f989f240-0f86-4270-a04b-19ec046ba565 .shogun-heading-component h2 {
  color: rgba(185, 151, 91, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  
}



#s-40e72544-2d3f-413c-b5f6-7c31d2e7a9ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-40e72544-2d3f-413c-b5f6-7c31d2e7a9ce {
  display: none;
}
#s-40e72544-2d3f-413c-b5f6-7c31d2e7a9ce, #wrap-s-40e72544-2d3f-413c-b5f6-7c31d2e7a9ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40e72544-2d3f-413c-b5f6-7c31d2e7a9ce {
  display: none;
}
#s-40e72544-2d3f-413c-b5f6-7c31d2e7a9ce, #wrap-s-40e72544-2d3f-413c-b5f6-7c31d2e7a9ce { display:none !important; }}@media (max-width: 767px){#s-40e72544-2d3f-413c-b5f6-7c31d2e7a9ce {
  display: none;
}
#s-40e72544-2d3f-413c-b5f6-7c31d2e7a9ce, #wrap-s-40e72544-2d3f-413c-b5f6-7c31d2e7a9ce { display:none !important; }}
#s-40e72544-2d3f-413c-b5f6-7c31d2e7a9ce .shogun-heading-component h3 {
  color: rgba(65, 97, 101, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 1200px){#s-f185832a-ed77-433b-9b3b-3789cea4142a {
  display: none;
}
#s-f185832a-ed77-433b-9b3b-3789cea4142a, #wrap-s-f185832a-ed77-433b-9b3b-3789cea4142a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f185832a-ed77-433b-9b3b-3789cea4142a {
  display: none;
}
#s-f185832a-ed77-433b-9b3b-3789cea4142a, #wrap-s-f185832a-ed77-433b-9b3b-3789cea4142a { display:none !important; }}@media (max-width: 767px){#s-f185832a-ed77-433b-9b3b-3789cea4142a {
  display: none;
}
#s-f185832a-ed77-433b-9b3b-3789cea4142a, #wrap-s-f185832a-ed77-433b-9b3b-3789cea4142a { display:none !important; }}
@media (min-width: 0px) {
[id="s-f185832a-ed77-433b-9b3b-3789cea4142a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f185832a-ed77-433b-9b3b-3789cea4142a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f185832a-ed77-433b-9b3b-3789cea4142a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f185832a-ed77-433b-9b3b-3789cea4142a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4db63bff-e024-4498-86ee-9f393df982c0 {
  min-height: 310px;
}








#s-4db63bff-e024-4498-86ee-9f393df982c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4db63bff-e024-4498-86ee-9f393df982c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46b7f3c1-3b8e-47af-8693-4dc137e691d9 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px){#s-46b7f3c1-3b8e-47af-8693-4dc137e691d9 {
  display: none;
}
#s-46b7f3c1-3b8e-47af-8693-4dc137e691d9, #wrap-s-46b7f3c1-3b8e-47af-8693-4dc137e691d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46b7f3c1-3b8e-47af-8693-4dc137e691d9 {
  display: none;
}
#s-46b7f3c1-3b8e-47af-8693-4dc137e691d9, #wrap-s-46b7f3c1-3b8e-47af-8693-4dc137e691d9 { display:none !important; }}@media (max-width: 767px){#s-46b7f3c1-3b8e-47af-8693-4dc137e691d9 {
  display: none;
}
#s-46b7f3c1-3b8e-47af-8693-4dc137e691d9, #wrap-s-46b7f3c1-3b8e-47af-8693-4dc137e691d9 { display:none !important; }}
#s-a1b78640-920a-421e-b412-ccf37589bc3f {
  text-align: center;
}
@media (min-width: 1200px){#s-a1b78640-920a-421e-b412-ccf37589bc3f {
  display: none;
}
#s-a1b78640-920a-421e-b412-ccf37589bc3f, #wrap-s-a1b78640-920a-421e-b412-ccf37589bc3f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1b78640-920a-421e-b412-ccf37589bc3f {
  display: none;
}
#s-a1b78640-920a-421e-b412-ccf37589bc3f, #wrap-s-a1b78640-920a-421e-b412-ccf37589bc3f { display:none !important; }}@media (max-width: 767px){#s-a1b78640-920a-421e-b412-ccf37589bc3f {
  display: none;
}
#s-a1b78640-920a-421e-b412-ccf37589bc3f, #wrap-s-a1b78640-920a-421e-b412-ccf37589bc3f { display:none !important; }}






  #s-a1b78640-920a-421e-b412-ccf37589bc3f img.shogun-image {
    

    
    
    
  }


#s-a1b78640-920a-421e-b412-ccf37589bc3f .shogun-image-content {
  
    align-items: center;
  
}

#s-a338df0f-45e4-44b5-9d6d-429e10aca9c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a338df0f-45e4-44b5-9d6d-429e10aca9c0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-b2f4c131-17a2-48d4-85f8-03966a1139dd {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-b2f4c131-17a2-48d4-85f8-03966a1139dd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b2f4c131-17a2-48d4-85f8-03966a1139dd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b2f4c131-17a2-48d4-85f8-03966a1139dd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(185, 151, 91, 1);
}

#s-b2f4c131-17a2-48d4-85f8-03966a1139dd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b2f4c131-17a2-48d4-85f8-03966a1139dd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(185, 151, 91, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b2f4c131-17a2-48d4-85f8-03966a1139dd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-d13e2007-ca52-45f6-a5b4-1291418535fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d13e2007-ca52-45f6-a5b4-1291418535fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d13e2007-ca52-45f6-a5b4-1291418535fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d13e2007-ca52-45f6-a5b4-1291418535fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d13e2007-ca52-45f6-a5b4-1291418535fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d13e2007-ca52-45f6-a5b4-1291418535fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d13e2007-ca52-45f6-a5b4-1291418535fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-107ce627-0ea4-4053-97f3-a744a8ddb34d {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-107ce627-0ea4-4053-97f3-a744a8ddb34d img.shogun-image {
    

    
    
    
  }


#s-107ce627-0ea4-4053-97f3-a744a8ddb34d .shogun-image-content {
  
    align-items: center;
  
}

#s-20ff57ce-d6cf-48d4-9759-19249df87d2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-20ff57ce-d6cf-48d4-9759-19249df87d2c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-93c96512-92e7-4504-81b9-69f598c9fdd5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-93c96512-92e7-4504-81b9-69f598c9fdd5:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93c96512-92e7-4504-81b9-69f598c9fdd5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93c96512-92e7-4504-81b9-69f598c9fdd5-root {
    text-align: center;
  }


#s-93c96512-92e7-4504-81b9-69f598c9fdd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93c96512-92e7-4504-81b9-69f598c9fdd5-root {
    text-align: center;
  }


#s-93c96512-92e7-4504-81b9-69f598c9fdd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93c96512-92e7-4504-81b9-69f598c9fdd5-root {
    text-align: center;
  }


#s-93c96512-92e7-4504-81b9-69f598c9fdd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93c96512-92e7-4504-81b9-69f598c9fdd5-root {
    text-align: center;
  }


#s-93c96512-92e7-4504-81b9-69f598c9fdd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93c96512-92e7-4504-81b9-69f598c9fdd5-root {
    text-align: center;
  }


#s-93c96512-92e7-4504-81b9-69f598c9fdd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-93c96512-92e7-4504-81b9-69f598c9fdd5-root {
    text-align: center;
  }


#s-93c96512-92e7-4504-81b9-69f598c9fdd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

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

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

#s-d30ebd39-ec74-4c1f-92a0-508976075301 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-d30ebd39-ec74-4c1f-92a0-508976075301 hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

@media (min-width: 0px) {
[id="s-4602336c-7bbd-48d7-a794-e8d8bd85800e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4602336c-7bbd-48d7-a794-e8d8bd85800e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4602336c-7bbd-48d7-a794-e8d8bd85800e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4602336c-7bbd-48d7-a794-e8d8bd85800e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4602336c-7bbd-48d7-a794-e8d8bd85800e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4602336c-7bbd-48d7-a794-e8d8bd85800e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4602336c-7bbd-48d7-a794-e8d8bd85800e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a9381181-8f90-4849-8ece-bef5c19f0443 {
  text-align: center;
}







  #s-a9381181-8f90-4849-8ece-bef5c19f0443 img.shogun-image {
    

    
    
    
  }


#s-a9381181-8f90-4849-8ece-bef5c19f0443 .shogun-image-content {
  
    align-items: center;
  
}

#s-c53be69c-8276-477f-8e8d-c3a8008459b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c53be69c-8276-477f-8e8d-c3a8008459b7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373-root {
    text-align: center;
  }


#s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373-root {
    text-align: center;
  }


#s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373-root {
    text-align: center;
  }


#s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373-root {
    text-align: center;
  }


#s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373-root {
    text-align: center;
  }


#s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373-root {
    text-align: center;
  }


#s-a2f5e35f-fe75-4d97-ac48-a0e3a47f0373.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-58e83095-3364-4e2d-ac73-248c46562761 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-58e83095-3364-4e2d-ac73-248c46562761 hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

@media (min-width: 0px) {
[id="s-4a2c1361-52b9-4acd-b6c7-1a18ebc310a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a2c1361-52b9-4acd-b6c7-1a18ebc310a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4a2c1361-52b9-4acd-b6c7-1a18ebc310a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a2c1361-52b9-4acd-b6c7-1a18ebc310a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4a2c1361-52b9-4acd-b6c7-1a18ebc310a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a2c1361-52b9-4acd-b6c7-1a18ebc310a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4a2c1361-52b9-4acd-b6c7-1a18ebc310a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c03aa80c-a09c-4dbf-b609-4a44b055362a {
  text-align: center;
}







  #s-c03aa80c-a09c-4dbf-b609-4a44b055362a img.shogun-image {
    

    
    
    
  }


#s-c03aa80c-a09c-4dbf-b609-4a44b055362a .shogun-image-content {
  
    align-items: center;
  
}

#s-7171c92d-6c75-4aa9-804c-538273690051 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7171c92d-6c75-4aa9-804c-538273690051 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f-root {
    text-align: center;
  }


#s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f-root {
    text-align: center;
  }


#s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f-root {
    text-align: center;
  }


#s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f-root {
    text-align: center;
  }


#s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f-root {
    text-align: center;
  }


#s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f-root {
    text-align: center;
  }


#s-85c26ea6-c2fd-4196-ab8a-045113ba5f8f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-713d3c52-2a69-4611-b9cf-42dea354148a {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-713d3c52-2a69-4611-b9cf-42dea354148a hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

#s-10b560e1-d00c-44be-a7a2-b19cd2ae3edb {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-10b560e1-d00c-44be-a7a2-b19cd2ae3edb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10b560e1-d00c-44be-a7a2-b19cd2ae3edb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10b560e1-d00c-44be-a7a2-b19cd2ae3edb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10b560e1-d00c-44be-a7a2-b19cd2ae3edb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10b560e1-d00c-44be-a7a2-b19cd2ae3edb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10b560e1-d00c-44be-a7a2-b19cd2ae3edb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10b560e1-d00c-44be-a7a2-b19cd2ae3edb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c2a80e4c-be20-4680-a939-aec28b841415 {
  text-align: center;
}







  #s-c2a80e4c-be20-4680-a939-aec28b841415 img.shogun-image {
    

    
    
    
  }


#s-c2a80e4c-be20-4680-a939-aec28b841415 .shogun-image-content {
  
    align-items: center;
  
}

#s-358f8213-0dc4-49a8-9362-637d53e08ca0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-358f8213-0dc4-49a8-9362-637d53e08ca0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b-root {
    text-align: center;
  }


#s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b-root {
    text-align: center;
  }


#s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b-root {
    text-align: center;
  }


#s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b-root {
    text-align: center;
  }


#s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b-root {
    text-align: center;
  }


#s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b-root {
    text-align: center;
  }


#s-5fdb3b67-1cf0-4ff0-be88-4adb0e2de95b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e111b0b0-084c-472d-af60-a38ad29319ab {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-e111b0b0-084c-472d-af60-a38ad29319ab hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

@media (min-width: 0px) {
[id="s-b458a738-c8b4-4f07-9e23-4b6395eab735"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b458a738-c8b4-4f07-9e23-4b6395eab735"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b458a738-c8b4-4f07-9e23-4b6395eab735"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b458a738-c8b4-4f07-9e23-4b6395eab735"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b458a738-c8b4-4f07-9e23-4b6395eab735"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b458a738-c8b4-4f07-9e23-4b6395eab735"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b458a738-c8b4-4f07-9e23-4b6395eab735"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-aea6c390-9dee-4ba3-aa0d-be37c3f8875c {
  text-align: center;
}







  #s-aea6c390-9dee-4ba3-aa0d-be37c3f8875c img.shogun-image {
    

    
    
    
  }


#s-aea6c390-9dee-4ba3-aa0d-be37c3f8875c .shogun-image-content {
  
    align-items: center;
  
}

#s-93faf274-0284-4ff2-b6bc-45ea435fdb29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-93faf274-0284-4ff2-b6bc-45ea435fdb29 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5f8f11c0-15fd-4767-9e8c-e00950c5995d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee-root {
    text-align: center;
  }


#s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee-root {
    text-align: center;
  }


#s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee-root {
    text-align: center;
  }


#s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee-root {
    text-align: center;
  }


#s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee-root {
    text-align: center;
  }


#s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee-root {
    text-align: center;
  }


#s-dc48a6da-27d8-4c53-8c5a-15ff0c263fee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0a5b2261-56ed-4e96-b085-fa7d31d7c1aa {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-0a5b2261-56ed-4e96-b085-fa7d31d7c1aa hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

@media (min-width: 0px) {
[id="s-123c1a7a-1cc2-4af8-85aa-babe9caaa4d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-123c1a7a-1cc2-4af8-85aa-babe9caaa4d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-123c1a7a-1cc2-4af8-85aa-babe9caaa4d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-123c1a7a-1cc2-4af8-85aa-babe9caaa4d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-123c1a7a-1cc2-4af8-85aa-babe9caaa4d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-123c1a7a-1cc2-4af8-85aa-babe9caaa4d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-123c1a7a-1cc2-4af8-85aa-babe9caaa4d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-217bd5f9-2865-427b-a97b-749b21e88a1d {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-217bd5f9-2865-427b-a97b-749b21e88a1d img.shogun-image {
    

    
    
    
  }


#s-217bd5f9-2865-427b-a97b-749b21e88a1d .shogun-image-content {
  
    align-items: center;
  
}

#s-0ff63465-3bf7-4550-9983-dcbab57453b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0ff63465-3bf7-4550-9983-dcbab57453b0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-29b98d74-17a7-4e08-afb3-27ad6782be9c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-29b98d74-17a7-4e08-afb3-27ad6782be9c:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-29b98d74-17a7-4e08-afb3-27ad6782be9c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29b98d74-17a7-4e08-afb3-27ad6782be9c-root {
    text-align: center;
  }


#s-29b98d74-17a7-4e08-afb3-27ad6782be9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-29b98d74-17a7-4e08-afb3-27ad6782be9c-root {
    text-align: center;
  }


#s-29b98d74-17a7-4e08-afb3-27ad6782be9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29b98d74-17a7-4e08-afb3-27ad6782be9c-root {
    text-align: center;
  }


#s-29b98d74-17a7-4e08-afb3-27ad6782be9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29b98d74-17a7-4e08-afb3-27ad6782be9c-root {
    text-align: center;
  }


#s-29b98d74-17a7-4e08-afb3-27ad6782be9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-29b98d74-17a7-4e08-afb3-27ad6782be9c-root {
    text-align: center;
  }


#s-29b98d74-17a7-4e08-afb3-27ad6782be9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-29b98d74-17a7-4e08-afb3-27ad6782be9c-root {
    text-align: center;
  }


#s-29b98d74-17a7-4e08-afb3-27ad6782be9c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-dbd1dfe0-db41-4769-920f-f754554d7686"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbd1dfe0-db41-4769-920f-f754554d7686"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dbd1dfe0-db41-4769-920f-f754554d7686"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dbd1dfe0-db41-4769-920f-f754554d7686"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dbd1dfe0-db41-4769-920f-f754554d7686"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbd1dfe0-db41-4769-920f-f754554d7686"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dbd1dfe0-db41-4769-920f-f754554d7686"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d2a189ac-a227-42cc-9233-638a25a8affa {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-d2a189ac-a227-42cc-9233-638a25a8affa img.shogun-image {
    

    
    
    
  }


#s-d2a189ac-a227-42cc-9233-638a25a8affa .shogun-image-content {
  
    align-items: center;
  
}

#s-d3c5eee8-6391-479d-a33e-0197de1d67a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d3c5eee8-6391-479d-a33e-0197de1d67a0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-873ca4a7-20df-4a50-bdd3-8c6a5fc2b5b4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-24ae5b8c-1e93-4a35-8a5e-1fd801027697 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-24ae5b8c-1e93-4a35-8a5e-1fd801027697:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-24ae5b8c-1e93-4a35-8a5e-1fd801027697:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-24ae5b8c-1e93-4a35-8a5e-1fd801027697-root {
    text-align: center;
  }


#s-24ae5b8c-1e93-4a35-8a5e-1fd801027697.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-24ae5b8c-1e93-4a35-8a5e-1fd801027697-root {
    text-align: center;
  }


#s-24ae5b8c-1e93-4a35-8a5e-1fd801027697.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24ae5b8c-1e93-4a35-8a5e-1fd801027697-root {
    text-align: center;
  }


#s-24ae5b8c-1e93-4a35-8a5e-1fd801027697.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24ae5b8c-1e93-4a35-8a5e-1fd801027697-root {
    text-align: center;
  }


#s-24ae5b8c-1e93-4a35-8a5e-1fd801027697.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-24ae5b8c-1e93-4a35-8a5e-1fd801027697-root {
    text-align: center;
  }


#s-24ae5b8c-1e93-4a35-8a5e-1fd801027697.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-24ae5b8c-1e93-4a35-8a5e-1fd801027697-root {
    text-align: center;
  }


#s-24ae5b8c-1e93-4a35-8a5e-1fd801027697.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2e98c07a-b0fe-4253-b16f-b6902eb6288d {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-2e98c07a-b0fe-4253-b16f-b6902eb6288d hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

#s-abbd907b-e11a-4373-9b5d-63b5931a0596 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-abbd907b-e11a-4373-9b5d-63b5931a0596 hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

@media (min-width: 0px) {
[id="s-c05fd3ff-5319-4b48-8d14-28f455000018"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c05fd3ff-5319-4b48-8d14-28f455000018"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c05fd3ff-5319-4b48-8d14-28f455000018"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c05fd3ff-5319-4b48-8d14-28f455000018"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c05fd3ff-5319-4b48-8d14-28f455000018"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c05fd3ff-5319-4b48-8d14-28f455000018"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c05fd3ff-5319-4b48-8d14-28f455000018"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b027578c-c759-4080-9c89-3b2faf1fabe9 {
  text-align: center;
}







  #s-b027578c-c759-4080-9c89-3b2faf1fabe9 img.shogun-image {
    

    
    
    
  }


#s-b027578c-c759-4080-9c89-3b2faf1fabe9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c3afdd1-d177-4638-814a-4ed376ccbe07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c3afdd1-d177-4638-814a-4ed376ccbe07 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-09df7a91-aed4-4412-9449-b22f0687dc22 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-de84e3f5-b69b-42ac-85fb-d4e8995a4848 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-de84e3f5-b69b-42ac-85fb-d4e8995a4848:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-de84e3f5-b69b-42ac-85fb-d4e8995a4848:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de84e3f5-b69b-42ac-85fb-d4e8995a4848-root {
    text-align: center;
  }


#s-de84e3f5-b69b-42ac-85fb-d4e8995a4848.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-de84e3f5-b69b-42ac-85fb-d4e8995a4848-root {
    text-align: center;
  }


#s-de84e3f5-b69b-42ac-85fb-d4e8995a4848.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-de84e3f5-b69b-42ac-85fb-d4e8995a4848-root {
    text-align: center;
  }


#s-de84e3f5-b69b-42ac-85fb-d4e8995a4848.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-de84e3f5-b69b-42ac-85fb-d4e8995a4848-root {
    text-align: center;
  }


#s-de84e3f5-b69b-42ac-85fb-d4e8995a4848.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-de84e3f5-b69b-42ac-85fb-d4e8995a4848-root {
    text-align: center;
  }


#s-de84e3f5-b69b-42ac-85fb-d4e8995a4848.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-de84e3f5-b69b-42ac-85fb-d4e8995a4848-root {
    text-align: center;
  }


#s-de84e3f5-b69b-42ac-85fb-d4e8995a4848.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-7960df3d-a0bf-4d1b-b16b-3f4de84fa7be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7960df3d-a0bf-4d1b-b16b-3f4de84fa7be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7960df3d-a0bf-4d1b-b16b-3f4de84fa7be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7960df3d-a0bf-4d1b-b16b-3f4de84fa7be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7960df3d-a0bf-4d1b-b16b-3f4de84fa7be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7960df3d-a0bf-4d1b-b16b-3f4de84fa7be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7960df3d-a0bf-4d1b-b16b-3f4de84fa7be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5327c9bd-9dc7-430b-a0a5-88b7e806933f {
  text-align: center;
}







  #s-5327c9bd-9dc7-430b-a0a5-88b7e806933f img.shogun-image {
    

    
    
    
  }


#s-5327c9bd-9dc7-430b-a0a5-88b7e806933f .shogun-image-content {
  
    align-items: center;
  
}

#s-4319a4cf-9675-4382-a8e0-f5fb4cba7fec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4319a4cf-9675-4382-a8e0-f5fb4cba7fec .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a1af71e1-1770-431e-b0c3-3d44b3db63fe {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-913ad092-84d8-458d-9fe7-9363fb624f0e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-913ad092-84d8-458d-9fe7-9363fb624f0e:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-913ad092-84d8-458d-9fe7-9363fb624f0e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-913ad092-84d8-458d-9fe7-9363fb624f0e-root {
    text-align: center;
  }


#s-913ad092-84d8-458d-9fe7-9363fb624f0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-913ad092-84d8-458d-9fe7-9363fb624f0e-root {
    text-align: center;
  }


#s-913ad092-84d8-458d-9fe7-9363fb624f0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-913ad092-84d8-458d-9fe7-9363fb624f0e-root {
    text-align: center;
  }


#s-913ad092-84d8-458d-9fe7-9363fb624f0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-913ad092-84d8-458d-9fe7-9363fb624f0e-root {
    text-align: center;
  }


#s-913ad092-84d8-458d-9fe7-9363fb624f0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-913ad092-84d8-458d-9fe7-9363fb624f0e-root {
    text-align: center;
  }


#s-913ad092-84d8-458d-9fe7-9363fb624f0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-913ad092-84d8-458d-9fe7-9363fb624f0e-root {
    text-align: center;
  }


#s-913ad092-84d8-458d-9fe7-9363fb624f0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fa32c5d0-15de-4d59-9049-5ed8629889c1 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-fa32c5d0-15de-4d59-9049-5ed8629889c1 hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

#s-891dd25b-a2fc-433b-9e85-2dab69011189 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-891dd25b-a2fc-433b-9e85-2dab69011189 hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

@media (min-width: 0px) {
[id="s-6a64f59e-eda4-474c-85a4-70aa85f1d7d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a64f59e-eda4-474c-85a4-70aa85f1d7d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a64f59e-eda4-474c-85a4-70aa85f1d7d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a64f59e-eda4-474c-85a4-70aa85f1d7d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a64f59e-eda4-474c-85a4-70aa85f1d7d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a64f59e-eda4-474c-85a4-70aa85f1d7d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a64f59e-eda4-474c-85a4-70aa85f1d7d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-12deb21d-7678-488d-98ee-2f084ec1e3c3 {
  text-align: center;
}







  #s-12deb21d-7678-488d-98ee-2f084ec1e3c3 img.shogun-image {
    

    
    
    
  }


#s-12deb21d-7678-488d-98ee-2f084ec1e3c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3805479-1ca8-45f4-8df2-3f73ad63d89a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b3805479-1ca8-45f4-8df2-3f73ad63d89a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e040ba57-3383-4d52-863d-ad7aabddb86e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dc1824c7-ed88-48af-beb1-8ff63f3b5366 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dc1824c7-ed88-48af-beb1-8ff63f3b5366:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dc1824c7-ed88-48af-beb1-8ff63f3b5366:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dc1824c7-ed88-48af-beb1-8ff63f3b5366-root {
    text-align: center;
  }


#s-dc1824c7-ed88-48af-beb1-8ff63f3b5366.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dc1824c7-ed88-48af-beb1-8ff63f3b5366-root {
    text-align: center;
  }


#s-dc1824c7-ed88-48af-beb1-8ff63f3b5366.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc1824c7-ed88-48af-beb1-8ff63f3b5366-root {
    text-align: center;
  }


#s-dc1824c7-ed88-48af-beb1-8ff63f3b5366.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc1824c7-ed88-48af-beb1-8ff63f3b5366-root {
    text-align: center;
  }


#s-dc1824c7-ed88-48af-beb1-8ff63f3b5366.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dc1824c7-ed88-48af-beb1-8ff63f3b5366-root {
    text-align: center;
  }


#s-dc1824c7-ed88-48af-beb1-8ff63f3b5366.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-dc1824c7-ed88-48af-beb1-8ff63f3b5366-root {
    text-align: center;
  }


#s-dc1824c7-ed88-48af-beb1-8ff63f3b5366.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-53203ae6-225e-429f-ba6b-c71f76c2b135 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-53203ae6-225e-429f-ba6b-c71f76c2b135"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53203ae6-225e-429f-ba6b-c71f76c2b135"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53203ae6-225e-429f-ba6b-c71f76c2b135"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53203ae6-225e-429f-ba6b-c71f76c2b135"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53203ae6-225e-429f-ba6b-c71f76c2b135"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53203ae6-225e-429f-ba6b-c71f76c2b135"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53203ae6-225e-429f-ba6b-c71f76c2b135"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-7c7cedf0-8703-40bf-8c2a-8cbda55357fc {
  text-align: center;
}







  #s-7c7cedf0-8703-40bf-8c2a-8cbda55357fc img.shogun-image {
    

    
    
    
  }


#s-7c7cedf0-8703-40bf-8c2a-8cbda55357fc .shogun-image-content {
  
    align-items: center;
  
}

#s-766822d4-fce7-429d-aefb-284cdc9f5424 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-766822d4-fce7-429d-aefb-284cdc9f5424 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a65028dc-b4b0-486a-89f9-8d2ec8438edf {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad-root {
    text-align: center;
  }


#s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad-root {
    text-align: center;
  }


#s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad-root {
    text-align: center;
  }


#s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad-root {
    text-align: center;
  }


#s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad-root {
    text-align: center;
  }


#s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad-root {
    text-align: center;
  }


#s-a5033bdc-fa27-4093-bfa7-27b2c9fc74ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27478d60-bfb4-4da4-bfde-620b878fdd78 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-27478d60-bfb4-4da4-bfde-620b878fdd78 hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

#s-98850591-7a8c-425c-9282-db6180241f82 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-98850591-7a8c-425c-9282-db6180241f82 hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

@media (min-width: 0px) {
[id="s-afa267c3-1b42-4a80-a82c-41c14329eec8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afa267c3-1b42-4a80-a82c-41c14329eec8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afa267c3-1b42-4a80-a82c-41c14329eec8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afa267c3-1b42-4a80-a82c-41c14329eec8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afa267c3-1b42-4a80-a82c-41c14329eec8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afa267c3-1b42-4a80-a82c-41c14329eec8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afa267c3-1b42-4a80-a82c-41c14329eec8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6d263aa2-10b4-4cce-a726-cfa55c11eb55 {
  text-align: center;
}







  #s-6d263aa2-10b4-4cce-a726-cfa55c11eb55 img.shogun-image {
    

    
    
    
  }


#s-6d263aa2-10b4-4cce-a726-cfa55c11eb55 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf94b198-ed21-4669-ba96-e77e3a2d1a58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bf94b198-ed21-4669-ba96-e77e3a2d1a58 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b15f53ef-9987-4aac-b162-9e28878abb8c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d504f4b6-2af7-4627-a78b-83eae098ea04 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d504f4b6-2af7-4627-a78b-83eae098ea04:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d504f4b6-2af7-4627-a78b-83eae098ea04:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d504f4b6-2af7-4627-a78b-83eae098ea04-root {
    text-align: center;
  }


#s-d504f4b6-2af7-4627-a78b-83eae098ea04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d504f4b6-2af7-4627-a78b-83eae098ea04-root {
    text-align: center;
  }


#s-d504f4b6-2af7-4627-a78b-83eae098ea04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d504f4b6-2af7-4627-a78b-83eae098ea04-root {
    text-align: center;
  }


#s-d504f4b6-2af7-4627-a78b-83eae098ea04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d504f4b6-2af7-4627-a78b-83eae098ea04-root {
    text-align: center;
  }


#s-d504f4b6-2af7-4627-a78b-83eae098ea04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d504f4b6-2af7-4627-a78b-83eae098ea04-root {
    text-align: center;
  }


#s-d504f4b6-2af7-4627-a78b-83eae098ea04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-d504f4b6-2af7-4627-a78b-83eae098ea04-root {
    text-align: center;
  }


#s-d504f4b6-2af7-4627-a78b-83eae098ea04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-0dfd0a8e-782b-472f-95d9-bd378eed5ad4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dfd0a8e-782b-472f-95d9-bd378eed5ad4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0dfd0a8e-782b-472f-95d9-bd378eed5ad4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0dfd0a8e-782b-472f-95d9-bd378eed5ad4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0dfd0a8e-782b-472f-95d9-bd378eed5ad4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dfd0a8e-782b-472f-95d9-bd378eed5ad4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0dfd0a8e-782b-472f-95d9-bd378eed5ad4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-085b98bc-4740-44b0-89bc-c22fe40ec320 {
  text-align: center;
}







  #s-085b98bc-4740-44b0-89bc-c22fe40ec320 img.shogun-image {
    

    
    
    
  }


#s-085b98bc-4740-44b0-89bc-c22fe40ec320 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d634ca0-4b2a-447d-8140-a79b91465a6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d634ca0-4b2a-447d-8140-a79b91465a6d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-49e5c472-7417-40e4-b0d5-15b127d22571 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3de127ca-719d-426c-82a1-6a6ff913c6d8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3de127ca-719d-426c-82a1-6a6ff913c6d8:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3de127ca-719d-426c-82a1-6a6ff913c6d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3de127ca-719d-426c-82a1-6a6ff913c6d8-root {
    text-align: center;
  }


#s-3de127ca-719d-426c-82a1-6a6ff913c6d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3de127ca-719d-426c-82a1-6a6ff913c6d8-root {
    text-align: center;
  }


#s-3de127ca-719d-426c-82a1-6a6ff913c6d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3de127ca-719d-426c-82a1-6a6ff913c6d8-root {
    text-align: center;
  }


#s-3de127ca-719d-426c-82a1-6a6ff913c6d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3de127ca-719d-426c-82a1-6a6ff913c6d8-root {
    text-align: center;
  }


#s-3de127ca-719d-426c-82a1-6a6ff913c6d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3de127ca-719d-426c-82a1-6a6ff913c6d8-root {
    text-align: center;
  }


#s-3de127ca-719d-426c-82a1-6a6ff913c6d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-3de127ca-719d-426c-82a1-6a6ff913c6d8-root {
    text-align: center;
  }


#s-3de127ca-719d-426c-82a1-6a6ff913c6d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cabf6a69-797d-42d0-8462-1107146345a7 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-cabf6a69-797d-42d0-8462-1107146345a7 hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

#s-dc43ffb4-729a-4391-9aae-b021fff56f46 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-dc43ffb4-729a-4391-9aae-b021fff56f46 hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

@media (min-width: 0px) {
[id="s-7949f8a5-23d3-4826-97b8-9908c4765566"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7949f8a5-23d3-4826-97b8-9908c4765566"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7949f8a5-23d3-4826-97b8-9908c4765566"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7949f8a5-23d3-4826-97b8-9908c4765566"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7949f8a5-23d3-4826-97b8-9908c4765566"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7949f8a5-23d3-4826-97b8-9908c4765566"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7949f8a5-23d3-4826-97b8-9908c4765566"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e68de8b8-dbfa-455a-b28e-d6151d8db035 {
  text-align: center;
}







  #s-e68de8b8-dbfa-455a-b28e-d6151d8db035 img.shogun-image {
    

    
    
    
  }


#s-e68de8b8-dbfa-455a-b28e-d6151d8db035 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8326e28-5358-4167-909b-5129e2a13e81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8326e28-5358-4167-909b-5129e2a13e81 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-273d25c9-3a79-4930-a67d-53b330f99a09 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-326fc681-1f59-4186-9b38-8a4b0d87e6e2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-326fc681-1f59-4186-9b38-8a4b0d87e6e2:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-326fc681-1f59-4186-9b38-8a4b0d87e6e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-326fc681-1f59-4186-9b38-8a4b0d87e6e2-root {
    text-align: center;
  }


#s-326fc681-1f59-4186-9b38-8a4b0d87e6e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-326fc681-1f59-4186-9b38-8a4b0d87e6e2-root {
    text-align: center;
  }


#s-326fc681-1f59-4186-9b38-8a4b0d87e6e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-326fc681-1f59-4186-9b38-8a4b0d87e6e2-root {
    text-align: center;
  }


#s-326fc681-1f59-4186-9b38-8a4b0d87e6e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-326fc681-1f59-4186-9b38-8a4b0d87e6e2-root {
    text-align: center;
  }


#s-326fc681-1f59-4186-9b38-8a4b0d87e6e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-326fc681-1f59-4186-9b38-8a4b0d87e6e2-root {
    text-align: center;
  }


#s-326fc681-1f59-4186-9b38-8a4b0d87e6e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-326fc681-1f59-4186-9b38-8a4b0d87e6e2-root {
    text-align: center;
  }


#s-326fc681-1f59-4186-9b38-8a4b0d87e6e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad135f7d-90ee-42ff-bab5-1f573d5c750e {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-ad135f7d-90ee-42ff-bab5-1f573d5c750e hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

#s-b2aa7ed3-318a-46a7-8691-d1f200af9742 {
  opacity: 0.13;
}

#s-b2aa7ed3-318a-46a7-8691-d1f200af9742 hr {
  border-top: 2px solid #ddd;
}

#s-e843ab03-7af0-4446-87b5-f61356202f37 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e843ab03-7af0-4446-87b5-f61356202f37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e843ab03-7af0-4446-87b5-f61356202f37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e843ab03-7af0-4446-87b5-f61356202f37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e843ab03-7af0-4446-87b5-f61356202f37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e843ab03-7af0-4446-87b5-f61356202f37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e843ab03-7af0-4446-87b5-f61356202f37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e843ab03-7af0-4446-87b5-f61356202f37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0e5101b6-0bac-449e-8f13-94935377a06e {
  max-width: 1638px;
aspect-ratio: 1638/2048;
text-align: center;
}





  #s-0e5101b6-0bac-449e-8f13-94935377a06e img.shogun-image,
  #s-0e5101b6-0bac-449e-8f13-94935377a06e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0e5101b6-0bac-449e-8f13-94935377a06e {
    width: 100%;
    height: auto;
  }



  #s-0e5101b6-0bac-449e-8f13-94935377a06e img.shogun-image {
    

    
    
    
  }


#s-0e5101b6-0bac-449e-8f13-94935377a06e .shogun-image-content {
  
    align-items: center;
  
}

#s-bf759930-c816-498c-97dc-f7a544370035 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bf759930-c816-498c-97dc-f7a544370035 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9e61eb07-a053-49c4-8892-c9b74f2ebb02 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5b21d02f-652c-4e4d-b8f7-c83443f923e1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5b21d02f-652c-4e4d-b8f7-c83443f923e1:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5b21d02f-652c-4e4d-b8f7-c83443f923e1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b21d02f-652c-4e4d-b8f7-c83443f923e1-root {
    text-align: center;
  }


#s-5b21d02f-652c-4e4d-b8f7-c83443f923e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b21d02f-652c-4e4d-b8f7-c83443f923e1-root {
    text-align: center;
  }


#s-5b21d02f-652c-4e4d-b8f7-c83443f923e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b21d02f-652c-4e4d-b8f7-c83443f923e1-root {
    text-align: center;
  }


#s-5b21d02f-652c-4e4d-b8f7-c83443f923e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b21d02f-652c-4e4d-b8f7-c83443f923e1-root {
    text-align: center;
  }


#s-5b21d02f-652c-4e4d-b8f7-c83443f923e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b21d02f-652c-4e4d-b8f7-c83443f923e1-root {
    text-align: center;
  }


#s-5b21d02f-652c-4e4d-b8f7-c83443f923e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-5b21d02f-652c-4e4d-b8f7-c83443f923e1-root {
    text-align: center;
  }


#s-5b21d02f-652c-4e4d-b8f7-c83443f923e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-598865ee-6284-4b74-84fd-05764e619fc8 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-598865ee-6284-4b74-84fd-05764e619fc8 hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

@media (min-width: 0px) {
[id="s-d1a06864-5a06-4cfc-9676-abcc61b450c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1a06864-5a06-4cfc-9676-abcc61b450c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1a06864-5a06-4cfc-9676-abcc61b450c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1a06864-5a06-4cfc-9676-abcc61b450c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1a06864-5a06-4cfc-9676-abcc61b450c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1a06864-5a06-4cfc-9676-abcc61b450c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1a06864-5a06-4cfc-9676-abcc61b450c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5b6fc02c-51b6-41c9-9250-e7c69d75043b {
  text-align: center;
}







  #s-5b6fc02c-51b6-41c9-9250-e7c69d75043b img.shogun-image {
    

    
    
    
  }


#s-5b6fc02c-51b6-41c9-9250-e7c69d75043b .shogun-image-content {
  
    align-items: center;
  
}

#s-e8f8a244-e0ff-4fc6-8d93-37cffb6fd52d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8f8a244-e0ff-4fc6-8d93-37cffb6fd52d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-139888e0-f448-4766-a1ad-ecb4e4f3b2c2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-865e0931-f266-4a3a-aa91-f048693e03a8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-865e0931-f266-4a3a-aa91-f048693e03a8:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-865e0931-f266-4a3a-aa91-f048693e03a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-865e0931-f266-4a3a-aa91-f048693e03a8-root {
    text-align: center;
  }


#s-865e0931-f266-4a3a-aa91-f048693e03a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-865e0931-f266-4a3a-aa91-f048693e03a8-root {
    text-align: center;
  }


#s-865e0931-f266-4a3a-aa91-f048693e03a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-865e0931-f266-4a3a-aa91-f048693e03a8-root {
    text-align: center;
  }


#s-865e0931-f266-4a3a-aa91-f048693e03a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-865e0931-f266-4a3a-aa91-f048693e03a8-root {
    text-align: center;
  }


#s-865e0931-f266-4a3a-aa91-f048693e03a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-865e0931-f266-4a3a-aa91-f048693e03a8-root {
    text-align: center;
  }


#s-865e0931-f266-4a3a-aa91-f048693e03a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-865e0931-f266-4a3a-aa91-f048693e03a8-root {
    text-align: center;
  }


#s-865e0931-f266-4a3a-aa91-f048693e03a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f9157e09-b632-48ea-9a73-5f3d0edcc4b7 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-f9157e09-b632-48ea-9a73-5f3d0edcc4b7 hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

@media (min-width: 0px) {
[id="s-57f291d7-5fad-40fa-ae3d-2a4d603651cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57f291d7-5fad-40fa-ae3d-2a4d603651cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57f291d7-5fad-40fa-ae3d-2a4d603651cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57f291d7-5fad-40fa-ae3d-2a4d603651cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57f291d7-5fad-40fa-ae3d-2a4d603651cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57f291d7-5fad-40fa-ae3d-2a4d603651cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57f291d7-5fad-40fa-ae3d-2a4d603651cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-5a5189f7-06e4-4f2c-a49a-07916d5dc841 {
  text-align: center;
}







  #s-5a5189f7-06e4-4f2c-a49a-07916d5dc841 img.shogun-image {
    

    
    
    
  }


#s-5a5189f7-06e4-4f2c-a49a-07916d5dc841 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9191f39-7b47-4e42-89cd-f14c85d9cfd5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e9191f39-7b47-4e42-89cd-f14c85d9cfd5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a64f3a27-bfcb-4dec-96c7-3314b8a2eec2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d124f94e-4a41-4311-946b-adc0a62fb29b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d124f94e-4a41-4311-946b-adc0a62fb29b:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d124f94e-4a41-4311-946b-adc0a62fb29b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d124f94e-4a41-4311-946b-adc0a62fb29b-root {
    text-align: center;
  }


#s-d124f94e-4a41-4311-946b-adc0a62fb29b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d124f94e-4a41-4311-946b-adc0a62fb29b-root {
    text-align: center;
  }


#s-d124f94e-4a41-4311-946b-adc0a62fb29b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d124f94e-4a41-4311-946b-adc0a62fb29b-root {
    text-align: center;
  }


#s-d124f94e-4a41-4311-946b-adc0a62fb29b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d124f94e-4a41-4311-946b-adc0a62fb29b-root {
    text-align: center;
  }


#s-d124f94e-4a41-4311-946b-adc0a62fb29b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d124f94e-4a41-4311-946b-adc0a62fb29b-root {
    text-align: center;
  }


#s-d124f94e-4a41-4311-946b-adc0a62fb29b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-d124f94e-4a41-4311-946b-adc0a62fb29b-root {
    text-align: center;
  }


#s-d124f94e-4a41-4311-946b-adc0a62fb29b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8f533f33-674d-4133-b874-7bb268d21668 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-8f533f33-674d-4133-b874-7bb268d21668 hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

@media (min-width: 0px) {
[id="s-40956537-2725-4046-b8cd-c7b5a8fee293"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40956537-2725-4046-b8cd-c7b5a8fee293"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40956537-2725-4046-b8cd-c7b5a8fee293"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40956537-2725-4046-b8cd-c7b5a8fee293"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40956537-2725-4046-b8cd-c7b5a8fee293"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40956537-2725-4046-b8cd-c7b5a8fee293"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40956537-2725-4046-b8cd-c7b5a8fee293"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0a05c915-84a9-4f12-9bf0-dcf4da9fdb86 {
  text-align: center;
}







  #s-0a05c915-84a9-4f12-9bf0-dcf4da9fdb86 img.shogun-image {
    

    
    
    
  }


#s-0a05c915-84a9-4f12-9bf0-dcf4da9fdb86 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ec8d7e4-9fb7-410e-aa9b-7f133f119fb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3ec8d7e4-9fb7-410e-aa9b-7f133f119fb5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-100e8590-1b7f-411d-99c6-d72ae3b1f2c7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(185, 151, 91, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4:hover {background-color: rgba(219, 195, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4-root {
    text-align: center;
  }


#s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4-root {
    text-align: center;
  }


#s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4-root {
    text-align: center;
  }


#s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4-root {
    text-align: center;
  }


#s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4-root {
    text-align: center;
  }


#s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4-root {
    text-align: center;
  }


#s-d1068d7d-7b8b-4ec1-a433-f9822587aaa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c36ea419-704d-4928-b613-fa393f2df732 {
  padding-top: 10px;
padding-bottom: 10px;
opacity: 1;
}

#s-c36ea419-704d-4928-b613-fa393f2df732 hr {
  border-top: 1px solid rgba(219, 195, 154, 1);
}

#s-21c46570-964e-42f2-b0b5-b9fdef13de32 {
  opacity: 0;
}

#s-21c46570-964e-42f2-b0b5-b9fdef13de32 hr {
  border-top: 2px solid #ddd;
}

#s-a371bae3-d66f-40ce-884a-f5ab2ce6f3cb hr {
  border-top: 2px solid #ddd;
}

#s-14b5d60e-0d7b-4910-8d86-ff29d3ebdbf5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14b5d60e-0d7b-4910-8d86-ff29d3ebdbf5 .shogun-heading-component h2 {
  color: rgba(65, 97, 101, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}



#s-81d52714-a6c6-4be8-9e03-63e8d3f6c6c8 {
  min-height: 50px;
}








#s-81d52714-a6c6-4be8-9e03-63e8d3f6c6c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81d52714-a6c6-4be8-9e03-63e8d3f6c6c8.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-efdb662a-f02f-4664-85f1-9ea2d60cf89f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-efdb662a-f02f-4664-85f1-9ea2d60cf89f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-efdb662a-f02f-4664-85f1-9ea2d60cf89f .shg-sld-nav-button.shg-sld-left,
#s-efdb662a-f02f-4664-85f1-9ea2d60cf89f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-86cf81e9-9eeb-4003-8040-1b350d21c50a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-86cf81e9-9eeb-4003-8040-1b350d21c50a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86cf81e9-9eeb-4003-8040-1b350d21c50a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b096c022-bb05-4df9-b6d3-341c3802da6e {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-b096c022-bb05-4df9-b6d3-341c3802da6e .shogun-icon-wrapper {
  text-align: center;
}


#s-b096c022-bb05-4df9-b6d3-341c3802da6e .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-97beed0c-a793-4f89-ac4d-91d8d7a2599c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-97beed0c-a793-4f89-ac4d-91d8d7a2599c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97beed0c-a793-4f89-ac4d-91d8d7a2599c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-97beed0c-a793-4f89-ac4d-91d8d7a2599c {
  
}
}@media (max-width: 767px){#s-97beed0c-a793-4f89-ac4d-91d8d7a2599c {
  
}
}
#s-4245a967-98f2-421c-9dfb-bc9ed2131054 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4245a967-98f2-421c-9dfb-bc9ed2131054 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4245a967-98f2-421c-9dfb-bc9ed2131054.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-641e7a7d-0eb2-45f3-9669-3d6b8a433c2e {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-641e7a7d-0eb2-45f3-9669-3d6b8a433c2e .shogun-icon-wrapper {
  text-align: center;
}


#s-641e7a7d-0eb2-45f3-9669-3d6b8a433c2e .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-e8722452-3ebb-4452-afdf-6b16e4f99b10 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-e8722452-3ebb-4452-afdf-6b16e4f99b10 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8722452-3ebb-4452-afdf-6b16e4f99b10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8722452-3ebb-4452-afdf-6b16e4f99b10 {
  
}
}@media (max-width: 767px){#s-e8722452-3ebb-4452-afdf-6b16e4f99b10 {
  
}
}
#s-6f0daec4-35c4-4bff-9997-74f6cbe78662 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6f0daec4-35c4-4bff-9997-74f6cbe78662 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f0daec4-35c4-4bff-9997-74f6cbe78662.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-73262afe-8463-44f1-94ce-a2f8f8b9c73b {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-73262afe-8463-44f1-94ce-a2f8f8b9c73b .shogun-icon-wrapper {
  text-align: center;
}


#s-73262afe-8463-44f1-94ce-a2f8f8b9c73b .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-bad68595-3c0b-4403-af0c-2c0299546c95 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-bad68595-3c0b-4403-af0c-2c0299546c95 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bad68595-3c0b-4403-af0c-2c0299546c95 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bad68595-3c0b-4403-af0c-2c0299546c95 {
  
}
}@media (max-width: 767px){#s-bad68595-3c0b-4403-af0c-2c0299546c95 {
  
}
}
#s-dc9ab8d8-1a1a-4159-801e-4fecc4531713 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dc9ab8d8-1a1a-4159-801e-4fecc4531713 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc9ab8d8-1a1a-4159-801e-4fecc4531713.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7e7dd84b-b65e-4a2b-9c16-84225f89dbe4 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-7e7dd84b-b65e-4a2b-9c16-84225f89dbe4 .shogun-icon-wrapper {
  text-align: center;
}


#s-7e7dd84b-b65e-4a2b-9c16-84225f89dbe4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-83d7f5b0-4cae-43a0-89bf-21f6278cb2e2 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-83d7f5b0-4cae-43a0-89bf-21f6278cb2e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83d7f5b0-4cae-43a0-89bf-21f6278cb2e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-83d7f5b0-4cae-43a0-89bf-21f6278cb2e2 {
  
}
}@media (max-width: 767px){#s-83d7f5b0-4cae-43a0-89bf-21f6278cb2e2 {
  
}
}
#s-54226525-ca60-40fa-9499-485a31ddf178 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-54226525-ca60-40fa-9499-485a31ddf178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54226525-ca60-40fa-9499-485a31ddf178.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dbefca79-b2c8-4ebb-b1be-86554b6f66a3 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-dbefca79-b2c8-4ebb-b1be-86554b6f66a3 .shogun-icon-wrapper {
  text-align: center;
}


#s-dbefca79-b2c8-4ebb-b1be-86554b6f66a3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-8aaeaa1f-b10e-48e9-b334-c4cc9556aa66 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-8aaeaa1f-b10e-48e9-b334-c4cc9556aa66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8aaeaa1f-b10e-48e9-b334-c4cc9556aa66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8aaeaa1f-b10e-48e9-b334-c4cc9556aa66 {
  
}
}@media (max-width: 767px){#s-8aaeaa1f-b10e-48e9-b334-c4cc9556aa66 {
  
}
}
#s-292ea925-aa42-4d19-802c-e5e0b1cc7452 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-292ea925-aa42-4d19-802c-e5e0b1cc7452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-292ea925-aa42-4d19-802c-e5e0b1cc7452.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1b85d1b2-1f20-4659-92e5-e3f0ac4f5460 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-1b85d1b2-1f20-4659-92e5-e3f0ac4f5460 .shogun-icon-wrapper {
  text-align: center;
}


#s-1b85d1b2-1f20-4659-92e5-e3f0ac4f5460 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-4d3f1611-004a-465c-9653-a4932883a4a6 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-4d3f1611-004a-465c-9653-a4932883a4a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d3f1611-004a-465c-9653-a4932883a4a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d3f1611-004a-465c-9653-a4932883a4a6 {
  
}
}@media (max-width: 767px){#s-4d3f1611-004a-465c-9653-a4932883a4a6 {
  
}
}
#s-c4d623de-d96c-47b8-b4fc-a79de07672fc hr {
  border-top: 2px solid #ddd;
}

#s-bd84fb49-25ff-4c05-b2ac-738128ae6cdc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd84fb49-25ff-4c05-b2ac-738128ae6cdc .shogun-heading-component h2 {
  color: rgba(65, 97, 101, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}



#s-4cd8dbbe-d03f-4be5-8fad-9d9bd767ba97 {
  min-height: 50px;
}








#s-4cd8dbbe-d03f-4be5-8fad-9d9bd767ba97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cd8dbbe-d03f-4be5-8fad-9d9bd767ba97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3431c24a-dfda-4f7f-b110-4196d3ecbda3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3431c24a-dfda-4f7f-b110-4196d3ecbda3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-89791598-94da-47a2-9889-31a7f382a758 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-89791598-94da-47a2-9889-31a7f382a758 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-deb846c4-274a-4d2e-aa74-3952c3fa34bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-deb846c4-274a-4d2e-aa74-3952c3fa34bf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-d99ee9e2-ace8-40c0-972c-0708c0e8a178 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d99ee9e2-ace8-40c0-972c-0708c0e8a178 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-513fec3b-9a57-4905-aa32-8ef17582f569 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-513fec3b-9a57-4905-aa32-8ef17582f569 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



/*
  $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}