.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-fc7e95e6-ebeb-40fc-9f94-fffa9d8e057e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-position: center center;
}

#s-fc7e95e6-ebeb-40fc-9f94-fffa9d8e057e {
  background-image: url(https://i.shgcdn.com/58ab7d3c-b3a0-4cd5-a554-ccdfd5505641/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fc7e95e6-ebeb-40fc-9f94-fffa9d8e057e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc7e95e6-ebeb-40fc-9f94-fffa9d8e057e.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-0f4fbe91-7e84-4c3c-a3fe-e3910dc47c3a {
  box-shadow:1px 1px 1px 1px rgba(130, 130, 136, 1);
border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
border-radius: 1px;
max-width: 55%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0f4fbe91-7e84-4c3c-a3fe-e3910dc47c3a {
  padding-left: 10px;
padding-right: 10px;
max-width: 85%;
}
}
@media (min-width: 0px) {
[id="s-0f4fbe91-7e84-4c3c-a3fe-e3910dc47c3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f4fbe91-7e84-4c3c-a3fe-e3910dc47c3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f4fbe91-7e84-4c3c-a3fe-e3910dc47c3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f4fbe91-7e84-4c3c-a3fe-e3910dc47c3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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;
}
#s-540c9c03-ada3-4758-9664-fd642b721049 {
  text-align: center;
}







  #s-540c9c03-ada3-4758-9664-fd642b721049 img.shogun-image {
    

    
    
    
  }


#s-540c9c03-ada3-4758-9664-fd642b721049 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-2c92a990-ec5b-41db-b88b-85e280b4621c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c92a990-ec5b-41db-b88b-85e280b4621c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Arimo";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  
}



.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-26e9a819-8f53-4f91-abff-aeb07089a8bc {
  display: none;
}
#s-26e9a819-8f53-4f91-abff-aeb07089a8bc, #wrap-s-26e9a819-8f53-4f91-abff-aeb07089a8bc { display:none !important; }}@media (max-width: 767px){#s-26e9a819-8f53-4f91-abff-aeb07089a8bc {
  display: none;
}
#s-26e9a819-8f53-4f91-abff-aeb07089a8bc, #wrap-s-26e9a819-8f53-4f91-abff-aeb07089a8bc { display:none !important; }}
@media (min-width: 0px) {
[id="s-26e9a819-8f53-4f91-abff-aeb07089a8bc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-26e9a819-8f53-4f91-abff-aeb07089a8bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26e9a819-8f53-4f91-abff-aeb07089a8bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26e9a819-8f53-4f91-abff-aeb07089a8bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26e9a819-8f53-4f91-abff-aeb07089a8bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26e9a819-8f53-4f91-abff-aeb07089a8bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-26e9a819-8f53-4f91-abff-aeb07089a8bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-59613b62-d32a-4531-8b4e-d48513a71131 {
  min-height: 100px;
}








#s-59613b62-d32a-4531-8b4e-d48513a71131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59613b62-d32a-4531-8b4e-d48513a71131.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83bfc336-178a-42e2-83dd-05a8e93f5d69 .shogun-icon-wrapper {
  text-align: center;
}


#s-83bfc336-178a-42e2-83dd-05a8e93f5d69 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: #495056;
}

#s-2a3e2249-bdcc-4566-81fb-a2f5647b15aa {
  min-height: 100px;
}








#s-2a3e2249-bdcc-4566-81fb-a2f5647b15aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a3e2249-bdcc-4566-81fb-a2f5647b15aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9468a849-a83d-46a7-9797-f99de697fac9 {
  min-height: 100px;
}








#s-9468a849-a83d-46a7-9797-f99de697fac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9468a849-a83d-46a7-9797-f99de697fac9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-6b2636f2-c575-4194-abed-1747edd03fe0 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(153, 27, 31, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-6b2636f2-c575-4194-abed-1747edd03fe0:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(153, 27, 31, 1) !important;
border-radius: 4px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(153, 27, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6b2636f2-c575-4194-abed-1747edd03fe0:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6b2636f2-c575-4194-abed-1747edd03fe0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b2636f2-c575-4194-abed-1747edd03fe0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b2636f2-c575-4194-abed-1747edd03fe0 {
  
}
}@media (max-width: 767px){#s-6b2636f2-c575-4194-abed-1747edd03fe0 {
  
}
}

  #s-6b2636f2-c575-4194-abed-1747edd03fe0-btn-wrapper {
    text-align: center;
  }


#s-6b2636f2-c575-4194-abed-1747edd03fe0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6b2636f2-c575-4194-abed-1747edd03fe0-btn-wrapper {
    text-align: center;
  }


#s-6b2636f2-c575-4194-abed-1747edd03fe0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b2636f2-c575-4194-abed-1747edd03fe0-btn-wrapper {
    text-align: center;
  }


#s-6b2636f2-c575-4194-abed-1747edd03fe0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b2636f2-c575-4194-abed-1747edd03fe0-btn-wrapper {
    text-align: center;
  }


#s-6b2636f2-c575-4194-abed-1747edd03fe0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6b2636f2-c575-4194-abed-1747edd03fe0-btn-wrapper {
    text-align: center;
  }


#s-6b2636f2-c575-4194-abed-1747edd03fe0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-be435941-40c7-4830-b94a-76f14d0dca53 {
  display: none;
}
#s-be435941-40c7-4830-b94a-76f14d0dca53, #wrap-s-be435941-40c7-4830-b94a-76f14d0dca53 { display:none !important; }}@media (max-width: 767px){#s-be435941-40c7-4830-b94a-76f14d0dca53 {
  display: none;
}
#s-be435941-40c7-4830-b94a-76f14d0dca53, #wrap-s-be435941-40c7-4830-b94a-76f14d0dca53 { display:none !important; }}
@media (min-width: 0px) {
[id="s-be435941-40c7-4830-b94a-76f14d0dca53"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-be435941-40c7-4830-b94a-76f14d0dca53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-be435941-40c7-4830-b94a-76f14d0dca53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-be435941-40c7-4830-b94a-76f14d0dca53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-be435941-40c7-4830-b94a-76f14d0dca53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-be435941-40c7-4830-b94a-76f14d0dca53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-be435941-40c7-4830-b94a-76f14d0dca53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-19c05630-e9f8-4be3-a4c5-27b930a5e711 {
  min-height: 100px;
}








#s-19c05630-e9f8-4be3-a4c5-27b930a5e711 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19c05630-e9f8-4be3-a4c5-27b930a5e711.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bd7c5ca-6e76-43e2-84fe-90fc0d46c6c3 .shogun-icon-wrapper {
  text-align: center;
}


#s-5bd7c5ca-6e76-43e2-84fe-90fc0d46c6c3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: #495056;
}

#s-f1b0be3e-6696-4de4-95a8-84a4df2560e3 {
  min-height: 100px;
}








#s-f1b0be3e-6696-4de4-95a8-84a4df2560e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1b0be3e-6696-4de4-95a8-84a4df2560e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3c12020-0f15-43a1-a751-b9e561823572 {
  min-height: 100px;
}








#s-d3c12020-0f15-43a1-a751-b9e561823572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3c12020-0f15-43a1-a751-b9e561823572.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(153, 27, 31, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(153, 27, 31, 1) !important;
border-radius: 4px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(153, 27, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a {
  
}
}@media (max-width: 767px){#s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a {
  
}
}

  #s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a-btn-wrapper {
    text-align: center;
  }


#s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a-btn-wrapper {
    text-align: center;
  }


#s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a-btn-wrapper {
    text-align: center;
  }


#s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a-btn-wrapper {
    text-align: center;
  }


#s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a-btn-wrapper {
    text-align: center;
  }


#s-628333b6-1a2e-4a02-aff0-d63b6c3c6e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-3acdee2b-c03f-40aa-b1ab-cf6548aca74d {
  display: none;
}
#s-3acdee2b-c03f-40aa-b1ab-cf6548aca74d, #wrap-s-3acdee2b-c03f-40aa-b1ab-cf6548aca74d { display:none !important; }}@media (max-width: 767px){#s-3acdee2b-c03f-40aa-b1ab-cf6548aca74d {
  display: none;
}
#s-3acdee2b-c03f-40aa-b1ab-cf6548aca74d, #wrap-s-3acdee2b-c03f-40aa-b1ab-cf6548aca74d { display:none !important; }}
@media (min-width: 0px) {
[id="s-3acdee2b-c03f-40aa-b1ab-cf6548aca74d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3acdee2b-c03f-40aa-b1ab-cf6548aca74d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3acdee2b-c03f-40aa-b1ab-cf6548aca74d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3acdee2b-c03f-40aa-b1ab-cf6548aca74d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3acdee2b-c03f-40aa-b1ab-cf6548aca74d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3acdee2b-c03f-40aa-b1ab-cf6548aca74d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3acdee2b-c03f-40aa-b1ab-cf6548aca74d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-a22510f1-ed56-4322-833d-67d0b12eda78 {
  min-height: 100px;
}








#s-a22510f1-ed56-4322-833d-67d0b12eda78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a22510f1-ed56-4322-833d-67d0b12eda78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-556e7d90-7a5c-4ba0-bab7-3d42f03f324b .shogun-icon-wrapper {
  text-align: center;
}


#s-556e7d90-7a5c-4ba0-bab7-3d42f03f324b .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: #495056;
}

#s-fe4e62d1-9499-4d71-978b-e7c7d0f4c4be {
  min-height: 100px;
}








#s-fe4e62d1-9499-4d71-978b-e7c7d0f4c4be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe4e62d1-9499-4d71-978b-e7c7d0f4c4be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d182ec7d-a1de-4349-b267-7784a9d5151b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(153, 27, 31, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-d182ec7d-a1de-4349-b267-7784a9d5151b:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(153, 27, 31, 1) !important;
border-radius: 4px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(153, 27, 31, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d182ec7d-a1de-4349-b267-7784a9d5151b:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d182ec7d-a1de-4349-b267-7784a9d5151b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d182ec7d-a1de-4349-b267-7784a9d5151b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d182ec7d-a1de-4349-b267-7784a9d5151b {
  
}
}@media (max-width: 767px){#s-d182ec7d-a1de-4349-b267-7784a9d5151b {
  
}
}

  #s-d182ec7d-a1de-4349-b267-7784a9d5151b-btn-wrapper {
    text-align: center;
  }


#s-d182ec7d-a1de-4349-b267-7784a9d5151b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d182ec7d-a1de-4349-b267-7784a9d5151b-btn-wrapper {
    text-align: center;
  }


#s-d182ec7d-a1de-4349-b267-7784a9d5151b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d182ec7d-a1de-4349-b267-7784a9d5151b-btn-wrapper {
    text-align: center;
  }


#s-d182ec7d-a1de-4349-b267-7784a9d5151b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d182ec7d-a1de-4349-b267-7784a9d5151b-btn-wrapper {
    text-align: center;
  }


#s-d182ec7d-a1de-4349-b267-7784a9d5151b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d182ec7d-a1de-4349-b267-7784a9d5151b-btn-wrapper {
    text-align: center;
  }


#s-d182ec7d-a1de-4349-b267-7784a9d5151b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 700;
  
  font-family: Arimo;
  display:  block ;
}
}
@media (min-width: 1200px){#s-c92f8a7a-efde-44ac-b51b-414d58237f11 {
  display: none;
}
#s-c92f8a7a-efde-44ac-b51b-414d58237f11, #wrap-s-c92f8a7a-efde-44ac-b51b-414d58237f11 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c92f8a7a-efde-44ac-b51b-414d58237f11 {
  display: none;
}
#s-c92f8a7a-efde-44ac-b51b-414d58237f11, #wrap-s-c92f8a7a-efde-44ac-b51b-414d58237f11 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c92f8a7a-efde-44ac-b51b-414d58237f11"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c92f8a7a-efde-44ac-b51b-414d58237f11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c92f8a7a-efde-44ac-b51b-414d58237f11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c92f8a7a-efde-44ac-b51b-414d58237f11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-53effe34-8bdd-427a-ae5c-d12cd32d9e92 .shogun-icon-wrapper {
  text-align: center;
}


#s-53effe34-8bdd-427a-ae5c-d12cd32d9e92 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-c17ea26a-8719-4bcb-8e49-3a02f045b296 .shogun-icon-wrapper {
  text-align: center;
}


#s-c17ea26a-8719-4bcb-8e49-3a02f045b296 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-dfe8172e-49c7-440a-bbcc-b1a09df0b359 .shogun-icon-wrapper {
  text-align: center;
}


#s-dfe8172e-49c7-440a-bbcc-b1a09df0b359 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

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

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

#s-cca2962e-765e-4f62-aed2-dca094c0802b hr {
  border-top: 2px solid #ddd;
}

#s-7de0eda4-908d-4e61-bcbd-7838dad91c7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7de0eda4-908d-4e61-bcbd-7838dad91c7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-7de0eda4-908d-4e61-bcbd-7838dad91c7a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-7de0eda4-908d-4e61-bcbd-7838dad91c7a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-d5b7bad5-c110-4839-91dd-a20f2d088ae3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d5b7bad5-c110-4839-91dd-a20f2d088ae3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5b7bad5-c110-4839-91dd-a20f2d088ae3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5b7bad5-c110-4839-91dd-a20f2d088ae3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-221c46d0-5117-474f-b793-ec7292949ef0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-221c46d0-5117-474f-b793-ec7292949ef0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-221c46d0-5117-474f-b793-ec7292949ef0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-221c46d0-5117-474f-b793-ec7292949ef0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-155d540b-7188-431f-aacb-bf15d2c93fda"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-155d540b-7188-431f-aacb-bf15d2c93fda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-155d540b-7188-431f-aacb-bf15d2c93fda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-155d540b-7188-431f-aacb-bf15d2c93fda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4abdda3f-cc0e-4f7e-96fa-6542f9e887c6 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 11px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-4abdda3f-cc0e-4f7e-96fa-6542f9e887c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4abdda3f-cc0e-4f7e-96fa-6542f9e887c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22cd2f18-5e4c-4c41-867f-2e8ad2dab810 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22cd2f18-5e4c-4c41-867f-2e8ad2dab810 .shogun-heading-component h4 {
  color: rgba(154, 27, 31, 1);
  font-weight:  600 ;
  font-family: "Arimo";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  
}



#s-972942d7-6e75-4907-bdcd-c68d8bbc2d50 {
  box-shadow:0px 1px 10px 2px rgba(130, 130, 136, 1);
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
max-width: 70%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-972942d7-6e75-4907-bdcd-c68d8bbc2d50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-972942d7-6e75-4907-bdcd-c68d8bbc2d50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-972942d7-6e75-4907-bdcd-c68d8bbc2d50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-972942d7-6e75-4907-bdcd-c68d8bbc2d50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ddb35d05-5988-4db8-8f7b-7eeb875f3328 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddb35d05-5988-4db8-8f7b-7eeb875f3328 .shogun-heading-component h4 {
  color: rgba(154, 27, 31, 1);
  font-weight:  600 ;
  font-family: "Arimo";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



@media (min-width: 0px) {
[id="s-2d1eefbf-2e1a-42c9-b7f1-26e8e3457881"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2d1eefbf-2e1a-42c9-b7f1-26e8e3457881"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d1eefbf-2e1a-42c9-b7f1-26e8e3457881"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d1eefbf-2e1a-42c9-b7f1-26e8e3457881"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-92e8e94c-0ff1-4cbd-aef3-3b88a67a2ea4 {
  text-align: center;
}







  #s-92e8e94c-0ff1-4cbd-aef3-3b88a67a2ea4 img.shogun-image {
    

    
    
    
  }


#s-92e8e94c-0ff1-4cbd-aef3-3b88a67a2ea4 .shogun-image-content {
  
    align-items: center;
  
}

#s-25d2d01a-8bec-4bc4-8623-1ef7c1250d4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25d2d01a-8bec-4bc4-8623-1ef7c1250d4d .shogun-heading-component h4 {
  color: rgba(154, 27, 31, 1);
  font-weight:  600 ;
  font-family: "Arimo";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-2b89ae4d-4779-4025-8eb4-f66917f46654 {
  padding-left: 1%;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-2b89ae4d-4779-4025-8eb4-f66917f46654"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-2b89ae4d-4779-4025-8eb4-f66917f46654"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2b89ae4d-4779-4025-8eb4-f66917f46654"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2b89ae4d-4779-4025-8eb4-f66917f46654"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-9781df69-694d-4915-b2a2-d150376c1fe5 {
  text-align: center;
}







  #s-9781df69-694d-4915-b2a2-d150376c1fe5 img.shogun-image {
    

    
    
    
  }


#s-9781df69-694d-4915-b2a2-d150376c1fe5 .shogun-image-content {
  
    align-items: center;
  
}

#s-cddece5d-e189-4da3-a25a-3f0c407870c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cddece5d-e189-4da3-a25a-3f0c407870c1 .shogun-heading-component h4 {
  color: rgba(154, 27, 31, 1);
  font-weight:  600 ;
  font-family: "Arimo";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-b8113c38-3d9a-494e-bc70-183829e0f917 {
  padding-left: 1%;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-b8113c38-3d9a-494e-bc70-183829e0f917"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-b8113c38-3d9a-494e-bc70-183829e0f917"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b8113c38-3d9a-494e-bc70-183829e0f917"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b8113c38-3d9a-494e-bc70-183829e0f917"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-0cc1dc8e-8bcd-46de-85a7-1aca205e27e4 {
  text-align: center;
}







  #s-0cc1dc8e-8bcd-46de-85a7-1aca205e27e4 img.shogun-image {
    

    
    
    
  }


#s-0cc1dc8e-8bcd-46de-85a7-1aca205e27e4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-bad4b8a2-e343-4b53-90cd-53854f3803d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bad4b8a2-e343-4b53-90cd-53854f3803d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bad4b8a2-e343-4b53-90cd-53854f3803d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bad4b8a2-e343-4b53-90cd-53854f3803d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

.shg-map {
  height: 100%;
}

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

#s-4c128a59-7898-40b2-a57a-2d18144302c1 {
  min-height: 400px;
}

#s-50b6e697-18ca-4df5-90b0-d94bbf1deb10 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}








#s-50b6e697-18ca-4df5-90b0-d94bbf1deb10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50b6e697-18ca-4df5-90b0-d94bbf1deb10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a69c3947-bee2-49e9-8376-eebbb5d20b04 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 2%;
padding-bottom: 2%;
}
@media (min-width: 1200px){#s-a69c3947-bee2-49e9-8376-eebbb5d20b04 {
  padding-top: 0%;
padding-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-a69c3947-bee2-49e9-8376-eebbb5d20b04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a69c3947-bee2-49e9-8376-eebbb5d20b04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a69c3947-bee2-49e9-8376-eebbb5d20b04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a69c3947-bee2-49e9-8376-eebbb5d20b04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b6ccde0e-68a0-4260-8897-423f3154a97f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2%;
margin-bottom: 2%;
min-height: 369px;
background-position: center center;
}
@media (max-width: 767px){#s-b6ccde0e-68a0-4260-8897-423f3154a97f {
  min-height: 150px;
}
}







#s-b6ccde0e-68a0-4260-8897-423f3154a97f > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.7;
}#s-b6ccde0e-68a0-4260-8897-423f3154a97f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83b1bdbb-670f-4364-95f7-1fb84bb380a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83b1bdbb-670f-4364-95f7-1fb84bb380a7 .shogun-heading-component h2 {
  color: rgba(248, 243, 243, 1);
  font-weight:  700 ;
  font-family: "Arimo";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-011be6d7-0187-4464-931f-775284103eed {
  padding-top: 13px;
padding-left: 35px;
padding-bottom: 13px;
padding-right: 35px;
border-radius: 2px;
background-color: rgba(255, 204, 103, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-011be6d7-0187-4464-931f-775284103eed:hover {background-color: rgba(255, 204, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-011be6d7-0187-4464-931f-775284103eed:active {background-color: rgba(255, 204, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-011be6d7-0187-4464-931f-775284103eed-btn-wrapper {
    text-align: center;
  }


#s-011be6d7-0187-4464-931f-775284103eed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-011be6d7-0187-4464-931f-775284103eed-btn-wrapper {
    text-align: center;
  }


#s-011be6d7-0187-4464-931f-775284103eed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-011be6d7-0187-4464-931f-775284103eed-btn-wrapper {
    text-align: center;
  }


#s-011be6d7-0187-4464-931f-775284103eed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-011be6d7-0187-4464-931f-775284103eed-btn-wrapper {
    text-align: center;
  }


#s-011be6d7-0187-4464-931f-775284103eed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-011be6d7-0187-4464-931f-775284103eed-btn-wrapper {
    text-align: center;
  }


#s-011be6d7-0187-4464-931f-775284103eed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}
#s-4153cdc2-eb68-4915-8683-104220f4fa65 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2%;
margin-bottom: 2%;
min-height: 369px;
background-position: center center;
}
@media (max-width: 767px){#s-4153cdc2-eb68-4915-8683-104220f4fa65 {
  min-height: 150px;
}
}







#s-4153cdc2-eb68-4915-8683-104220f4fa65 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.7;
}#s-4153cdc2-eb68-4915-8683-104220f4fa65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86d12bc6-ff18-4428-82f4-d1de8d850dae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86d12bc6-ff18-4428-82f4-d1de8d850dae .shogun-heading-component h2 {
  color: rgba(248, 243, 243, 1);
  font-weight:  700 ;
  font-family: "Arimo";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-697c2f3b-e683-436f-a6e6-1902c882a707 {
  padding-top: 13px;
padding-left: 35px;
padding-bottom: 13px;
padding-right: 35px;
border-radius: 2px;
background-color: rgba(255, 204, 103, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-697c2f3b-e683-436f-a6e6-1902c882a707:hover {background-color: rgba(255, 204, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-697c2f3b-e683-436f-a6e6-1902c882a707:active {background-color: rgba(255, 204, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-697c2f3b-e683-436f-a6e6-1902c882a707-btn-wrapper {
    text-align: center;
  }


#s-697c2f3b-e683-436f-a6e6-1902c882a707.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-697c2f3b-e683-436f-a6e6-1902c882a707-btn-wrapper {
    text-align: center;
  }


#s-697c2f3b-e683-436f-a6e6-1902c882a707.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-697c2f3b-e683-436f-a6e6-1902c882a707-btn-wrapper {
    text-align: center;
  }


#s-697c2f3b-e683-436f-a6e6-1902c882a707.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-697c2f3b-e683-436f-a6e6-1902c882a707-btn-wrapper {
    text-align: center;
  }


#s-697c2f3b-e683-436f-a6e6-1902c882a707.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-697c2f3b-e683-436f-a6e6-1902c882a707-btn-wrapper {
    text-align: center;
  }


#s-697c2f3b-e683-436f-a6e6-1902c882a707.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}
#s-50d364da-6571-4131-b622-53ca9d05e89a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2%;
margin-bottom: 2%;
min-height: 369px;
background-position: center center;
}
@media (max-width: 767px){#s-50d364da-6571-4131-b622-53ca9d05e89a {
  min-height: 150px;
}
}







#s-50d364da-6571-4131-b622-53ca9d05e89a > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.7;
}#s-50d364da-6571-4131-b622-53ca9d05e89a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6071a1af-fc53-4d57-8372-ae0dcd8088de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6071a1af-fc53-4d57-8372-ae0dcd8088de .shogun-heading-component h2 {
  color: rgba(248, 243, 243, 1);
  font-weight:  700 ;
  font-family: "Arimo";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-eb8ebf68-18aa-44ab-b9eb-5b1e88b63ace {
  padding-top: 13px;
padding-left: 35px;
padding-bottom: 13px;
padding-right: 35px;
border-radius: 2px;
background-color: rgba(255, 204, 103, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-eb8ebf68-18aa-44ab-b9eb-5b1e88b63ace:hover {background-color: rgba(255, 204, 103, 1) !important;
text-decoration: none !important;
color: rgba(2, 2, 2, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-eb8ebf68-18aa-44ab-b9eb-5b1e88b63ace:active {background-color: rgba(255, 204, 103, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-eb8ebf68-18aa-44ab-b9eb-5b1e88b63ace-btn-wrapper {
    text-align: center;
  }


#s-eb8ebf68-18aa-44ab-b9eb-5b1e88b63ace.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb8ebf68-18aa-44ab-b9eb-5b1e88b63ace-btn-wrapper {
    text-align: center;
  }


#s-eb8ebf68-18aa-44ab-b9eb-5b1e88b63ace.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb8ebf68-18aa-44ab-b9eb-5b1e88b63ace-btn-wrapper {
    text-align: center;
  }


#s-eb8ebf68-18aa-44ab-b9eb-5b1e88b63ace.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb8ebf68-18aa-44ab-b9eb-5b1e88b63ace-btn-wrapper {
    text-align: center;
  }


#s-eb8ebf68-18aa-44ab-b9eb-5b1e88b63ace.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb8ebf68-18aa-44ab-b9eb-5b1e88b63ace-btn-wrapper {
    text-align: center;
  }


#s-eb8ebf68-18aa-44ab-b9eb-5b1e88b63ace.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-02b763c5-768e-4406-912e-496445a41969"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02b763c5-768e-4406-912e-496445a41969"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02b763c5-768e-4406-912e-496445a41969"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02b763c5-768e-4406-912e-496445a41969"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8bf62bb1-8fdb-4fe6-ae5c-35bc4db60762 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2%;
margin-bottom: 2%;
min-height: 250px;
background-position: center center;
}








#s-8bf62bb1-8fdb-4fe6-ae5c-35bc4db60762 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-8bf62bb1-8fdb-4fe6-ae5c-35bc4db60762.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68f3213a-6b3d-40ca-857b-14fa9297ebe3 {
  padding-top: 13px;
padding-left: 35px;
padding-bottom: 13px;
padding-right: 35px;
border-radius: 2px;
background-color: rgba(255, 204, 103, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-68f3213a-6b3d-40ca-857b-14fa9297ebe3:hover {background-color: rgba(255, 204, 103, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-68f3213a-6b3d-40ca-857b-14fa9297ebe3:active {background-color: rgba(255, 204, 103, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-68f3213a-6b3d-40ca-857b-14fa9297ebe3-btn-wrapper {
    text-align: center;
  }


#s-68f3213a-6b3d-40ca-857b-14fa9297ebe3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-68f3213a-6b3d-40ca-857b-14fa9297ebe3-btn-wrapper {
    text-align: center;
  }


#s-68f3213a-6b3d-40ca-857b-14fa9297ebe3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68f3213a-6b3d-40ca-857b-14fa9297ebe3-btn-wrapper {
    text-align: center;
  }


#s-68f3213a-6b3d-40ca-857b-14fa9297ebe3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68f3213a-6b3d-40ca-857b-14fa9297ebe3-btn-wrapper {
    text-align: center;
  }


#s-68f3213a-6b3d-40ca-857b-14fa9297ebe3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-68f3213a-6b3d-40ca-857b-14fa9297ebe3-btn-wrapper {
    text-align: center;
  }


#s-68f3213a-6b3d-40ca-857b-14fa9297ebe3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}
#s-49b9f143-bfc1-4ac1-81b3-7cd95bf7645f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2%;
margin-bottom: 2%;
min-height: 250px;
background-position: center center;
}








#s-49b9f143-bfc1-4ac1-81b3-7cd95bf7645f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-49b9f143-bfc1-4ac1-81b3-7cd95bf7645f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26c5e170-775f-4e18-8bf6-df21d11a1347 {
  padding-top: 13px;
padding-left: 35px;
padding-bottom: 13px;
padding-right: 35px;
border-radius: 2px;
background-color: rgba(154, 27, 31, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-26c5e170-775f-4e18-8bf6-df21d11a1347:hover {background-color: rgba(154, 27, 31, 1) !important;
text-decoration: none !important;
color: rgba(253, 253, 253, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-26c5e170-775f-4e18-8bf6-df21d11a1347:active {background-color: rgba(154, 27, 31, 1) !important;
text-decoration: none !important;
color: rgba(253, 253, 253, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-26c5e170-775f-4e18-8bf6-df21d11a1347-btn-wrapper {
    text-align: center;
  }


#s-26c5e170-775f-4e18-8bf6-df21d11a1347.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26c5e170-775f-4e18-8bf6-df21d11a1347-btn-wrapper {
    text-align: center;
  }


#s-26c5e170-775f-4e18-8bf6-df21d11a1347.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26c5e170-775f-4e18-8bf6-df21d11a1347-btn-wrapper {
    text-align: center;
  }


#s-26c5e170-775f-4e18-8bf6-df21d11a1347.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26c5e170-775f-4e18-8bf6-df21d11a1347-btn-wrapper {
    text-align: center;
  }


#s-26c5e170-775f-4e18-8bf6-df21d11a1347.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26c5e170-775f-4e18-8bf6-df21d11a1347-btn-wrapper {
    text-align: center;
  }


#s-26c5e170-775f-4e18-8bf6-df21d11a1347.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Arimo;
  display:  inline-block ;
}
}
#s-8f88eeba-521d-4eb5-8af5-38ba6d1b09dc {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 11px;
padding-bottom: 11px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-8f88eeba-521d-4eb5-8af5-38ba6d1b09dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f88eeba-521d-4eb5-8af5-38ba6d1b09dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af8618ce-d39c-4680-b476-4161db7fed22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af8618ce-d39c-4680-b476-4161db7fed22 .shogun-heading-component h4 {
  color: rgba(154, 27, 31, 1);
  font-weight:  600 ;
  font-family: "Arimo";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  
}



#s-7511e4e9-18a6-41ea-bf77-8979dfa9739c {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-7511e4e9-18a6-41ea-bf77-8979dfa9739c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7511e4e9-18a6-41ea-bf77-8979dfa9739c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7511e4e9-18a6-41ea-bf77-8979dfa9739c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7511e4e9-18a6-41ea-bf77-8979dfa9739c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-19976ed9-c913-4fa3-9d2a-4a125b3ad15e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-19976ed9-c913-4fa3-9d2a-4a125b3ad15e img.shogun-image {
    

    
    
    
  }


#s-19976ed9-c913-4fa3-9d2a-4a125b3ad15e .shogun-image-content {
  
    align-items: center;
  
}

#s-165f2ca6-ea1f-4bc6-99a6-91630a650545 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-165f2ca6-ea1f-4bc6-99a6-91630a650545 img.shogun-image {
    

    
    
    
  }


#s-165f2ca6-ea1f-4bc6-99a6-91630a650545 .shogun-image-content {
  
    align-items: center;
  
}

#s-408c6819-a4d9-4261-b18c-65a3a51250c3 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-408c6819-a4d9-4261-b18c-65a3a51250c3 img.shogun-image {
    

    
    
    
  }


#s-408c6819-a4d9-4261-b18c-65a3a51250c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b550611-ec70-45fa-8405-cc3b23d7163a {
  box-shadow:0px 1px 10px 2px rgba(130, 130, 136, 1);
margin-top: 2%;
margin-bottom: 2%;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-7b550611-ec70-45fa-8405-cc3b23d7163a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b550611-ec70-45fa-8405-cc3b23d7163a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7b550611-ec70-45fa-8405-cc3b23d7163a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b550611-ec70-45fa-8405-cc3b23d7163a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0055d381-dd5e-4290-89d6-1fe02345f8e6 {
  text-align: center;
}







  #s-0055d381-dd5e-4290-89d6-1fe02345f8e6 img.shogun-image {
    

    
    
    
  }


#s-0055d381-dd5e-4290-89d6-1fe02345f8e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-8492aafa-ebfd-4be2-b141-4e3207c2ab27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8492aafa-ebfd-4be2-b141-4e3207c2ab27 .shogun-heading-component h4 {
  color: rgba(154, 27, 31, 1);
  font-weight:  600 ;
  font-family: "Arimo";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-ede44754-31d7-4ff1-bdd7-e8cdc3afe610 {
  padding-left: 1%;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-ede44754-31d7-4ff1-bdd7-e8cdc3afe610"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-ede44754-31d7-4ff1-bdd7-e8cdc3afe610"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ede44754-31d7-4ff1-bdd7-e8cdc3afe610"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ede44754-31d7-4ff1-bdd7-e8cdc3afe610"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-835b11a5-cf58-4435-a913-0056d220d76b {
  text-align: center;
}







  #s-835b11a5-cf58-4435-a913-0056d220d76b img.shogun-image {
    

    
    
    
  }


#s-835b11a5-cf58-4435-a913-0056d220d76b .shogun-image-content {
  
    align-items: center;
  
}

#s-c0de93c9-f1d0-4576-a4b7-88b65ed8c75c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0de93c9-f1d0-4576-a4b7-88b65ed8c75c .shogun-heading-component h4 {
  color: rgba(154, 27, 31, 1);
  font-weight:  600 ;
  font-family: "Arimo";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-7106b921-70b7-4550-8fe1-7f410bc927af {
  padding-left: 1%;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-7106b921-70b7-4550-8fe1-7f410bc927af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-7106b921-70b7-4550-8fe1-7f410bc927af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7106b921-70b7-4550-8fe1-7f410bc927af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7106b921-70b7-4550-8fe1-7f410bc927af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-a39e3726-e243-4f75-b292-3a50bbe0a606 {
  text-align: center;
}







  #s-a39e3726-e243-4f75-b292-3a50bbe0a606 img.shogun-image {
    

    
    
    
  }


#s-a39e3726-e243-4f75-b292-3a50bbe0a606 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d4a3eb7-0c74-43ca-adc4-b9a04e6da70c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d4a3eb7-0c74-43ca-adc4-b9a04e6da70c .shogun-heading-component h4 {
  color: rgba(154, 27, 31, 1);
  font-weight:  600 ;
  font-family: "Arimo";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-d9ef4240-4b92-428d-9688-f6e4b03324d9 {
  padding-left: 1%;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-d9ef4240-4b92-428d-9688-f6e4b03324d9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-d9ef4240-4b92-428d-9688-f6e4b03324d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d9ef4240-4b92-428d-9688-f6e4b03324d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d9ef4240-4b92-428d-9688-f6e4b03324d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-74711f0b-bbc7-4a5e-83da-264062cf5b64 {
  text-align: center;
}

/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
