.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-030076b7-b141-4dd9-b287-1c305b1578c6 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-030076b7-b141-4dd9-b287-1c305b1578c6 {
  display: none;
}
#s-030076b7-b141-4dd9-b287-1c305b1578c6, #wrap-s-030076b7-b141-4dd9-b287-1c305b1578c6 { display:none !important; }}@media (max-width: 767px){#s-030076b7-b141-4dd9-b287-1c305b1578c6 {
  display: none;
}
#s-030076b7-b141-4dd9-b287-1c305b1578c6, #wrap-s-030076b7-b141-4dd9-b287-1c305b1578c6 { display:none !important; }}







#s-030076b7-b141-4dd9-b287-1c305b1578c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-030076b7-b141-4dd9-b287-1c305b1578c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 991px){#s-f4652772-a0cc-47ec-b9a6-edadba09dc2c {
  display: none;
}
#s-f4652772-a0cc-47ec-b9a6-edadba09dc2c, #wrap-s-f4652772-a0cc-47ec-b9a6-edadba09dc2c { display:none !important; }}@media (max-width: 767px){#s-f4652772-a0cc-47ec-b9a6-edadba09dc2c {
  display: none;
}
#s-f4652772-a0cc-47ec-b9a6-edadba09dc2c, #wrap-s-f4652772-a0cc-47ec-b9a6-edadba09dc2c { display:none !important; }}
#s-9dcb48da-a162-483e-ac4f-9c31cf0859e2 {
  min-height: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9dcb48da-a162-483e-ac4f-9c31cf0859e2 {
  display: none;
}
#s-9dcb48da-a162-483e-ac4f-9c31cf0859e2, #wrap-s-9dcb48da-a162-483e-ac4f-9c31cf0859e2 { display:none !important; }}@media (max-width: 767px){#s-9dcb48da-a162-483e-ac4f-9c31cf0859e2 {
  display: none;
}
#s-9dcb48da-a162-483e-ac4f-9c31cf0859e2, #wrap-s-9dcb48da-a162-483e-ac4f-9c31cf0859e2 { display:none !important; }}







#s-9dcb48da-a162-483e-ac4f-9c31cf0859e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dcb48da-a162-483e-ac4f-9c31cf0859e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7831b72d-7f05-49ff-bb93-5dd94ee12e7c {
  min-height: 15px;
}








#s-7831b72d-7f05-49ff-bb93-5dd94ee12e7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7831b72d-7f05-49ff-bb93-5dd94ee12e7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-6a0412e2-6ac4-4916-b7ff-863b1baefe86 {
  display: none;
}
#s-6a0412e2-6ac4-4916-b7ff-863b1baefe86, #wrap-s-6a0412e2-6ac4-4916-b7ff-863b1baefe86 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a0412e2-6ac4-4916-b7ff-863b1baefe86 {
  display: none;
}
#s-6a0412e2-6ac4-4916-b7ff-863b1baefe86, #wrap-s-6a0412e2-6ac4-4916-b7ff-863b1baefe86 { display:none !important; }}
#s-e4b84c7e-f966-4133-a7e8-cb4f29c43c31 {
  min-height: 300px;
background-color: rgba(56, 68, 49, 1);
}
@media (min-width: 1200px){#s-e4b84c7e-f966-4133-a7e8-cb4f29c43c31 {
  display: none;
}
#s-e4b84c7e-f966-4133-a7e8-cb4f29c43c31, #wrap-s-e4b84c7e-f966-4133-a7e8-cb4f29c43c31 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4b84c7e-f966-4133-a7e8-cb4f29c43c31 {
  display: none;
}
#s-e4b84c7e-f966-4133-a7e8-cb4f29c43c31, #wrap-s-e4b84c7e-f966-4133-a7e8-cb4f29c43c31 { display:none !important; }}







#s-e4b84c7e-f966-4133-a7e8-cb4f29c43c31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4b84c7e-f966-4133-a7e8-cb4f29c43c31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-391e35d4-7f8f-432b-b6ef-d53a022e8617 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-391e35d4-7f8f-432b-b6ef-d53a022e8617"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 768px) {
[id="s-391e35d4-7f8f-432b-b6ef-d53a022e8617"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 992px) {
[id="s-391e35d4-7f8f-432b-b6ef-d53a022e8617"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.5px);
}

}

@media (min-width: 1200px) {
[id="s-391e35d4-7f8f-432b-b6ef-d53a022e8617"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.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-ca1aa278-6944-4323-98a2-149ff4d8fb96 {
  margin-top: 0px;
margin-left: 19%;
margin-bottom: 0px;
margin-right: 0%;
text-align: right;
}







  #s-ca1aa278-6944-4323-98a2-149ff4d8fb96 img.shogun-image {
    

    
    
    
  }


#s-ca1aa278-6944-4323-98a2-149ff4d8fb96 .shogun-image-content {
  
    align-items: center;
  
}

#s-3791e7fe-0e0d-408e-b513-de6e743c9f08 {
  margin-top: 1px;
margin-bottom: 1px;
}

#s-315ec90d-fe7d-40ce-96b8-256d50366c99 {
  text-align: center;
}
@media (min-width: 1200px){#s-315ec90d-fe7d-40ce-96b8-256d50366c99 {
  display: none;
}
#s-315ec90d-fe7d-40ce-96b8-256d50366c99, #wrap-s-315ec90d-fe7d-40ce-96b8-256d50366c99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-315ec90d-fe7d-40ce-96b8-256d50366c99 {
  display: none;
}
#s-315ec90d-fe7d-40ce-96b8-256d50366c99, #wrap-s-315ec90d-fe7d-40ce-96b8-256d50366c99 { display:none !important; }}






  #s-315ec90d-fe7d-40ce-96b8-256d50366c99 img.shogun-image {
    

    
    
    
  }


#s-315ec90d-fe7d-40ce-96b8-256d50366c99 .shogun-image-content {
  
    align-items: center;
  
}

#s-aff9ab39-a9f2-40a8-aab2-318d03e8c999 {
  min-height: 50px;
background-color: rgba(99, 109, 94, 1);
}
@media (min-width: 1200px){#s-aff9ab39-a9f2-40a8-aab2-318d03e8c999 {
  display: none;
}
#s-aff9ab39-a9f2-40a8-aab2-318d03e8c999, #wrap-s-aff9ab39-a9f2-40a8-aab2-318d03e8c999 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aff9ab39-a9f2-40a8-aab2-318d03e8c999 {
  display: none;
}
#s-aff9ab39-a9f2-40a8-aab2-318d03e8c999, #wrap-s-aff9ab39-a9f2-40a8-aab2-318d03e8c999 { display:none !important; }}







#s-aff9ab39-a9f2-40a8-aab2-318d03e8c999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aff9ab39-a9f2-40a8-aab2-318d03e8c999.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d9acbd1-f8d3-489e-bca5-6600d5b36751 {
  margin-top: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

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

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

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

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

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

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

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

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

#s-e6084829-f3ba-45d6-b151-0ca1f10b39db {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: right;
text-decoration: none;
letter-spacing: 3px;
}
#s-e6084829-f3ba-45d6-b151-0ca1f10b39db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6084829-f3ba-45d6-b151-0ca1f10b39db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6084829-f3ba-45d6-b151-0ca1f10b39db-root {
    text-align: right;
  }


#s-e6084829-f3ba-45d6-b151-0ca1f10b39db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6084829-f3ba-45d6-b151-0ca1f10b39db-root {
    text-align: right;
  }


#s-e6084829-f3ba-45d6-b151-0ca1f10b39db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6084829-f3ba-45d6-b151-0ca1f10b39db-root {
    text-align: right;
  }


#s-e6084829-f3ba-45d6-b151-0ca1f10b39db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6084829-f3ba-45d6-b151-0ca1f10b39db-root {
    text-align: right;
  }


#s-e6084829-f3ba-45d6-b151-0ca1f10b39db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6084829-f3ba-45d6-b151-0ca1f10b39db-root {
    text-align: right;
  }


#s-e6084829-f3ba-45d6-b151-0ca1f10b39db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-79961ae2-cf75-4527-9ffd-46f2f192247d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-79961ae2-cf75-4527-9ffd-46f2f192247d {
  display: none;
}
#s-79961ae2-cf75-4527-9ffd-46f2f192247d, #wrap-s-79961ae2-cf75-4527-9ffd-46f2f192247d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79961ae2-cf75-4527-9ffd-46f2f192247d {
  display: none;
}
#s-79961ae2-cf75-4527-9ffd-46f2f192247d, #wrap-s-79961ae2-cf75-4527-9ffd-46f2f192247d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79961ae2-cf75-4527-9ffd-46f2f192247d {
  display: none;
}
#s-79961ae2-cf75-4527-9ffd-46f2f192247d, #wrap-s-79961ae2-cf75-4527-9ffd-46f2f192247d { display:none !important; }}







#s-79961ae2-cf75-4527-9ffd-46f2f192247d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79961ae2-cf75-4527-9ffd-46f2f192247d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21cbd19a-efc8-4aef-b2ee-2ad53889667b {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21cbd19a-efc8-4aef-b2ee-2ad53889667b {
  display: none;
}
#s-21cbd19a-efc8-4aef-b2ee-2ad53889667b, #wrap-s-21cbd19a-efc8-4aef-b2ee-2ad53889667b { display:none !important; }}@media (max-width: 767px){#s-21cbd19a-efc8-4aef-b2ee-2ad53889667b {
  display: none;
}
#s-21cbd19a-efc8-4aef-b2ee-2ad53889667b, #wrap-s-21cbd19a-efc8-4aef-b2ee-2ad53889667b { display:none !important; }}







#s-21cbd19a-efc8-4aef-b2ee-2ad53889667b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21cbd19a-efc8-4aef-b2ee-2ad53889667b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09a9993e-0711-4c47-958f-c7fe59d3d3d8 {
  margin-left: 300px;
margin-right: 300px;
}
@media (min-width: 1200px){#s-09a9993e-0711-4c47-958f-c7fe59d3d3d8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09a9993e-0711-4c47-958f-c7fe59d3d3d8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09a9993e-0711-4c47-958f-c7fe59d3d3d8 {
  display: none;
}
#s-09a9993e-0711-4c47-958f-c7fe59d3d3d8, #wrap-s-09a9993e-0711-4c47-958f-c7fe59d3d3d8 { display:none !important; }}@media (max-width: 767px){#s-09a9993e-0711-4c47-958f-c7fe59d3d3d8 {
  display: none;
}
#s-09a9993e-0711-4c47-958f-c7fe59d3d3d8, #wrap-s-09a9993e-0711-4c47-958f-c7fe59d3d3d8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-09a9993e-0711-4c47-958f-c7fe59d3d3d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-09a9993e-0711-4c47-958f-c7fe59d3d3d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-09a9993e-0711-4c47-958f-c7fe59d3d3d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-09a9993e-0711-4c47-958f-c7fe59d3d3d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5c5ac0f4-e761-4991-b61a-485040eb689f {
  margin-top: 35px;
margin-left: 100px;
margin-bottom: 9px;
margin-right: 100px;
text-align: center;
}







  #s-5c5ac0f4-e761-4991-b61a-485040eb689f img.shogun-image {
    

    
    
    
  }


#s-5c5ac0f4-e761-4991-b61a-485040eb689f .shogun-image-content {
  
    align-items: center;
  
}

#s-74130b2a-0a33-43a7-8a79-8842dc6e7028 {
  margin-top: 26px;
margin-left: 100px;
margin-bottom: 26px;
margin-right: 100px;
text-align: center;
}







  #s-74130b2a-0a33-43a7-8a79-8842dc6e7028 img.shogun-image {
    

    
    
    
  }


#s-74130b2a-0a33-43a7-8a79-8842dc6e7028 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc5a879c-2286-4b2f-a9b3-c7a3ba9a234a {
  margin-top: -18px;
}

#s-93222d97-9a6a-4005-af75-cb1c05a6e0d1 {
  margin-top: 39px;
margin-left: 100px;
margin-bottom: 39px;
margin-right: 100px;
text-align: center;
}







  #s-93222d97-9a6a-4005-af75-cb1c05a6e0d1 img.shogun-image {
    

    
    
    
  }


#s-93222d97-9a6a-4005-af75-cb1c05a6e0d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-75a7553b-2af6-4b96-add6-c7ba1fead749 {
  margin-top: -20px;
}

#s-a41000d7-67f7-436a-a46f-6860bbaa2cfd {
  margin-top: 34px;
margin-left: 105px;
margin-bottom: 34px;
margin-right: 105px;
text-align: center;
}







  #s-a41000d7-67f7-436a-a46f-6860bbaa2cfd img.shogun-image {
    

    
    
    
  }


#s-a41000d7-67f7-436a-a46f-6860bbaa2cfd .shogun-image-content {
  
    align-items: center;
  
}

#s-ccce40e0-ed91-41b8-aeb3-f626402f222a {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-ceca338e-b056-499a-b37f-862e44871dc1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ceca338e-b056-499a-b37f-862e44871dc1 {
  display: none;
}
#s-ceca338e-b056-499a-b37f-862e44871dc1, #wrap-s-ceca338e-b056-499a-b37f-862e44871dc1 { display:none !important; }}@media (max-width: 767px){#s-ceca338e-b056-499a-b37f-862e44871dc1 {
  display: none;
}
#s-ceca338e-b056-499a-b37f-862e44871dc1, #wrap-s-ceca338e-b056-499a-b37f-862e44871dc1 { display:none !important; }}







#s-ceca338e-b056-499a-b37f-862e44871dc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceca338e-b056-499a-b37f-862e44871dc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f9f93eb-a16f-4963-a3d0-5e2722a9268a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 580px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-9f9f93eb-a16f-4963-a3d0-5e2722a9268a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f9f93eb-a16f-4963-a3d0-5e2722a9268a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f9f93eb-a16f-4963-a3d0-5e2722a9268a {
  display: none;
}
#s-9f9f93eb-a16f-4963-a3d0-5e2722a9268a, #wrap-s-9f9f93eb-a16f-4963-a3d0-5e2722a9268a { display:none !important; }}@media (max-width: 767px){#s-9f9f93eb-a16f-4963-a3d0-5e2722a9268a {
  display: none;
}
#s-9f9f93eb-a16f-4963-a3d0-5e2722a9268a, #wrap-s-9f9f93eb-a16f-4963-a3d0-5e2722a9268a { display:none !important; }}







#s-9f9f93eb-a16f-4963-a3d0-5e2722a9268a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-9f9f93eb-a16f-4963-a3d0-5e2722a9268a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c1404afd-389e-4b45-bce7-717c792eda81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1404afd-389e-4b45-bce7-717c792eda81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1404afd-389e-4b45-bce7-717c792eda81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1404afd-389e-4b45-bce7-717c792eda81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1404afd-389e-4b45-bce7-717c792eda81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1404afd-389e-4b45-bce7-717c792eda81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1404afd-389e-4b45-bce7-717c792eda81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-aa790d4e-c8e0-4175-8666-b63fbf5f60bf {
  margin-right: 150px;
}

.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-43bce1c5-00ec-419c-b468-a8e0ea989c48 {
  margin-top: 50px;
margin-left: 150px;
margin-bottom: 50px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-43bce1c5-00ec-419c-b468-a8e0ea989c48 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43bce1c5-00ec-419c-b468-a8e0ea989c48 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43bce1c5-00ec-419c-b468-a8e0ea989c48 {
  display: none;
}
#s-43bce1c5-00ec-419c-b468-a8e0ea989c48, #wrap-s-43bce1c5-00ec-419c-b468-a8e0ea989c48 { display:none !important; }}@media (max-width: 767px){#s-43bce1c5-00ec-419c-b468-a8e0ea989c48 {
  display: none;
}
#s-43bce1c5-00ec-419c-b468-a8e0ea989c48, #wrap-s-43bce1c5-00ec-419c-b468-a8e0ea989c48 { display:none !important; }}
#s-43bce1c5-00ec-419c-b468-a8e0ea989c48 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 2.5em;
  
  
}



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

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

@media (min-width: 768px) and (max-width: 991px){#s-e4598e3a-1d88-4de2-ae67-6d8d2909423f {
  display: none;
}
#s-e4598e3a-1d88-4de2-ae67-6d8d2909423f, #wrap-s-e4598e3a-1d88-4de2-ae67-6d8d2909423f { display:none !important; }}@media (max-width: 767px){#s-e4598e3a-1d88-4de2-ae67-6d8d2909423f {
  display: none;
}
#s-e4598e3a-1d88-4de2-ae67-6d8d2909423f, #wrap-s-e4598e3a-1d88-4de2-ae67-6d8d2909423f { display:none !important; }}
#s-e4598e3a-1d88-4de2-ae67-6d8d2909423f hr {
  border-top: 2px solid rgba(76, 87, 76, 1);
}

#s-382c1c24-d468-452f-99ae-6c639610925e {
  margin-top: 15px;
margin-left: 300px;
margin-bottom: 2px;
margin-right: 300px;
}
@media (min-width: 1200px){#s-382c1c24-d468-452f-99ae-6c639610925e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-382c1c24-d468-452f-99ae-6c639610925e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-382c1c24-d468-452f-99ae-6c639610925e {
  display: none;
}
#s-382c1c24-d468-452f-99ae-6c639610925e, #wrap-s-382c1c24-d468-452f-99ae-6c639610925e { display:none !important; }}@media (max-width: 767px){#s-382c1c24-d468-452f-99ae-6c639610925e {
  display: none;
}
#s-382c1c24-d468-452f-99ae-6c639610925e, #wrap-s-382c1c24-d468-452f-99ae-6c639610925e { display:none !important; }}
@media (min-width: 0px) {
[id="s-382c1c24-d468-452f-99ae-6c639610925e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-382c1c24-d468-452f-99ae-6c639610925e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-382c1c24-d468-452f-99ae-6c639610925e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-382c1c24-d468-452f-99ae-6c639610925e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-cc97d7c4-e16e-4f37-b68b-0777b54d2377 {
  margin-top: 30px;
margin-left: 110px;
margin-bottom: 9px;
margin-right: 110px;
text-align: center;
}







  #s-cc97d7c4-e16e-4f37-b68b-0777b54d2377 img.shogun-image {
    

    
    
    
  }


#s-cc97d7c4-e16e-4f37-b68b-0777b54d2377 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ff3407f-9182-4525-b443-66ad5ebd0dd5 {
  margin-top: 26px;
margin-left: 84px;
margin-bottom: 26px;
margin-right: 84px;
text-align: center;
}







  #s-9ff3407f-9182-4525-b443-66ad5ebd0dd5 img.shogun-image {
    

    
    
    
  }


#s-9ff3407f-9182-4525-b443-66ad5ebd0dd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f09d528-ed58-498f-8f47-ddb76a3b764c {
  margin-top: 39px;
margin-left: 85px;
margin-bottom: 39px;
margin-right: 85px;
text-align: center;
}







  #s-8f09d528-ed58-498f-8f47-ddb76a3b764c img.shogun-image {
    

    
    
    
  }


#s-8f09d528-ed58-498f-8f47-ddb76a3b764c .shogun-image-content {
  
    align-items: center;
  
}

#s-62d22921-6091-4689-8b62-3ce23182e21d {
  margin-top: 34px;
margin-left: 100px;
margin-bottom: 34px;
margin-right: 100px;
text-align: center;
}







  #s-62d22921-6091-4689-8b62-3ce23182e21d img.shogun-image {
    

    
    
    
  }


#s-62d22921-6091-4689-8b62-3ce23182e21d .shogun-image-content {
  
    align-items: center;
  
}

#s-c7554c95-3456-4037-b765-74b23734f66d {
  margin-top: 11px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-c7554c95-3456-4037-b765-74b23734f66d {
  display: none;
}
#s-c7554c95-3456-4037-b765-74b23734f66d, #wrap-s-c7554c95-3456-4037-b765-74b23734f66d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7554c95-3456-4037-b765-74b23734f66d {
  display: none;
}
#s-c7554c95-3456-4037-b765-74b23734f66d, #wrap-s-c7554c95-3456-4037-b765-74b23734f66d { display:none !important; }}@media (max-width: 767px){#s-c7554c95-3456-4037-b765-74b23734f66d {
  display: none;
}
#s-c7554c95-3456-4037-b765-74b23734f66d, #wrap-s-c7554c95-3456-4037-b765-74b23734f66d { display:none !important; }}
@media (min-width: 0px) {
[id="s-c7554c95-3456-4037-b765-74b23734f66d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-c7554c95-3456-4037-b765-74b23734f66d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c7554c95-3456-4037-b765-74b23734f66d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c7554c95-3456-4037-b765-74b23734f66d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-02b0a725-021d-4728-8f8a-7830a9016954 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 9px;
margin-right: 20px;
text-align: center;
}







  #s-02b0a725-021d-4728-8f8a-7830a9016954 img.shogun-image {
    

    
    
    
  }


#s-02b0a725-021d-4728-8f8a-7830a9016954 .shogun-image-content {
  
    align-items: center;
  
}

#s-94aa8750-6f68-4c83-8ca8-54f45087c30a {
  margin-top: 26px;
margin-left: 20px;
margin-bottom: 26px;
margin-right: 20px;
text-align: center;
}







  #s-94aa8750-6f68-4c83-8ca8-54f45087c30a img.shogun-image {
    

    
    
    
  }


#s-94aa8750-6f68-4c83-8ca8-54f45087c30a .shogun-image-content {
  
    align-items: center;
  
}

#s-ffbcc88e-bfd7-4017-be1d-9e5703fe47f9 {
  margin-top: 38px;
margin-left: 20px;
margin-bottom: 38px;
margin-right: 20px;
padding-top: 15px;
text-align: center;
}







  #s-ffbcc88e-bfd7-4017-be1d-9e5703fe47f9 img.shogun-image {
    

    
    
    
  }


#s-ffbcc88e-bfd7-4017-be1d-9e5703fe47f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d831762-dfb2-4557-a8f2-87fe47b79215 {
  margin-top: 43px;
margin-left: 20px;
margin-bottom: 43px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-7d831762-dfb2-4557-a8f2-87fe47b79215 img.shogun-image {
    

    
    
    
  }


#s-7d831762-dfb2-4557-a8f2-87fe47b79215 .shogun-image-content {
  
    align-items: center;
  
}

#s-38f5eb0f-a15d-4e20-802e-968dc189b72f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-38f5eb0f-a15d-4e20-802e-968dc189b72f {
  display: none;
}
#s-38f5eb0f-a15d-4e20-802e-968dc189b72f, #wrap-s-38f5eb0f-a15d-4e20-802e-968dc189b72f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38f5eb0f-a15d-4e20-802e-968dc189b72f {
  display: none;
}
#s-38f5eb0f-a15d-4e20-802e-968dc189b72f, #wrap-s-38f5eb0f-a15d-4e20-802e-968dc189b72f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38f5eb0f-a15d-4e20-802e-968dc189b72f {
  display: none;
}
#s-38f5eb0f-a15d-4e20-802e-968dc189b72f, #wrap-s-38f5eb0f-a15d-4e20-802e-968dc189b72f { display:none !important; }}@media (max-width: 767px){#s-38f5eb0f-a15d-4e20-802e-968dc189b72f {
  
}
}







#s-38f5eb0f-a15d-4e20-802e-968dc189b72f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-38f5eb0f-a15d-4e20-802e-968dc189b72f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03e5995b-5bd5-420c-9ade-bf0bcfcf8ed5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 580px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-03e5995b-5bd5-420c-9ade-bf0bcfcf8ed5 {
  display: none;
}
#s-03e5995b-5bd5-420c-9ade-bf0bcfcf8ed5, #wrap-s-03e5995b-5bd5-420c-9ade-bf0bcfcf8ed5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03e5995b-5bd5-420c-9ade-bf0bcfcf8ed5 {
  display: none;
}
#s-03e5995b-5bd5-420c-9ade-bf0bcfcf8ed5, #wrap-s-03e5995b-5bd5-420c-9ade-bf0bcfcf8ed5 { display:none !important; }}@media (max-width: 767px){#s-03e5995b-5bd5-420c-9ade-bf0bcfcf8ed5 {
  display: none;
}
#s-03e5995b-5bd5-420c-9ade-bf0bcfcf8ed5, #wrap-s-03e5995b-5bd5-420c-9ade-bf0bcfcf8ed5 { display:none !important; }}







#s-03e5995b-5bd5-420c-9ade-bf0bcfcf8ed5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-03e5995b-5bd5-420c-9ade-bf0bcfcf8ed5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-51f13c1c-d119-4e95-987b-254e8d092759"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51f13c1c-d119-4e95-987b-254e8d092759"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51f13c1c-d119-4e95-987b-254e8d092759"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51f13c1c-d119-4e95-987b-254e8d092759"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51f13c1c-d119-4e95-987b-254e8d092759"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51f13c1c-d119-4e95-987b-254e8d092759"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51f13c1c-d119-4e95-987b-254e8d092759"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-1043aa76-d37a-40fd-891b-db8005ed743f {
  margin-left: 20px;
margin-right: 20px;
}

#s-6390bdd0-662c-4a7f-a2a3-65565de76e0e {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-6390bdd0-662c-4a7f-a2a3-65565de76e0e {
  display: none;
}
#s-6390bdd0-662c-4a7f-a2a3-65565de76e0e, #wrap-s-6390bdd0-662c-4a7f-a2a3-65565de76e0e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6390bdd0-662c-4a7f-a2a3-65565de76e0e {
  display: none;
}
#s-6390bdd0-662c-4a7f-a2a3-65565de76e0e, #wrap-s-6390bdd0-662c-4a7f-a2a3-65565de76e0e { display:none !important; }}







#s-6390bdd0-662c-4a7f-a2a3-65565de76e0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6390bdd0-662c-4a7f-a2a3-65565de76e0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba60f084-0b28-4308-b704-3bb4ebf9835b {
  min-height: 50px;
background-color: rgba(75, 81, 74, 1);
}
@media (min-width: 1200px){#s-ba60f084-0b28-4308-b704-3bb4ebf9835b {
  display: none;
}
#s-ba60f084-0b28-4308-b704-3bb4ebf9835b, #wrap-s-ba60f084-0b28-4308-b704-3bb4ebf9835b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba60f084-0b28-4308-b704-3bb4ebf9835b {
  display: none;
}
#s-ba60f084-0b28-4308-b704-3bb4ebf9835b, #wrap-s-ba60f084-0b28-4308-b704-3bb4ebf9835b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ba60f084-0b28-4308-b704-3bb4ebf9835b {
  display: none;
}
#s-ba60f084-0b28-4308-b704-3bb4ebf9835b, #wrap-s-ba60f084-0b28-4308-b704-3bb4ebf9835b { display:none !important; }}@media (max-width: 767px){#s-ba60f084-0b28-4308-b704-3bb4ebf9835b {
  display: none;
}
#s-ba60f084-0b28-4308-b704-3bb4ebf9835b, #wrap-s-ba60f084-0b28-4308-b704-3bb4ebf9835b { display:none !important; }}







#s-ba60f084-0b28-4308-b704-3bb4ebf9835b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba60f084-0b28-4308-b704-3bb4ebf9835b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95da604c-f9fd-41e8-ad0e-693aebf2b626 {
  min-height: 50px;
background-color: rgba(75, 81, 74, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-95da604c-f9fd-41e8-ad0e-693aebf2b626 {
  display: none;
}
#s-95da604c-f9fd-41e8-ad0e-693aebf2b626, #wrap-s-95da604c-f9fd-41e8-ad0e-693aebf2b626 { display:none !important; }}@media (max-width: 767px){#s-95da604c-f9fd-41e8-ad0e-693aebf2b626 {
  display: none;
}
#s-95da604c-f9fd-41e8-ad0e-693aebf2b626, #wrap-s-95da604c-f9fd-41e8-ad0e-693aebf2b626 { display:none !important; }}







#s-95da604c-f9fd-41e8-ad0e-693aebf2b626 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95da604c-f9fd-41e8-ad0e-693aebf2b626.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa2eb0dc-2cf4-4c3a-abd8-739b561d1c63 {
  margin-left: 189px;
margin-right: 14px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-aa2eb0dc-2cf4-4c3a-abd8-739b561d1c63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa2eb0dc-2cf4-4c3a-abd8-739b561d1c63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa2eb0dc-2cf4-4c3a-abd8-739b561d1c63 {
  display: none;
}
#s-aa2eb0dc-2cf4-4c3a-abd8-739b561d1c63, #wrap-s-aa2eb0dc-2cf4-4c3a-abd8-739b561d1c63 { display:none !important; }}@media (max-width: 767px){#s-aa2eb0dc-2cf4-4c3a-abd8-739b561d1c63 {
  display: none;
}
#s-aa2eb0dc-2cf4-4c3a-abd8-739b561d1c63, #wrap-s-aa2eb0dc-2cf4-4c3a-abd8-739b561d1c63 { display:none !important; }}
#s-aa2eb0dc-2cf4-4c3a-abd8-739b561d1c63 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-06609394-1c5a-4472-acdb-227ecaae170b {
  background-color: rgba(75, 81, 74, 1);
}

@media (min-width: 0px) {
[id="s-06609394-1c5a-4472-acdb-227ecaae170b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06609394-1c5a-4472-acdb-227ecaae170b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-06609394-1c5a-4472-acdb-227ecaae170b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06609394-1c5a-4472-acdb-227ecaae170b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-06609394-1c5a-4472-acdb-227ecaae170b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-06609394-1c5a-4472-acdb-227ecaae170b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06609394-1c5a-4472-acdb-227ecaae170b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-06609394-1c5a-4472-acdb-227ecaae170b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-06609394-1c5a-4472-acdb-227ecaae170b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06609394-1c5a-4472-acdb-227ecaae170b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7d0cc33b-6e51-4136-925a-cea113577333 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d0cc33b-6e51-4136-925a-cea113577333 {
  display: none;
}
#s-7d0cc33b-6e51-4136-925a-cea113577333, #wrap-s-7d0cc33b-6e51-4136-925a-cea113577333 { display:none !important; }}@media (max-width: 767px){#s-7d0cc33b-6e51-4136-925a-cea113577333 {
  display: none;
}
#s-7d0cc33b-6e51-4136-925a-cea113577333, #wrap-s-7d0cc33b-6e51-4136-925a-cea113577333 { display:none !important; }}
#s-7916bccf-42f3-449c-9e9c-5d4af52d64db {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-7916bccf-42f3-449c-9e9c-5d4af52d64db {
  display: none;
}
#s-7916bccf-42f3-449c-9e9c-5d4af52d64db, #wrap-s-7916bccf-42f3-449c-9e9c-5d4af52d64db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7916bccf-42f3-449c-9e9c-5d4af52d64db {
  display: none;
}
#s-7916bccf-42f3-449c-9e9c-5d4af52d64db, #wrap-s-7916bccf-42f3-449c-9e9c-5d4af52d64db { display:none !important; }}
#s-be627e86-5904-44e6-ba9e-fd366b8ec8bb {
  min-height: 50px;
background-color: rgba(75, 81, 74, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-be627e86-5904-44e6-ba9e-fd366b8ec8bb {
  display: none;
}
#s-be627e86-5904-44e6-ba9e-fd366b8ec8bb, #wrap-s-be627e86-5904-44e6-ba9e-fd366b8ec8bb { display:none !important; }}@media (max-width: 767px){#s-be627e86-5904-44e6-ba9e-fd366b8ec8bb {
  display: none;
}
#s-be627e86-5904-44e6-ba9e-fd366b8ec8bb, #wrap-s-be627e86-5904-44e6-ba9e-fd366b8ec8bb { display:none !important; }}







#s-be627e86-5904-44e6-ba9e-fd366b8ec8bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be627e86-5904-44e6-ba9e-fd366b8ec8bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9413d1c7-3ca7-427a-99c7-143b3c895d91 {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 14px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-9413d1c7-3ca7-427a-99c7-143b3c895d91 {
  display: none;
}
#s-9413d1c7-3ca7-427a-99c7-143b3c895d91, #wrap-s-9413d1c7-3ca7-427a-99c7-143b3c895d91 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9413d1c7-3ca7-427a-99c7-143b3c895d91 {
  display: none;
}
#s-9413d1c7-3ca7-427a-99c7-143b3c895d91, #wrap-s-9413d1c7-3ca7-427a-99c7-143b3c895d91 { display:none !important; }}
#s-9413d1c7-3ca7-427a-99c7-143b3c895d91 .shogun-heading-component h1 {
  color: rgba(99, 109, 94, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-6140b4a4-d822-4d5b-becc-507037ba8acd {
  margin-bottom: 25px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-6140b4a4-d822-4d5b-becc-507037ba8acd {
  display: none;
}
#s-6140b4a4-d822-4d5b-becc-507037ba8acd, #wrap-s-6140b4a4-d822-4d5b-becc-507037ba8acd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6140b4a4-d822-4d5b-becc-507037ba8acd {
  display: none;
}
#s-6140b4a4-d822-4d5b-becc-507037ba8acd, #wrap-s-6140b4a4-d822-4d5b-becc-507037ba8acd { display:none !important; }}
#s-eb0ed9f2-3051-4166-81ed-cb0fdb60b696 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-eb0ed9f2-3051-4166-81ed-cb0fdb60b696 {
  display: none;
}
#s-eb0ed9f2-3051-4166-81ed-cb0fdb60b696, #wrap-s-eb0ed9f2-3051-4166-81ed-cb0fdb60b696 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb0ed9f2-3051-4166-81ed-cb0fdb60b696 {
  display: none;
}
#s-eb0ed9f2-3051-4166-81ed-cb0fdb60b696, #wrap-s-eb0ed9f2-3051-4166-81ed-cb0fdb60b696 { display:none !important; }}@media (max-width: 767px){#s-eb0ed9f2-3051-4166-81ed-cb0fdb60b696 {
  display: none;
}
#s-eb0ed9f2-3051-4166-81ed-cb0fdb60b696, #wrap-s-eb0ed9f2-3051-4166-81ed-cb0fdb60b696 { display:none !important; }}
@media (min-width: 0px) {
[id="s-eb0ed9f2-3051-4166-81ed-cb0fdb60b696"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-eb0ed9f2-3051-4166-81ed-cb0fdb60b696"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-eb0ed9f2-3051-4166-81ed-cb0fdb60b696"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-eb0ed9f2-3051-4166-81ed-cb0fdb60b696"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d4ef2051-3710-4c36-beda-1aaba528c061 {
  margin-top: 30px;
margin-left: 40px;
margin-bottom: 9px;
margin-right: 40px;
text-align: center;
}







  #s-d4ef2051-3710-4c36-beda-1aaba528c061 img.shogun-image {
    

    
    
    
  }


#s-d4ef2051-3710-4c36-beda-1aaba528c061 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d5a64d4-df32-4ad0-b6dd-8ab47508601c {
  margin-top: 26px;
margin-left: 20px;
margin-bottom: 26px;
margin-right: 20px;
text-align: center;
}







  #s-1d5a64d4-df32-4ad0-b6dd-8ab47508601c img.shogun-image {
    

    
    
    
  }


#s-1d5a64d4-df32-4ad0-b6dd-8ab47508601c .shogun-image-content {
  
    align-items: center;
  
}

#s-c1cbb0a0-ecc2-4dd5-8cfb-f791abb508c7 {
  margin-top: 39px;
margin-left: 20px;
margin-bottom: 39px;
margin-right: 20px;
text-align: center;
}







  #s-c1cbb0a0-ecc2-4dd5-8cfb-f791abb508c7 img.shogun-image {
    

    
    
    
  }


#s-c1cbb0a0-ecc2-4dd5-8cfb-f791abb508c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d5c64ce-fd05-40a1-9519-f738a6b71fdb {
  margin-top: 34px;
margin-left: 30px;
margin-bottom: 34px;
margin-right: 30px;
text-align: center;
}







  #s-3d5c64ce-fd05-40a1-9519-f738a6b71fdb img.shogun-image {
    

    
    
    
  }


#s-3d5c64ce-fd05-40a1-9519-f738a6b71fdb .shogun-image-content {
  
    align-items: center;
  
}

#s-36c05888-ecc2-46e6-a376-2a978ae5b20f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-36c05888-ecc2-46e6-a376-2a978ae5b20f {
  display: none;
}
#s-36c05888-ecc2-46e6-a376-2a978ae5b20f, #wrap-s-36c05888-ecc2-46e6-a376-2a978ae5b20f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36c05888-ecc2-46e6-a376-2a978ae5b20f {
  display: none;
}
#s-36c05888-ecc2-46e6-a376-2a978ae5b20f, #wrap-s-36c05888-ecc2-46e6-a376-2a978ae5b20f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36c05888-ecc2-46e6-a376-2a978ae5b20f {
  
}
}@media (max-width: 767px){#s-36c05888-ecc2-46e6-a376-2a978ae5b20f {
  display: none;
}
#s-36c05888-ecc2-46e6-a376-2a978ae5b20f, #wrap-s-36c05888-ecc2-46e6-a376-2a978ae5b20f { display:none !important; }}







#s-36c05888-ecc2-46e6-a376-2a978ae5b20f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-36c05888-ecc2-46e6-a376-2a978ae5b20f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de32bf55-f4e4-40ec-a2f2-467d0a778f54 {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (min-width: 1200px){#s-de32bf55-f4e4-40ec-a2f2-467d0a778f54 {
  display: none;
}
#s-de32bf55-f4e4-40ec-a2f2-467d0a778f54, #wrap-s-de32bf55-f4e4-40ec-a2f2-467d0a778f54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de32bf55-f4e4-40ec-a2f2-467d0a778f54 {
  display: none;
}
#s-de32bf55-f4e4-40ec-a2f2-467d0a778f54, #wrap-s-de32bf55-f4e4-40ec-a2f2-467d0a778f54 { display:none !important; }}@media (max-width: 767px){#s-de32bf55-f4e4-40ec-a2f2-467d0a778f54 {
  display: none;
}
#s-de32bf55-f4e4-40ec-a2f2-467d0a778f54, #wrap-s-de32bf55-f4e4-40ec-a2f2-467d0a778f54 { display:none !important; }}







#s-de32bf55-f4e4-40ec-a2f2-467d0a778f54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de32bf55-f4e4-40ec-a2f2-467d0a778f54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d67ef1aa-db86-4e44-98a1-c6b5d4757763 {
  min-height: 50px;
background-color: rgba(75, 81, 74, 1);
}
@media (min-width: 1200px){#s-d67ef1aa-db86-4e44-98a1-c6b5d4757763 {
  display: none;
}
#s-d67ef1aa-db86-4e44-98a1-c6b5d4757763, #wrap-s-d67ef1aa-db86-4e44-98a1-c6b5d4757763 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d67ef1aa-db86-4e44-98a1-c6b5d4757763 {
  display: none;
}
#s-d67ef1aa-db86-4e44-98a1-c6b5d4757763, #wrap-s-d67ef1aa-db86-4e44-98a1-c6b5d4757763 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d67ef1aa-db86-4e44-98a1-c6b5d4757763 {
  display: none;
}
#s-d67ef1aa-db86-4e44-98a1-c6b5d4757763, #wrap-s-d67ef1aa-db86-4e44-98a1-c6b5d4757763 { display:none !important; }}@media (max-width: 767px){#s-d67ef1aa-db86-4e44-98a1-c6b5d4757763 {
  display: none;
}
#s-d67ef1aa-db86-4e44-98a1-c6b5d4757763, #wrap-s-d67ef1aa-db86-4e44-98a1-c6b5d4757763 { display:none !important; }}







#s-d67ef1aa-db86-4e44-98a1-c6b5d4757763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d67ef1aa-db86-4e44-98a1-c6b5d4757763.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c291a700-7026-4d1f-bf83-4ffabb873613 {
  min-height: 50px;
background-color: rgba(75, 81, 74, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c291a700-7026-4d1f-bf83-4ffabb873613 {
  display: none;
}
#s-c291a700-7026-4d1f-bf83-4ffabb873613, #wrap-s-c291a700-7026-4d1f-bf83-4ffabb873613 { display:none !important; }}@media (max-width: 767px){#s-c291a700-7026-4d1f-bf83-4ffabb873613 {
  display: none;
}
#s-c291a700-7026-4d1f-bf83-4ffabb873613, #wrap-s-c291a700-7026-4d1f-bf83-4ffabb873613 { display:none !important; }}







#s-c291a700-7026-4d1f-bf83-4ffabb873613 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c291a700-7026-4d1f-bf83-4ffabb873613.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d646c41-36d7-4750-9c57-60eea4c7f960 {
  margin-left: 189px;
margin-right: 14px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-6d646c41-36d7-4750-9c57-60eea4c7f960 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d646c41-36d7-4750-9c57-60eea4c7f960 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d646c41-36d7-4750-9c57-60eea4c7f960 {
  display: none;
}
#s-6d646c41-36d7-4750-9c57-60eea4c7f960, #wrap-s-6d646c41-36d7-4750-9c57-60eea4c7f960 { display:none !important; }}@media (max-width: 767px){#s-6d646c41-36d7-4750-9c57-60eea4c7f960 {
  display: none;
}
#s-6d646c41-36d7-4750-9c57-60eea4c7f960, #wrap-s-6d646c41-36d7-4750-9c57-60eea4c7f960 { display:none !important; }}
#s-6d646c41-36d7-4750-9c57-60eea4c7f960 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-62107012-9e6a-4fc0-a255-25b9a1fe5718 {
  background-color: rgba(75, 81, 74, 1);
}

@media (min-width: 0px) {
[id="s-62107012-9e6a-4fc0-a255-25b9a1fe5718"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62107012-9e6a-4fc0-a255-25b9a1fe5718"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62107012-9e6a-4fc0-a255-25b9a1fe5718"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62107012-9e6a-4fc0-a255-25b9a1fe5718"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62107012-9e6a-4fc0-a255-25b9a1fe5718"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62107012-9e6a-4fc0-a255-25b9a1fe5718"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62107012-9e6a-4fc0-a255-25b9a1fe5718"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62107012-9e6a-4fc0-a255-25b9a1fe5718"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62107012-9e6a-4fc0-a255-25b9a1fe5718"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62107012-9e6a-4fc0-a255-25b9a1fe5718"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7c5c6477-cfff-40e8-b720-346ab1807b48 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c5c6477-cfff-40e8-b720-346ab1807b48 {
  display: none;
}
#s-7c5c6477-cfff-40e8-b720-346ab1807b48, #wrap-s-7c5c6477-cfff-40e8-b720-346ab1807b48 { display:none !important; }}@media (max-width: 767px){#s-7c5c6477-cfff-40e8-b720-346ab1807b48 {
  display: none;
}
#s-7c5c6477-cfff-40e8-b720-346ab1807b48, #wrap-s-7c5c6477-cfff-40e8-b720-346ab1807b48 { display:none !important; }}
#s-8f237def-de36-4ffa-a913-595f4bbaab63 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-8f237def-de36-4ffa-a913-595f4bbaab63 {
  display: none;
}
#s-8f237def-de36-4ffa-a913-595f4bbaab63, #wrap-s-8f237def-de36-4ffa-a913-595f4bbaab63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f237def-de36-4ffa-a913-595f4bbaab63 {
  display: none;
}
#s-8f237def-de36-4ffa-a913-595f4bbaab63, #wrap-s-8f237def-de36-4ffa-a913-595f4bbaab63 { display:none !important; }}
#s-cb89bb5c-23dc-4b6a-af6a-168aa42ab147 {
  min-height: 50px;
background-color: rgba(75, 81, 74, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cb89bb5c-23dc-4b6a-af6a-168aa42ab147 {
  display: none;
}
#s-cb89bb5c-23dc-4b6a-af6a-168aa42ab147, #wrap-s-cb89bb5c-23dc-4b6a-af6a-168aa42ab147 { display:none !important; }}@media (max-width: 767px){#s-cb89bb5c-23dc-4b6a-af6a-168aa42ab147 {
  display: none;
}
#s-cb89bb5c-23dc-4b6a-af6a-168aa42ab147, #wrap-s-cb89bb5c-23dc-4b6a-af6a-168aa42ab147 { display:none !important; }}







#s-cb89bb5c-23dc-4b6a-af6a-168aa42ab147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb89bb5c-23dc-4b6a-af6a-168aa42ab147.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d892bee-5d24-4e10-a508-d933a6c1c24a {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 14px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-8d892bee-5d24-4e10-a508-d933a6c1c24a {
  display: none;
}
#s-8d892bee-5d24-4e10-a508-d933a6c1c24a, #wrap-s-8d892bee-5d24-4e10-a508-d933a6c1c24a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d892bee-5d24-4e10-a508-d933a6c1c24a {
  display: none;
}
#s-8d892bee-5d24-4e10-a508-d933a6c1c24a, #wrap-s-8d892bee-5d24-4e10-a508-d933a6c1c24a { display:none !important; }}
#s-8d892bee-5d24-4e10-a508-d933a6c1c24a .shogun-heading-component h1 {
  color: rgba(99, 109, 94, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-7aa8978e-8701-4200-9b61-f80b0b2a966f {
  margin-bottom: 25px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-7aa8978e-8701-4200-9b61-f80b0b2a966f {
  display: none;
}
#s-7aa8978e-8701-4200-9b61-f80b0b2a966f, #wrap-s-7aa8978e-8701-4200-9b61-f80b0b2a966f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7aa8978e-8701-4200-9b61-f80b0b2a966f {
  display: none;
}
#s-7aa8978e-8701-4200-9b61-f80b0b2a966f, #wrap-s-7aa8978e-8701-4200-9b61-f80b0b2a966f { display:none !important; }}
#s-e482091c-431f-429a-b135-2d1991054068 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e482091c-431f-429a-b135-2d1991054068 {
  display: none;
}
#s-e482091c-431f-429a-b135-2d1991054068, #wrap-s-e482091c-431f-429a-b135-2d1991054068 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e482091c-431f-429a-b135-2d1991054068 {
  display: none;
}
#s-e482091c-431f-429a-b135-2d1991054068, #wrap-s-e482091c-431f-429a-b135-2d1991054068 { display:none !important; }}@media (max-width: 767px){#s-e482091c-431f-429a-b135-2d1991054068 {
  display: none;
}
#s-e482091c-431f-429a-b135-2d1991054068, #wrap-s-e482091c-431f-429a-b135-2d1991054068 { display:none !important; }}







#s-e482091c-431f-429a-b135-2d1991054068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e482091c-431f-429a-b135-2d1991054068 {
  cursor: pointer;
}#s-e482091c-431f-429a-b135-2d1991054068.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd23614e-2519-40ca-991a-be52ece7c343 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd23614e-2519-40ca-991a-be52ece7c343 {
  display: none;
}
#s-fd23614e-2519-40ca-991a-be52ece7c343, #wrap-s-fd23614e-2519-40ca-991a-be52ece7c343 { display:none !important; }}@media (max-width: 767px){#s-fd23614e-2519-40ca-991a-be52ece7c343 {
  display: none;
}
#s-fd23614e-2519-40ca-991a-be52ece7c343, #wrap-s-fd23614e-2519-40ca-991a-be52ece7c343 { display:none !important; }}







#s-fd23614e-2519-40ca-991a-be52ece7c343 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd23614e-2519-40ca-991a-be52ece7c343.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dcd075e-66ee-4971-b930-aee492d8c2a1 {
  margin-left: 300px;
margin-right: 300px;
}
@media (min-width: 1200px){#s-1dcd075e-66ee-4971-b930-aee492d8c2a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dcd075e-66ee-4971-b930-aee492d8c2a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1dcd075e-66ee-4971-b930-aee492d8c2a1 {
  display: none;
}
#s-1dcd075e-66ee-4971-b930-aee492d8c2a1, #wrap-s-1dcd075e-66ee-4971-b930-aee492d8c2a1 { display:none !important; }}@media (max-width: 767px){#s-1dcd075e-66ee-4971-b930-aee492d8c2a1 {
  display: none;
}
#s-1dcd075e-66ee-4971-b930-aee492d8c2a1, #wrap-s-1dcd075e-66ee-4971-b930-aee492d8c2a1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1dcd075e-66ee-4971-b930-aee492d8c2a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1dcd075e-66ee-4971-b930-aee492d8c2a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1dcd075e-66ee-4971-b930-aee492d8c2a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1dcd075e-66ee-4971-b930-aee492d8c2a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6b8722d3-76bc-4d5b-92fd-6a8866fecb2f {
  margin-top: 35px;
margin-left: 100px;
margin-bottom: 9px;
margin-right: 100px;
text-align: center;
}







  #s-6b8722d3-76bc-4d5b-92fd-6a8866fecb2f img.shogun-image {
    

    
    
    
  }


#s-6b8722d3-76bc-4d5b-92fd-6a8866fecb2f .shogun-image-content {
  
    align-items: center;
  
}

#s-efa7fa1b-db17-4b9c-87d3-c3a93a8cf88a {
  margin-top: 26px;
margin-left: 100px;
margin-bottom: 26px;
margin-right: 100px;
text-align: center;
}







  #s-efa7fa1b-db17-4b9c-87d3-c3a93a8cf88a img.shogun-image {
    

    
    
    
  }


#s-efa7fa1b-db17-4b9c-87d3-c3a93a8cf88a .shogun-image-content {
  
    align-items: center;
  
}

#s-511ac9b8-56f2-4978-9bca-8d7aecf1d3dd {
  margin-top: -18px;
}

#s-e60e80b0-19d5-442c-862f-3c1e3b41c73e {
  margin-top: 39px;
margin-left: 100px;
margin-bottom: 39px;
margin-right: 100px;
text-align: center;
}







  #s-e60e80b0-19d5-442c-862f-3c1e3b41c73e img.shogun-image {
    

    
    
    
  }


#s-e60e80b0-19d5-442c-862f-3c1e3b41c73e .shogun-image-content {
  
    align-items: center;
  
}

#s-244dd21e-46c0-412a-b1e6-794a00ccb4c6 {
  margin-top: -20px;
}

#s-f0314b8f-5502-42f9-ae8c-7db2b66016d3 {
  margin-top: 34px;
margin-left: 105px;
margin-bottom: 34px;
margin-right: 105px;
text-align: center;
}







  #s-f0314b8f-5502-42f9-ae8c-7db2b66016d3 img.shogun-image {
    

    
    
    
  }


#s-f0314b8f-5502-42f9-ae8c-7db2b66016d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8536d215-5f69-4c3b-be0c-d8f2beaf0ee9 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-8d95d574-9b03-4dbc-b854-317f2937fb8d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d95d574-9b03-4dbc-b854-317f2937fb8d {
  display: none;
}
#s-8d95d574-9b03-4dbc-b854-317f2937fb8d, #wrap-s-8d95d574-9b03-4dbc-b854-317f2937fb8d { display:none !important; }}@media (max-width: 767px){#s-8d95d574-9b03-4dbc-b854-317f2937fb8d {
  display: none;
}
#s-8d95d574-9b03-4dbc-b854-317f2937fb8d, #wrap-s-8d95d574-9b03-4dbc-b854-317f2937fb8d { display:none !important; }}







#s-8d95d574-9b03-4dbc-b854-317f2937fb8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d95d574-9b03-4dbc-b854-317f2937fb8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f65001c-7758-4b8b-9b77-1ff952635c2f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 580px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1f65001c-7758-4b8b-9b77-1ff952635c2f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f65001c-7758-4b8b-9b77-1ff952635c2f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f65001c-7758-4b8b-9b77-1ff952635c2f {
  display: none;
}
#s-1f65001c-7758-4b8b-9b77-1ff952635c2f, #wrap-s-1f65001c-7758-4b8b-9b77-1ff952635c2f { display:none !important; }}@media (max-width: 767px){#s-1f65001c-7758-4b8b-9b77-1ff952635c2f {
  display: none;
}
#s-1f65001c-7758-4b8b-9b77-1ff952635c2f, #wrap-s-1f65001c-7758-4b8b-9b77-1ff952635c2f { display:none !important; }}







#s-1f65001c-7758-4b8b-9b77-1ff952635c2f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-1f65001c-7758-4b8b-9b77-1ff952635c2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8f691606-926a-411b-b989-dbfd101ff58b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f691606-926a-411b-b989-dbfd101ff58b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f691606-926a-411b-b989-dbfd101ff58b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f691606-926a-411b-b989-dbfd101ff58b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f691606-926a-411b-b989-dbfd101ff58b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f691606-926a-411b-b989-dbfd101ff58b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f691606-926a-411b-b989-dbfd101ff58b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-4ba29194-eff4-4763-a20c-fffdc0fdac13 {
  margin-right: 150px;
}

#s-6e33110e-6e27-4cf5-bb15-aec2dfad1caf {
  margin-top: 50px;
margin-left: 150px;
margin-bottom: 50px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6e33110e-6e27-4cf5-bb15-aec2dfad1caf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e33110e-6e27-4cf5-bb15-aec2dfad1caf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e33110e-6e27-4cf5-bb15-aec2dfad1caf {
  display: none;
}
#s-6e33110e-6e27-4cf5-bb15-aec2dfad1caf, #wrap-s-6e33110e-6e27-4cf5-bb15-aec2dfad1caf { display:none !important; }}@media (max-width: 767px){#s-6e33110e-6e27-4cf5-bb15-aec2dfad1caf {
  display: none;
}
#s-6e33110e-6e27-4cf5-bb15-aec2dfad1caf, #wrap-s-6e33110e-6e27-4cf5-bb15-aec2dfad1caf { display:none !important; }}
#s-6e33110e-6e27-4cf5-bb15-aec2dfad1caf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 2.5em;
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-2a60af47-cfcb-4120-aeed-1943a28788ce {
  display: none;
}
#s-2a60af47-cfcb-4120-aeed-1943a28788ce, #wrap-s-2a60af47-cfcb-4120-aeed-1943a28788ce { display:none !important; }}@media (max-width: 767px){#s-2a60af47-cfcb-4120-aeed-1943a28788ce {
  display: none;
}
#s-2a60af47-cfcb-4120-aeed-1943a28788ce, #wrap-s-2a60af47-cfcb-4120-aeed-1943a28788ce { display:none !important; }}
#s-2a60af47-cfcb-4120-aeed-1943a28788ce hr {
  border-top: 2px solid rgba(76, 87, 76, 1);
}

#s-be7be248-1158-4d0c-b262-8b0342164d97 {
  margin-top: 15px;
margin-left: 300px;
margin-bottom: 2px;
margin-right: 300px;
}
@media (min-width: 1200px){#s-be7be248-1158-4d0c-b262-8b0342164d97 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be7be248-1158-4d0c-b262-8b0342164d97 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be7be248-1158-4d0c-b262-8b0342164d97 {
  display: none;
}
#s-be7be248-1158-4d0c-b262-8b0342164d97, #wrap-s-be7be248-1158-4d0c-b262-8b0342164d97 { display:none !important; }}@media (max-width: 767px){#s-be7be248-1158-4d0c-b262-8b0342164d97 {
  display: none;
}
#s-be7be248-1158-4d0c-b262-8b0342164d97, #wrap-s-be7be248-1158-4d0c-b262-8b0342164d97 { display:none !important; }}
@media (min-width: 0px) {
[id="s-be7be248-1158-4d0c-b262-8b0342164d97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-be7be248-1158-4d0c-b262-8b0342164d97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-be7be248-1158-4d0c-b262-8b0342164d97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-be7be248-1158-4d0c-b262-8b0342164d97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5c815d4d-d155-488f-904d-2bb072c4dc64 {
  margin-top: 30px;
margin-left: 110px;
margin-bottom: 9px;
margin-right: 110px;
text-align: center;
}







  #s-5c815d4d-d155-488f-904d-2bb072c4dc64 img.shogun-image {
    

    
    
    
  }


#s-5c815d4d-d155-488f-904d-2bb072c4dc64 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1e3f199-6b8d-4320-b8c0-4b7e19085759 {
  margin-top: 26px;
margin-left: 84px;
margin-bottom: 26px;
margin-right: 84px;
text-align: center;
}







  #s-b1e3f199-6b8d-4320-b8c0-4b7e19085759 img.shogun-image {
    

    
    
    
  }


#s-b1e3f199-6b8d-4320-b8c0-4b7e19085759 .shogun-image-content {
  
    align-items: center;
  
}

#s-653175db-b9fe-463c-8075-c9d14bf34d1e {
  margin-top: 39px;
margin-left: 85px;
margin-bottom: 39px;
margin-right: 85px;
text-align: center;
}







  #s-653175db-b9fe-463c-8075-c9d14bf34d1e img.shogun-image {
    

    
    
    
  }


#s-653175db-b9fe-463c-8075-c9d14bf34d1e .shogun-image-content {
  
    align-items: center;
  
}

#s-922c08cf-66e6-4049-a7c7-f4651b12e389 {
  margin-top: 34px;
margin-left: 100px;
margin-bottom: 34px;
margin-right: 100px;
text-align: center;
}







  #s-922c08cf-66e6-4049-a7c7-f4651b12e389 img.shogun-image {
    

    
    
    
  }


#s-922c08cf-66e6-4049-a7c7-f4651b12e389 .shogun-image-content {
  
    align-items: center;
  
}

#s-df2ebe7e-b12e-40ed-9cf2-29bedf58baa9 {
  margin-top: 11px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-df2ebe7e-b12e-40ed-9cf2-29bedf58baa9 {
  display: none;
}
#s-df2ebe7e-b12e-40ed-9cf2-29bedf58baa9, #wrap-s-df2ebe7e-b12e-40ed-9cf2-29bedf58baa9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df2ebe7e-b12e-40ed-9cf2-29bedf58baa9 {
  display: none;
}
#s-df2ebe7e-b12e-40ed-9cf2-29bedf58baa9, #wrap-s-df2ebe7e-b12e-40ed-9cf2-29bedf58baa9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df2ebe7e-b12e-40ed-9cf2-29bedf58baa9 {
  display: none;
}
#s-df2ebe7e-b12e-40ed-9cf2-29bedf58baa9, #wrap-s-df2ebe7e-b12e-40ed-9cf2-29bedf58baa9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-df2ebe7e-b12e-40ed-9cf2-29bedf58baa9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-df2ebe7e-b12e-40ed-9cf2-29bedf58baa9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-df2ebe7e-b12e-40ed-9cf2-29bedf58baa9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-df2ebe7e-b12e-40ed-9cf2-29bedf58baa9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-98c07d8f-e8a2-4a2d-9934-d8a207872d58 {
  margin-top: 30px;
margin-left: 60px;
margin-bottom: 9px;
margin-right: 60px;
text-align: center;
}







  #s-98c07d8f-e8a2-4a2d-9934-d8a207872d58 img.shogun-image {
    

    
    
    
  }


#s-98c07d8f-e8a2-4a2d-9934-d8a207872d58 .shogun-image-content {
  
    align-items: center;
  
}

#s-79052c77-9ff2-4505-9d41-ead7fa3bddb2 {
  margin-top: 26px;
margin-left: 50px;
margin-bottom: 26px;
margin-right: 50px;
text-align: center;
}







  #s-79052c77-9ff2-4505-9d41-ead7fa3bddb2 img.shogun-image {
    

    
    
    
  }


#s-79052c77-9ff2-4505-9d41-ead7fa3bddb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccab3839-abf4-4d8d-ad39-42de985c68a6 {
  margin-top: 38px;
margin-left: 60px;
margin-bottom: 38px;
margin-right: 60px;
padding-top: 15px;
text-align: center;
}







  #s-ccab3839-abf4-4d8d-ad39-42de985c68a6 img.shogun-image {
    

    
    
    
  }


#s-ccab3839-abf4-4d8d-ad39-42de985c68a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-0edcacfc-d982-4e65-bd6c-2139a5004641 {
  margin-top: 43px;
margin-left: 60px;
margin-bottom: 43px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-0edcacfc-d982-4e65-bd6c-2139a5004641 img.shogun-image {
    

    
    
    
  }


#s-0edcacfc-d982-4e65-bd6c-2139a5004641 .shogun-image-content {
  
    align-items: center;
  
}

#s-81f2da50-29e3-46b1-abeb-911a5d79d3a8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 580px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-81f2da50-29e3-46b1-abeb-911a5d79d3a8 {
  display: none;
}
#s-81f2da50-29e3-46b1-abeb-911a5d79d3a8, #wrap-s-81f2da50-29e3-46b1-abeb-911a5d79d3a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81f2da50-29e3-46b1-abeb-911a5d79d3a8 {
  display: none;
}
#s-81f2da50-29e3-46b1-abeb-911a5d79d3a8, #wrap-s-81f2da50-29e3-46b1-abeb-911a5d79d3a8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81f2da50-29e3-46b1-abeb-911a5d79d3a8 {
  display: none;
}
#s-81f2da50-29e3-46b1-abeb-911a5d79d3a8, #wrap-s-81f2da50-29e3-46b1-abeb-911a5d79d3a8 { display:none !important; }}@media (max-width: 767px){#s-81f2da50-29e3-46b1-abeb-911a5d79d3a8 {
  
}
}







#s-81f2da50-29e3-46b1-abeb-911a5d79d3a8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-81f2da50-29e3-46b1-abeb-911a5d79d3a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5577dc2d-9adb-4dfc-8257-f74e641bd0cd {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-25d1735e-53c2-4ae3-8882-405d5831fd7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25d1735e-53c2-4ae3-8882-405d5831fd7f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25d1735e-53c2-4ae3-8882-405d5831fd7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25d1735e-53c2-4ae3-8882-405d5831fd7f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25d1735e-53c2-4ae3-8882-405d5831fd7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25d1735e-53c2-4ae3-8882-405d5831fd7f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25d1735e-53c2-4ae3-8882-405d5831fd7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-d396c17b-4673-4167-b425-9443288bd688 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-d396c17b-4673-4167-b425-9443288bd688 {
  display: none;
}
#s-d396c17b-4673-4167-b425-9443288bd688, #wrap-s-d396c17b-4673-4167-b425-9443288bd688 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d396c17b-4673-4167-b425-9443288bd688 {
  display: none;
}
#s-d396c17b-4673-4167-b425-9443288bd688, #wrap-s-d396c17b-4673-4167-b425-9443288bd688 { display:none !important; }}
#s-d396c17b-4673-4167-b425-9443288bd688 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-51eeccf1-496d-446a-9523-0621a78946d0 {
  margin-bottom: 10px;
}

#s-1501406d-d0e4-45be-965a-831ecd33b163 {
  min-height: 300px;
background-color: rgba(56, 68, 49, 1);
}
@media (min-width: 1200px){#s-1501406d-d0e4-45be-965a-831ecd33b163 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1501406d-d0e4-45be-965a-831ecd33b163 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1501406d-d0e4-45be-965a-831ecd33b163 {
  display: none;
}
#s-1501406d-d0e4-45be-965a-831ecd33b163, #wrap-s-1501406d-d0e4-45be-965a-831ecd33b163 { display:none !important; }}@media (max-width: 767px){#s-1501406d-d0e4-45be-965a-831ecd33b163 {
  display: none;
}
#s-1501406d-d0e4-45be-965a-831ecd33b163, #wrap-s-1501406d-d0e4-45be-965a-831ecd33b163 { display:none !important; }}







#s-1501406d-d0e4-45be-965a-831ecd33b163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1501406d-d0e4-45be-965a-831ecd33b163.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4edcd600-c955-4c8e-8128-2e0a8ece4bca {
  margin-left: 31%;
margin-right: 31%;
}

@media (min-width: 0px) {
[id="s-4edcd600-c955-4c8e-8128-2e0a8ece4bca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4edcd600-c955-4c8e-8128-2e0a8ece4bca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.5px);
}

}

@media (min-width: 992px) {
[id="s-4edcd600-c955-4c8e-8128-2e0a8ece4bca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.5px);
}

}

@media (min-width: 1200px) {
[id="s-4edcd600-c955-4c8e-8128-2e0a8ece4bca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.5px);
}

}

#s-1a2d8762-6274-4444-beb8-5196134bb401 {
  margin-top: 0px;
margin-left: 62%;
margin-bottom: 0px;
margin-right: 0%;
text-align: right;
}







  #s-1a2d8762-6274-4444-beb8-5196134bb401 img.shogun-image {
    

    
    
    
  }


#s-1a2d8762-6274-4444-beb8-5196134bb401 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0c41954-e82d-43f6-be6e-02861c4b8de5 {
  margin-top: 1px;
margin-bottom: 1px;
}

@media (min-width: 768px) and (max-width: 991px){#s-08de0e09-9279-448f-b842-6ab3eb97b47f {
  display: none;
}
#s-08de0e09-9279-448f-b842-6ab3eb97b47f, #wrap-s-08de0e09-9279-448f-b842-6ab3eb97b47f { display:none !important; }}@media (max-width: 767px){#s-08de0e09-9279-448f-b842-6ab3eb97b47f {
  display: none;
}
#s-08de0e09-9279-448f-b842-6ab3eb97b47f, #wrap-s-08de0e09-9279-448f-b842-6ab3eb97b47f { display:none !important; }}
@media (min-width: 0px) {
[id="s-08de0e09-9279-448f-b842-6ab3eb97b47f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08de0e09-9279-448f-b842-6ab3eb97b47f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-08de0e09-9279-448f-b842-6ab3eb97b47f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-08de0e09-9279-448f-b842-6ab3eb97b47f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-08de0e09-9279-448f-b842-6ab3eb97b47f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-08de0e09-9279-448f-b842-6ab3eb97b47f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-08de0e09-9279-448f-b842-6ab3eb97b47f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-8b608b60-4f4c-4fb6-bd0c-541f4ae29fd4 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b608b60-4f4c-4fb6-bd0c-541f4ae29fd4 {
  display: none;
}
#s-8b608b60-4f4c-4fb6-bd0c-541f4ae29fd4, #wrap-s-8b608b60-4f4c-4fb6-bd0c-541f4ae29fd4 { display:none !important; }}@media (max-width: 767px){#s-8b608b60-4f4c-4fb6-bd0c-541f4ae29fd4 {
  display: none;
}
#s-8b608b60-4f4c-4fb6-bd0c-541f4ae29fd4, #wrap-s-8b608b60-4f4c-4fb6-bd0c-541f4ae29fd4 { display:none !important; }}






  #s-8b608b60-4f4c-4fb6-bd0c-541f4ae29fd4 img.shogun-image {
    

    
    
    
  }


#s-8b608b60-4f4c-4fb6-bd0c-541f4ae29fd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7088b59b-e430-44cd-a989-8e6167bbba8f {
  padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(99, 109, 94, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-7088b59b-e430-44cd-a989-8e6167bbba8f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7088b59b-e430-44cd-a989-8e6167bbba8f {
  display: none;
}
#s-7088b59b-e430-44cd-a989-8e6167bbba8f, #wrap-s-7088b59b-e430-44cd-a989-8e6167bbba8f { display:none !important; }}@media (max-width: 767px){#s-7088b59b-e430-44cd-a989-8e6167bbba8f {
  display: none;
}
#s-7088b59b-e430-44cd-a989-8e6167bbba8f, #wrap-s-7088b59b-e430-44cd-a989-8e6167bbba8f { display:none !important; }}
@media (min-width: 0px) {
[id="s-7088b59b-e430-44cd-a989-8e6167bbba8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7088b59b-e430-44cd-a989-8e6167bbba8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7088b59b-e430-44cd-a989-8e6167bbba8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7088b59b-e430-44cd-a989-8e6167bbba8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7088b59b-e430-44cd-a989-8e6167bbba8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7088b59b-e430-44cd-a989-8e6167bbba8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7088b59b-e430-44cd-a989-8e6167bbba8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-7c1a97bb-9ef7-49e5-aeb5-f56f258105a0 {
  min-height: 50px;
}








#s-7c1a97bb-9ef7-49e5-aeb5-f56f258105a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c1a97bb-9ef7-49e5-aeb5-f56f258105a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-91524ca0-6f0a-4ffe-ad2b-1a514bc89033"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91524ca0-6f0a-4ffe-ad2b-1a514bc89033"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91524ca0-6f0a-4ffe-ad2b-1a514bc89033"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91524ca0-6f0a-4ffe-ad2b-1a514bc89033"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91524ca0-6f0a-4ffe-ad2b-1a514bc89033"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91524ca0-6f0a-4ffe-ad2b-1a514bc89033"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91524ca0-6f0a-4ffe-ad2b-1a514bc89033"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-77f06034-6dbf-4973-9e83-01aa054b285c {
  min-height: 50px;
}








#s-77f06034-6dbf-4973-9e83-01aa054b285c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77f06034-6dbf-4973-9e83-01aa054b285c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99e5ba52-8f29-4a53-866b-f73fd8c840d1 {
  background-color: rgba(99, 109, 94, 1);
}

#s-f3a976a8-d3ab-47d7-a952-cce5c8716bb9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: right;
text-decoration: none;
letter-spacing: 3px;
}
#s-f3a976a8-d3ab-47d7-a952-cce5c8716bb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3a976a8-d3ab-47d7-a952-cce5c8716bb9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f3a976a8-d3ab-47d7-a952-cce5c8716bb9-root {
    text-align: right;
  }


#s-f3a976a8-d3ab-47d7-a952-cce5c8716bb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3a976a8-d3ab-47d7-a952-cce5c8716bb9-root {
    text-align: right;
  }


#s-f3a976a8-d3ab-47d7-a952-cce5c8716bb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3a976a8-d3ab-47d7-a952-cce5c8716bb9-root {
    text-align: right;
  }


#s-f3a976a8-d3ab-47d7-a952-cce5c8716bb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3a976a8-d3ab-47d7-a952-cce5c8716bb9-root {
    text-align: right;
  }


#s-f3a976a8-d3ab-47d7-a952-cce5c8716bb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3a976a8-d3ab-47d7-a952-cce5c8716bb9-root {
    text-align: right;
  }


#s-f3a976a8-d3ab-47d7-a952-cce5c8716bb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6cf6079e-5997-41a1-bad7-b2b8b96f9c46 {
  min-height: 50px;
}








#s-6cf6079e-5997-41a1-bad7-b2b8b96f9c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cf6079e-5997-41a1-bad7-b2b8b96f9c46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d57e993-f8c4-4461-9679-dbb4d49b06c3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9d57e993-f8c4-4461-9679-dbb4d49b06c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d57e993-f8c4-4461-9679-dbb4d49b06c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d57e993-f8c4-4461-9679-dbb4d49b06c3 {
  display: none;
}
#s-9d57e993-f8c4-4461-9679-dbb4d49b06c3, #wrap-s-9d57e993-f8c4-4461-9679-dbb4d49b06c3 { display:none !important; }}@media (max-width: 767px){#s-9d57e993-f8c4-4461-9679-dbb4d49b06c3 {
  display: none;
}
#s-9d57e993-f8c4-4461-9679-dbb4d49b06c3, #wrap-s-9d57e993-f8c4-4461-9679-dbb4d49b06c3 { display:none !important; }}







#s-9d57e993-f8c4-4461-9679-dbb4d49b06c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d57e993-f8c4-4461-9679-dbb4d49b06c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2ac5474-1234-49d9-b31f-ce8bfc1bdfdc {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-b2ac5474-1234-49d9-b31f-ce8bfc1bdfdc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2ac5474-1234-49d9-b31f-ce8bfc1bdfdc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2ac5474-1234-49d9-b31f-ce8bfc1bdfdc {
  display: none;
}
#s-b2ac5474-1234-49d9-b31f-ce8bfc1bdfdc, #wrap-s-b2ac5474-1234-49d9-b31f-ce8bfc1bdfdc { display:none !important; }}@media (max-width: 767px){#s-b2ac5474-1234-49d9-b31f-ce8bfc1bdfdc {
  display: none;
}
#s-b2ac5474-1234-49d9-b31f-ce8bfc1bdfdc, #wrap-s-b2ac5474-1234-49d9-b31f-ce8bfc1bdfdc { display:none !important; }}







#s-b2ac5474-1234-49d9-b31f-ce8bfc1bdfdc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-b2ac5474-1234-49d9-b31f-ce8bfc1bdfdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18d45163-a32c-4280-88e6-cad1c206206f {
  min-height: 50px;
background-color: rgba(221, 212, 143, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-18d45163-a32c-4280-88e6-cad1c206206f {
  display: none;
}
#s-18d45163-a32c-4280-88e6-cad1c206206f, #wrap-s-18d45163-a32c-4280-88e6-cad1c206206f { display:none !important; }}@media (max-width: 767px){#s-18d45163-a32c-4280-88e6-cad1c206206f {
  display: none;
}
#s-18d45163-a32c-4280-88e6-cad1c206206f, #wrap-s-18d45163-a32c-4280-88e6-cad1c206206f { display:none !important; }}







#s-18d45163-a32c-4280-88e6-cad1c206206f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18d45163-a32c-4280-88e6-cad1c206206f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41333fcc-ee02-46a4-aefb-3f235cb1d863 {
  margin-top: 10px;
margin-left: 231px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-41333fcc-ee02-46a4-aefb-3f235cb1d863 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41333fcc-ee02-46a4-aefb-3f235cb1d863 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-41333fcc-ee02-46a4-aefb-3f235cb1d863 {
  display: none;
}
#s-41333fcc-ee02-46a4-aefb-3f235cb1d863, #wrap-s-41333fcc-ee02-46a4-aefb-3f235cb1d863 { display:none !important; }}@media (max-width: 767px){#s-41333fcc-ee02-46a4-aefb-3f235cb1d863 {
  display: none;
}
#s-41333fcc-ee02-46a4-aefb-3f235cb1d863, #wrap-s-41333fcc-ee02-46a4-aefb-3f235cb1d863 { display:none !important; }}
#s-41333fcc-ee02-46a4-aefb-3f235cb1d863 .shogun-heading-component h1 {
  color: rgba(99, 109, 94, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-e8014e8c-53c0-4b63-b5aa-1039243086ed {
  margin-top: 30px;
margin-bottom: 30px;
background-color: rgba(221, 212, 143, 0);
}

@media (min-width: 0px) {
[id="s-e8014e8c-53c0-4b63-b5aa-1039243086ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8014e8c-53c0-4b63-b5aa-1039243086ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8014e8c-53c0-4b63-b5aa-1039243086ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e8014e8c-53c0-4b63-b5aa-1039243086ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e8014e8c-53c0-4b63-b5aa-1039243086ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8014e8c-53c0-4b63-b5aa-1039243086ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e8014e8c-53c0-4b63-b5aa-1039243086ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8014e8c-53c0-4b63-b5aa-1039243086ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8014e8c-53c0-4b63-b5aa-1039243086ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e8014e8c-53c0-4b63-b5aa-1039243086ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dcf60e97-0920-4cbe-905b-49e971d97d97 {
  margin-left: 125px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcf60e97-0920-4cbe-905b-49e971d97d97 {
  display: none;
}
#s-dcf60e97-0920-4cbe-905b-49e971d97d97, #wrap-s-dcf60e97-0920-4cbe-905b-49e971d97d97 { display:none !important; }}@media (max-width: 767px){#s-dcf60e97-0920-4cbe-905b-49e971d97d97 {
  display: none;
}
#s-dcf60e97-0920-4cbe-905b-49e971d97d97, #wrap-s-dcf60e97-0920-4cbe-905b-49e971d97d97 { display:none !important; }}
#s-4ba66436-ca0c-4a88-b065-65c70b2dba35 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-4ba66436-ca0c-4a88-b065-65c70b2dba35 {
  display: none;
}
#s-4ba66436-ca0c-4a88-b065-65c70b2dba35, #wrap-s-4ba66436-ca0c-4a88-b065-65c70b2dba35 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ba66436-ca0c-4a88-b065-65c70b2dba35 {
  display: none;
}
#s-4ba66436-ca0c-4a88-b065-65c70b2dba35, #wrap-s-4ba66436-ca0c-4a88-b065-65c70b2dba35 { display:none !important; }}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-6c156d41-7f98-46ae-82f5-784ad745716b {
  margin-top: 11px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-6c156d41-7f98-46ae-82f5-784ad745716b {
  display: none;
}
#s-6c156d41-7f98-46ae-82f5-784ad745716b, #wrap-s-6c156d41-7f98-46ae-82f5-784ad745716b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c156d41-7f98-46ae-82f5-784ad745716b {
  display: none;
}
#s-6c156d41-7f98-46ae-82f5-784ad745716b, #wrap-s-6c156d41-7f98-46ae-82f5-784ad745716b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c156d41-7f98-46ae-82f5-784ad745716b {
  display: none;
}
#s-6c156d41-7f98-46ae-82f5-784ad745716b, #wrap-s-6c156d41-7f98-46ae-82f5-784ad745716b { display:none !important; }}
@media (min-width: 0px) {
[id="s-6c156d41-7f98-46ae-82f5-784ad745716b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6c156d41-7f98-46ae-82f5-784ad745716b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6c156d41-7f98-46ae-82f5-784ad745716b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6c156d41-7f98-46ae-82f5-784ad745716b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d7973f3e-bea7-474e-93ca-efaca83668eb {
  margin-top: 30px;
margin-left: 60px;
margin-bottom: 9px;
margin-right: 60px;
text-align: center;
}







  #s-d7973f3e-bea7-474e-93ca-efaca83668eb img.shogun-image {
    

    
    
    
  }


#s-d7973f3e-bea7-474e-93ca-efaca83668eb .shogun-image-content {
  
    align-items: center;
  
}

#s-0823fa6d-1dab-4b21-b366-3fb340d70b04 {
  margin-top: 26px;
margin-left: 50px;
margin-bottom: 26px;
margin-right: 50px;
text-align: center;
}







  #s-0823fa6d-1dab-4b21-b366-3fb340d70b04 img.shogun-image {
    

    
    
    
  }


#s-0823fa6d-1dab-4b21-b366-3fb340d70b04 .shogun-image-content {
  
    align-items: center;
  
}

#s-d630faab-4dd6-4c51-8cb2-06e83bab4bfe {
  margin-top: 38px;
margin-left: 60px;
margin-bottom: 38px;
margin-right: 60px;
padding-top: 15px;
text-align: center;
}







  #s-d630faab-4dd6-4c51-8cb2-06e83bab4bfe img.shogun-image {
    

    
    
    
  }


#s-d630faab-4dd6-4c51-8cb2-06e83bab4bfe .shogun-image-content {
  
    align-items: center;
  
}

#s-afff3cca-2214-49e5-a979-97504543b1cf {
  margin-top: 43px;
margin-left: 60px;
margin-bottom: 43px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-afff3cca-2214-49e5-a979-97504543b1cf img.shogun-image {
    

    
    
    
  }


#s-afff3cca-2214-49e5-a979-97504543b1cf .shogun-image-content {
  
    align-items: center;
  
}

#s-a15993f4-44de-4c2c-85c7-bbb7864a3898 {
  margin-top: 11px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-a15993f4-44de-4c2c-85c7-bbb7864a3898 {
  display: none;
}
#s-a15993f4-44de-4c2c-85c7-bbb7864a3898, #wrap-s-a15993f4-44de-4c2c-85c7-bbb7864a3898 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a15993f4-44de-4c2c-85c7-bbb7864a3898 {
  display: none;
}
#s-a15993f4-44de-4c2c-85c7-bbb7864a3898, #wrap-s-a15993f4-44de-4c2c-85c7-bbb7864a3898 { display:none !important; }}@media (max-width: 767px){#s-a15993f4-44de-4c2c-85c7-bbb7864a3898 {
  display: none;
}
#s-a15993f4-44de-4c2c-85c7-bbb7864a3898, #wrap-s-a15993f4-44de-4c2c-85c7-bbb7864a3898 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a15993f4-44de-4c2c-85c7-bbb7864a3898"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-a15993f4-44de-4c2c-85c7-bbb7864a3898"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a15993f4-44de-4c2c-85c7-bbb7864a3898"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a15993f4-44de-4c2c-85c7-bbb7864a3898"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a87d955c-27b9-4f98-8dee-ac9d5fac6d52 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 9px;
margin-right: 20px;
text-align: center;
}







  #s-a87d955c-27b9-4f98-8dee-ac9d5fac6d52 img.shogun-image {
    

    
    
    
  }


#s-a87d955c-27b9-4f98-8dee-ac9d5fac6d52 .shogun-image-content {
  
    align-items: center;
  
}

#s-1649088a-4c8b-4910-b587-85111adaa39a {
  margin-top: 26px;
margin-left: 20px;
margin-bottom: 26px;
margin-right: 20px;
text-align: center;
}







  #s-1649088a-4c8b-4910-b587-85111adaa39a img.shogun-image {
    

    
    
    
  }


#s-1649088a-4c8b-4910-b587-85111adaa39a .shogun-image-content {
  
    align-items: center;
  
}

#s-aa842574-1d68-4243-a1fa-df2a8065b8f3 {
  margin-top: 38px;
margin-left: 20px;
margin-bottom: 38px;
margin-right: 20px;
padding-top: 15px;
text-align: center;
}







  #s-aa842574-1d68-4243-a1fa-df2a8065b8f3 img.shogun-image {
    

    
    
    
  }


#s-aa842574-1d68-4243-a1fa-df2a8065b8f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b6a4a3a-2eb3-43ce-851d-cd138ac2a3c5 {
  margin-top: 43px;
margin-left: 20px;
margin-bottom: 43px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-2b6a4a3a-2eb3-43ce-851d-cd138ac2a3c5 img.shogun-image {
    

    
    
    
  }


#s-2b6a4a3a-2eb3-43ce-851d-cd138ac2a3c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-52bb44c4-06c0-4365-90b7-79119b72b38f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 580px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-52bb44c4-06c0-4365-90b7-79119b72b38f {
  display: none;
}
#s-52bb44c4-06c0-4365-90b7-79119b72b38f, #wrap-s-52bb44c4-06c0-4365-90b7-79119b72b38f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52bb44c4-06c0-4365-90b7-79119b72b38f {
  display: none;
}
#s-52bb44c4-06c0-4365-90b7-79119b72b38f, #wrap-s-52bb44c4-06c0-4365-90b7-79119b72b38f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52bb44c4-06c0-4365-90b7-79119b72b38f {
  display: none;
}
#s-52bb44c4-06c0-4365-90b7-79119b72b38f, #wrap-s-52bb44c4-06c0-4365-90b7-79119b72b38f { display:none !important; }}@media (max-width: 767px){#s-52bb44c4-06c0-4365-90b7-79119b72b38f {
  
}
}







#s-52bb44c4-06c0-4365-90b7-79119b72b38f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-52bb44c4-06c0-4365-90b7-79119b72b38f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01f658ea-691f-4f72-b767-298b1bf2a454 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-099e6b1c-f98c-4842-b9b5-57823f9c3319"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-099e6b1c-f98c-4842-b9b5-57823f9c3319"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-099e6b1c-f98c-4842-b9b5-57823f9c3319"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-099e6b1c-f98c-4842-b9b5-57823f9c3319"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-099e6b1c-f98c-4842-b9b5-57823f9c3319"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-099e6b1c-f98c-4842-b9b5-57823f9c3319"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-099e6b1c-f98c-4842-b9b5-57823f9c3319"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-6597282e-bf5d-4ca7-a2c3-2bc80b36fd51 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 580px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6597282e-bf5d-4ca7-a2c3-2bc80b36fd51 {
  display: none;
}
#s-6597282e-bf5d-4ca7-a2c3-2bc80b36fd51, #wrap-s-6597282e-bf5d-4ca7-a2c3-2bc80b36fd51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6597282e-bf5d-4ca7-a2c3-2bc80b36fd51 {
  display: none;
}
#s-6597282e-bf5d-4ca7-a2c3-2bc80b36fd51, #wrap-s-6597282e-bf5d-4ca7-a2c3-2bc80b36fd51 { display:none !important; }}@media (max-width: 767px){#s-6597282e-bf5d-4ca7-a2c3-2bc80b36fd51 {
  display: none;
}
#s-6597282e-bf5d-4ca7-a2c3-2bc80b36fd51, #wrap-s-6597282e-bf5d-4ca7-a2c3-2bc80b36fd51 { display:none !important; }}







#s-6597282e-bf5d-4ca7-a2c3-2bc80b36fd51 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-6597282e-bf5d-4ca7-a2c3-2bc80b36fd51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4b1cec9e-fbcb-4794-9ac7-1150dacb9aac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b1cec9e-fbcb-4794-9ac7-1150dacb9aac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b1cec9e-fbcb-4794-9ac7-1150dacb9aac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b1cec9e-fbcb-4794-9ac7-1150dacb9aac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b1cec9e-fbcb-4794-9ac7-1150dacb9aac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b1cec9e-fbcb-4794-9ac7-1150dacb9aac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b1cec9e-fbcb-4794-9ac7-1150dacb9aac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-45ad7921-f807-4e86-bf45-cce7ad531b94 {
  margin-left: 20px;
margin-right: 20px;
}

#s-990a6d0f-7834-4685-a434-a624b56a55a7 {
  margin-top: 36px;
margin-left: 20px;
margin-bottom: 36px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-990a6d0f-7834-4685-a434-a624b56a55a7 {
  display: none;
}
#s-990a6d0f-7834-4685-a434-a624b56a55a7, #wrap-s-990a6d0f-7834-4685-a434-a624b56a55a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-990a6d0f-7834-4685-a434-a624b56a55a7 {
  display: none;
}
#s-990a6d0f-7834-4685-a434-a624b56a55a7, #wrap-s-990a6d0f-7834-4685-a434-a624b56a55a7 { display:none !important; }}
#s-990a6d0f-7834-4685-a434-a624b56a55a7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 1200px){#s-88389462-8b60-47eb-a09a-06b8b1496bb7 {
  display: none;
}
#s-88389462-8b60-47eb-a09a-06b8b1496bb7, #wrap-s-88389462-8b60-47eb-a09a-06b8b1496bb7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88389462-8b60-47eb-a09a-06b8b1496bb7 {
  display: none;
}
#s-88389462-8b60-47eb-a09a-06b8b1496bb7, #wrap-s-88389462-8b60-47eb-a09a-06b8b1496bb7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88389462-8b60-47eb-a09a-06b8b1496bb7 {
  
}
}
#s-88389462-8b60-47eb-a09a-06b8b1496bb7 hr {
  border-top: 2px solid #ddd;
}

#s-3da33495-6bc4-4337-8516-ed62a00e55b3 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-3da33495-6bc4-4337-8516-ed62a00e55b3 {
  display: none;
}
#s-3da33495-6bc4-4337-8516-ed62a00e55b3, #wrap-s-3da33495-6bc4-4337-8516-ed62a00e55b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3da33495-6bc4-4337-8516-ed62a00e55b3 {
  display: none;
}
#s-3da33495-6bc4-4337-8516-ed62a00e55b3, #wrap-s-3da33495-6bc4-4337-8516-ed62a00e55b3 { display:none !important; }}@media (max-width: 767px){#s-3da33495-6bc4-4337-8516-ed62a00e55b3 {
  display: none;
}
#s-3da33495-6bc4-4337-8516-ed62a00e55b3, #wrap-s-3da33495-6bc4-4337-8516-ed62a00e55b3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3da33495-6bc4-4337-8516-ed62a00e55b3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-3da33495-6bc4-4337-8516-ed62a00e55b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3da33495-6bc4-4337-8516-ed62a00e55b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3da33495-6bc4-4337-8516-ed62a00e55b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5e74370c-d2bd-4f98-99e2-3f2f16e8d17b {
  margin-top: 30px;
margin-left: 40px;
margin-bottom: 9px;
margin-right: 40px;
text-align: center;
}







  #s-5e74370c-d2bd-4f98-99e2-3f2f16e8d17b img.shogun-image {
    

    
    
    
  }


#s-5e74370c-d2bd-4f98-99e2-3f2f16e8d17b .shogun-image-content {
  
    align-items: center;
  
}

#s-d886305e-e722-408c-8023-c2dd5328cd2f {
  margin-top: 26px;
margin-left: 20px;
margin-bottom: 26px;
margin-right: 20px;
text-align: center;
}







  #s-d886305e-e722-408c-8023-c2dd5328cd2f img.shogun-image {
    

    
    
    
  }


#s-d886305e-e722-408c-8023-c2dd5328cd2f .shogun-image-content {
  
    align-items: center;
  
}

#s-58b59531-7d72-4c0f-9b35-ec91297bdcc1 {
  margin-top: 39px;
margin-left: 20px;
margin-bottom: 39px;
margin-right: 20px;
text-align: center;
}







  #s-58b59531-7d72-4c0f-9b35-ec91297bdcc1 img.shogun-image {
    

    
    
    
  }


#s-58b59531-7d72-4c0f-9b35-ec91297bdcc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7ccb066-94e4-4cc5-a5f3-0feb9a28a3d2 {
  margin-top: 34px;
margin-left: 30px;
margin-bottom: 34px;
margin-right: 30px;
text-align: center;
}







  #s-f7ccb066-94e4-4cc5-a5f3-0feb9a28a3d2 img.shogun-image {
    

    
    
    
  }


#s-f7ccb066-94e4-4cc5-a5f3-0feb9a28a3d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ded1512-287a-483f-b4ef-dffc73967112 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0ded1512-287a-483f-b4ef-dffc73967112 {
  display: none;
}
#s-0ded1512-287a-483f-b4ef-dffc73967112, #wrap-s-0ded1512-287a-483f-b4ef-dffc73967112 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ded1512-287a-483f-b4ef-dffc73967112 {
  display: none;
}
#s-0ded1512-287a-483f-b4ef-dffc73967112, #wrap-s-0ded1512-287a-483f-b4ef-dffc73967112 { display:none !important; }}







#s-0ded1512-287a-483f-b4ef-dffc73967112 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ded1512-287a-483f-b4ef-dffc73967112.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4ddfd98-17d3-43e0-9fef-166b29251a37 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-d4ddfd98-17d3-43e0-9fef-166b29251a37 {
  display: none;
}
#s-d4ddfd98-17d3-43e0-9fef-166b29251a37, #wrap-s-d4ddfd98-17d3-43e0-9fef-166b29251a37 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4ddfd98-17d3-43e0-9fef-166b29251a37 {
  display: none;
}
#s-d4ddfd98-17d3-43e0-9fef-166b29251a37, #wrap-s-d4ddfd98-17d3-43e0-9fef-166b29251a37 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4ddfd98-17d3-43e0-9fef-166b29251a37 {
  display: none;
}
#s-d4ddfd98-17d3-43e0-9fef-166b29251a37, #wrap-s-d4ddfd98-17d3-43e0-9fef-166b29251a37 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d4ddfd98-17d3-43e0-9fef-166b29251a37"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d4ddfd98-17d3-43e0-9fef-166b29251a37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d4ddfd98-17d3-43e0-9fef-166b29251a37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d4ddfd98-17d3-43e0-9fef-166b29251a37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c496d909-936a-4868-8dfe-a8bba4a37c29 {
  margin-top: 30px;
margin-left: 74px;
margin-bottom: 9px;
margin-right: 74px;
text-align: center;
}







  #s-c496d909-936a-4868-8dfe-a8bba4a37c29 img.shogun-image {
    

    
    
    
  }


#s-c496d909-936a-4868-8dfe-a8bba4a37c29 .shogun-image-content {
  
    align-items: center;
  
}

#s-85b2d62d-67b2-4382-aa17-cb932b4f7100 {
  margin-top: 26px;
margin-left: 60px;
margin-bottom: 26px;
margin-right: 60px;
text-align: center;
}







  #s-85b2d62d-67b2-4382-aa17-cb932b4f7100 img.shogun-image {
    

    
    
    
  }


#s-85b2d62d-67b2-4382-aa17-cb932b4f7100 .shogun-image-content {
  
    align-items: center;
  
}

#s-83e915df-914a-438f-a204-b60198dc7506 {
  margin-top: 39px;
margin-left: 50px;
margin-bottom: 39px;
margin-right: 50px;
text-align: center;
}







  #s-83e915df-914a-438f-a204-b60198dc7506 img.shogun-image {
    

    
    
    
  }


#s-83e915df-914a-438f-a204-b60198dc7506 .shogun-image-content {
  
    align-items: center;
  
}

#s-9597a88d-ac0a-4042-ad23-ff35c789e750 {
  margin-top: 34px;
margin-left: 60px;
margin-bottom: 34px;
margin-right: 60px;
text-align: center;
}







  #s-9597a88d-ac0a-4042-ad23-ff35c789e750 img.shogun-image {
    

    
    
    
  }


#s-9597a88d-ac0a-4042-ad23-ff35c789e750 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-774f9ab8-d2d9-4aa2-aa04-852590f7887d {
  display: none;
}
#s-774f9ab8-d2d9-4aa2-aa04-852590f7887d, #wrap-s-774f9ab8-d2d9-4aa2-aa04-852590f7887d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-774f9ab8-d2d9-4aa2-aa04-852590f7887d {
  display: none;
}
#s-774f9ab8-d2d9-4aa2-aa04-852590f7887d, #wrap-s-774f9ab8-d2d9-4aa2-aa04-852590f7887d { display:none !important; }}
/*
  $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}