.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-03c48405-bb77-48de-a880-fbbd69083e0f {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-03c48405-bb77-48de-a880-fbbd69083e0f {
  display: none;
}
#s-03c48405-bb77-48de-a880-fbbd69083e0f, #wrap-s-03c48405-bb77-48de-a880-fbbd69083e0f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03c48405-bb77-48de-a880-fbbd69083e0f {
  display: none;
}
#s-03c48405-bb77-48de-a880-fbbd69083e0f, #wrap-s-03c48405-bb77-48de-a880-fbbd69083e0f { display:none !important; }}






  #s-03c48405-bb77-48de-a880-fbbd69083e0f img.shogun-image {
    

    
    
    
  }


#s-03c48405-bb77-48de-a880-fbbd69083e0f .shogun-image-content {
  
    align-items: center;
  
}

.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-de9bb239-9c10-4038-bead-86d8baa534f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 900px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-de9bb239-9c10-4038-bead-86d8baa534f5 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-de9bb239-9c10-4038-bead-86d8baa534f5 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-de9bb239-9c10-4038-bead-86d8baa534f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de9bb239-9c10-4038-bead-86d8baa534f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea59dcf9-ce3f-4d59-92af-9bbee7f09e6a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-bottom: 50px;
min-height: 100px;
background-position: center center;
}
@media (min-width: 1200px){#s-ea59dcf9-ce3f-4d59-92af-9bbee7f09e6a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea59dcf9-ce3f-4d59-92af-9bbee7f09e6a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea59dcf9-ce3f-4d59-92af-9bbee7f09e6a {
  display: none;
}
#s-ea59dcf9-ce3f-4d59-92af-9bbee7f09e6a, #wrap-s-ea59dcf9-ce3f-4d59-92af-9bbee7f09e6a { display:none !important; }}@media (max-width: 767px){#s-ea59dcf9-ce3f-4d59-92af-9bbee7f09e6a {
  display: none;
}
#s-ea59dcf9-ce3f-4d59-92af-9bbee7f09e6a, #wrap-s-ea59dcf9-ce3f-4d59-92af-9bbee7f09e6a { display:none !important; }}
#s-ea59dcf9-ce3f-4d59-92af-9bbee7f09e6a {
  background-image: url(https://i.shgcdn.com/3f2bf724-8226-44b5-866b-13efc30b98fd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ea59dcf9-ce3f-4d59-92af-9bbee7f09e6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea59dcf9-ce3f-4d59-92af-9bbee7f09e6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2 {
  display: none;
}
#s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2, #wrap-s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2 {
  display: none;
}
#s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2, #wrap-s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2 {
  display: none;
}
#s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2, #wrap-s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2 { display:none !important; }}@media (max-width: 767px){#s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2 {
  display: none;
}
#s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2, #wrap-s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2 { display:none !important; }}
#s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2 {
  background-image: url(https://i.shgcdn.com/cd65aecc-f5b0-4557-a843-0332ff1b6378/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-609542c0-7bb8-4c71-b0dd-35ebe8df34d2.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-64f3a278-52fc-433a-977f-a4d835e79037 {
  margin-bottom: 70px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-64f3a278-52fc-433a-977f-a4d835e79037"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64f3a278-52fc-433a-977f-a4d835e79037"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64f3a278-52fc-433a-977f-a4d835e79037"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64f3a278-52fc-433a-977f-a4d835e79037"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-99e4ff21-a77c-40e8-bd4a-7330d21b23e9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}

#s-99e4ff21-a77c-40e8-bd4a-7330d21b23e9 {
  background-image: url(https://i.shgcdn.com/38c41d27-7026-48ac-a590-b025540d388e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-99e4ff21-a77c-40e8-bd4a-7330d21b23e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99e4ff21-a77c-40e8-bd4a-7330d21b23e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a9d54d7-1881-4707-b19c-71984972d69a {
  min-height: 350px;
}








#s-9a9d54d7-1881-4707-b19c-71984972d69a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a9d54d7-1881-4707-b19c-71984972d69a.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-22ec7d5e-2dbb-4bb8-8da4-4bdd36428f5a {
  display: none;
}
#s-22ec7d5e-2dbb-4bb8-8da4-4bdd36428f5a, #wrap-s-22ec7d5e-2dbb-4bb8-8da4-4bdd36428f5a { display:none !important; }}@media (max-width: 767px){#s-22ec7d5e-2dbb-4bb8-8da4-4bdd36428f5a {
  display: none;
}
#s-22ec7d5e-2dbb-4bb8-8da4-4bdd36428f5a, #wrap-s-22ec7d5e-2dbb-4bb8-8da4-4bdd36428f5a { display:none !important; }}
@media (min-width: 1200px){#s-6676878e-1a52-4b5d-b104-02484878df09 {
  display: none;
}
#s-6676878e-1a52-4b5d-b104-02484878df09, #wrap-s-6676878e-1a52-4b5d-b104-02484878df09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6676878e-1a52-4b5d-b104-02484878df09 {
  display: none;
}
#s-6676878e-1a52-4b5d-b104-02484878df09, #wrap-s-6676878e-1a52-4b5d-b104-02484878df09 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6676878e-1a52-4b5d-b104-02484878df09 {
  
}
}
@media (min-width: 1200px){#s-98608b05-b265-4ebd-a02e-626fca2d1857 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98608b05-b265-4ebd-a02e-626fca2d1857 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-98608b05-b265-4ebd-a02e-626fca2d1857 {
  
}
}@media (max-width: 767px){#s-98608b05-b265-4ebd-a02e-626fca2d1857 {
  
}
}
@media (min-width: 0px) {
[id="s-98608b05-b265-4ebd-a02e-626fca2d1857"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-98608b05-b265-4ebd-a02e-626fca2d1857"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-98608b05-b265-4ebd-a02e-626fca2d1857"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-98608b05-b265-4ebd-a02e-626fca2d1857"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.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-388b7b88-32d2-4eca-9d78-5cab2d0de79c {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 0, 18, 1);
border-style: solid;
border-radius: 2px;
max-width: 150px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(69, 69, 69, 1);
}
#s-388b7b88-32d2-4eca-9d78-5cab2d0de79c:hover {background-color: rgba(229, 0, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-388b7b88-32d2-4eca-9d78-5cab2d0de79c:active {background-color: rgba(229, 0, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-388b7b88-32d2-4eca-9d78-5cab2d0de79c-root {
    text-align: center;
  }


#s-388b7b88-32d2-4eca-9d78-5cab2d0de79c.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-388b7b88-32d2-4eca-9d78-5cab2d0de79c-root {
    text-align: center;
  }


#s-388b7b88-32d2-4eca-9d78-5cab2d0de79c.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-388b7b88-32d2-4eca-9d78-5cab2d0de79c-root {
    text-align: center;
  }


#s-388b7b88-32d2-4eca-9d78-5cab2d0de79c.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-388b7b88-32d2-4eca-9d78-5cab2d0de79c-root {
    text-align: center;
  }


#s-388b7b88-32d2-4eca-9d78-5cab2d0de79c.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-388b7b88-32d2-4eca-9d78-5cab2d0de79c-root {
    text-align: center;
  }


#s-388b7b88-32d2-4eca-9d78-5cab2d0de79c.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-a7ad5090-a5b5-4b48-84e1-cc8748ff0f80 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 35px;
min-height: 470px;
background-position: center center;
}
@media (max-width: 767px){#s-a7ad5090-a5b5-4b48-84e1-cc8748ff0f80 {
  display: none;
}
#s-a7ad5090-a5b5-4b48-84e1-cc8748ff0f80, #wrap-s-a7ad5090-a5b5-4b48-84e1-cc8748ff0f80 { display:none !important; }}







#s-a7ad5090-a5b5-4b48-84e1-cc8748ff0f80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7ad5090-a5b5-4b48-84e1-cc8748ff0f80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14bd706e-8db3-4cef-8be2-2a916c5c749a {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 35px;
min-height: 470px;
background-position: center center;
}
@media (min-width: 1200px){#s-14bd706e-8db3-4cef-8be2-2a916c5c749a {
  display: none;
}
#s-14bd706e-8db3-4cef-8be2-2a916c5c749a, #wrap-s-14bd706e-8db3-4cef-8be2-2a916c5c749a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14bd706e-8db3-4cef-8be2-2a916c5c749a {
  display: none;
}
#s-14bd706e-8db3-4cef-8be2-2a916c5c749a, #wrap-s-14bd706e-8db3-4cef-8be2-2a916c5c749a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14bd706e-8db3-4cef-8be2-2a916c5c749a {
  display: none;
}
#s-14bd706e-8db3-4cef-8be2-2a916c5c749a, #wrap-s-14bd706e-8db3-4cef-8be2-2a916c5c749a { display:none !important; }}







#s-14bd706e-8db3-4cef-8be2-2a916c5c749a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14bd706e-8db3-4cef-8be2-2a916c5c749a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9413de99-1430-49e7-b868-2b313c5d5bd2 {
  margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
max-width: 700px;
}

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

.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-24f359dc-95a5-4ab7-977c-29acf86c2a26 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-24f359dc-95a5-4ab7-977c-29acf86c2a26 {
  
}
}@media (max-width: 767px){#s-24f359dc-95a5-4ab7-977c-29acf86c2a26 {
  
}
}
#s-24f359dc-95a5-4ab7-977c-29acf86c2a26 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  text-align: center;
}


#s-24f359dc-95a5-4ab7-977c-29acf86c2a26 .shogun-heading-component h4 a {
  color: rgba(0, 0, 0, 1);
}


#s-4ed50f80-9c63-4b9e-96bc-49091e2cea1d {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-4ed50f80-9c63-4b9e-96bc-49091e2cea1d {
  
}
}
@media (min-width: 0px) {
[id="s-4ed50f80-9c63-4b9e-96bc-49091e2cea1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ed50f80-9c63-4b9e-96bc-49091e2cea1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4ed50f80-9c63-4b9e-96bc-49091e2cea1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ed50f80-9c63-4b9e-96bc-49091e2cea1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-a0267781-71c3-46c7-a4a2-57e9b12b355a {
  text-align: center;
}
@media (max-width: 767px){#s-a0267781-71c3-46c7-a4a2-57e9b12b355a {
  margin-bottom: 20px;
}
}






  #s-a0267781-71c3-46c7-a4a2-57e9b12b355a img.shogun-image {
    

    
    
    
  }


#s-a0267781-71c3-46c7-a4a2-57e9b12b355a .shogun-image-content {
  
    align-items: center;
  
}

#s-7e707988-19c6-482b-9bd6-2a3932801646 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-7e707988-19c6-482b-9bd6-2a3932801646 {
  display: none;
}
#s-7e707988-19c6-482b-9bd6-2a3932801646, #wrap-s-7e707988-19c6-482b-9bd6-2a3932801646 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e707988-19c6-482b-9bd6-2a3932801646 {
  display: none;
}
#s-7e707988-19c6-482b-9bd6-2a3932801646, #wrap-s-7e707988-19c6-482b-9bd6-2a3932801646 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e707988-19c6-482b-9bd6-2a3932801646 {
  
}
}@media (max-width: 767px){#s-7e707988-19c6-482b-9bd6-2a3932801646 {
  
}
}
#s-882d1392-f815-42cd-ada6-41de49a3ec35 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-882d1392-f815-42cd-ada6-41de49a3ec35 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-882d1392-f815-42cd-ada6-41de49a3ec35 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-882d1392-f815-42cd-ada6-41de49a3ec35 {
  display: none;
}
#s-882d1392-f815-42cd-ada6-41de49a3ec35, #wrap-s-882d1392-f815-42cd-ada6-41de49a3ec35 { display:none !important; }}@media (max-width: 767px){#s-882d1392-f815-42cd-ada6-41de49a3ec35 {
  display: none;
}
#s-882d1392-f815-42cd-ada6-41de49a3ec35, #wrap-s-882d1392-f815-42cd-ada6-41de49a3ec35 { display:none !important; }}
#s-84a98e27-89f5-4678-a17c-37fe13b63014 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 0, 18, 1);
border-style: solid;
border-radius: 2px;
max-width: 150px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(69, 69, 69, 1);
}
#s-84a98e27-89f5-4678-a17c-37fe13b63014:hover {background-color: rgba(229, 0, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-84a98e27-89f5-4678-a17c-37fe13b63014:active {background-color: rgba(229, 0, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-84a98e27-89f5-4678-a17c-37fe13b63014-root {
    text-align: center;
  }


#s-84a98e27-89f5-4678-a17c-37fe13b63014.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-84a98e27-89f5-4678-a17c-37fe13b63014-root {
    text-align: center;
  }


#s-84a98e27-89f5-4678-a17c-37fe13b63014.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84a98e27-89f5-4678-a17c-37fe13b63014-root {
    text-align: center;
  }


#s-84a98e27-89f5-4678-a17c-37fe13b63014.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84a98e27-89f5-4678-a17c-37fe13b63014-root {
    text-align: center;
  }


#s-84a98e27-89f5-4678-a17c-37fe13b63014.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-84a98e27-89f5-4678-a17c-37fe13b63014-root {
    text-align: center;
  }


#s-84a98e27-89f5-4678-a17c-37fe13b63014.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-90a2ed94-05e2-40d6-91df-1e7824e7b25d {
  text-align: center;
}
@media (max-width: 767px){#s-90a2ed94-05e2-40d6-91df-1e7824e7b25d {
  
}
}






  #s-90a2ed94-05e2-40d6-91df-1e7824e7b25d img.shogun-image {
    

    
    
    
  }


#s-90a2ed94-05e2-40d6-91df-1e7824e7b25d .shogun-image-content {
  
    align-items: center;
  
}

#s-8a791b66-30ec-48c1-845b-60dbb182da1c {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-8a791b66-30ec-48c1-845b-60dbb182da1c {
  display: none;
}
#s-8a791b66-30ec-48c1-845b-60dbb182da1c, #wrap-s-8a791b66-30ec-48c1-845b-60dbb182da1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a791b66-30ec-48c1-845b-60dbb182da1c {
  display: none;
}
#s-8a791b66-30ec-48c1-845b-60dbb182da1c, #wrap-s-8a791b66-30ec-48c1-845b-60dbb182da1c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a791b66-30ec-48c1-845b-60dbb182da1c {
  
}
}@media (max-width: 767px){#s-8a791b66-30ec-48c1-845b-60dbb182da1c {
  
}
}
#s-6b1c79ac-9a12-4d25-aa86-d71597d9ad8b {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-6b1c79ac-9a12-4d25-aa86-d71597d9ad8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b1c79ac-9a12-4d25-aa86-d71597d9ad8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6b1c79ac-9a12-4d25-aa86-d71597d9ad8b {
  display: none;
}
#s-6b1c79ac-9a12-4d25-aa86-d71597d9ad8b, #wrap-s-6b1c79ac-9a12-4d25-aa86-d71597d9ad8b { display:none !important; }}@media (max-width: 767px){#s-6b1c79ac-9a12-4d25-aa86-d71597d9ad8b {
  display: none;
}
#s-6b1c79ac-9a12-4d25-aa86-d71597d9ad8b, #wrap-s-6b1c79ac-9a12-4d25-aa86-d71597d9ad8b { display:none !important; }}
#s-3c6cbab1-08fe-44c3-92be-608dc7095870 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 0, 18, 1);
border-style: solid;
border-radius: 2px;
max-width: 150px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(69, 69, 69, 1);
}
#s-3c6cbab1-08fe-44c3-92be-608dc7095870:hover {background-color: rgba(229, 0, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3c6cbab1-08fe-44c3-92be-608dc7095870:active {background-color: rgba(229, 0, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3c6cbab1-08fe-44c3-92be-608dc7095870-root {
    text-align: center;
  }


#s-3c6cbab1-08fe-44c3-92be-608dc7095870.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3c6cbab1-08fe-44c3-92be-608dc7095870-root {
    text-align: center;
  }


#s-3c6cbab1-08fe-44c3-92be-608dc7095870.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c6cbab1-08fe-44c3-92be-608dc7095870-root {
    text-align: center;
  }


#s-3c6cbab1-08fe-44c3-92be-608dc7095870.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c6cbab1-08fe-44c3-92be-608dc7095870-root {
    text-align: center;
  }


#s-3c6cbab1-08fe-44c3-92be-608dc7095870.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3c6cbab1-08fe-44c3-92be-608dc7095870-root {
    text-align: center;
  }


#s-3c6cbab1-08fe-44c3-92be-608dc7095870.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-640b6c5d-a7c8-4627-b61e-ff8e3eb0687c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-640b6c5d-a7c8-4627-b61e-ff8e3eb0687c {
  
}
}@media (max-width: 767px){#s-640b6c5d-a7c8-4627-b61e-ff8e3eb0687c {
  
}
}
#s-640b6c5d-a7c8-4627-b61e-ff8e3eb0687c .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  text-align: center;
}


#s-640b6c5d-a7c8-4627-b61e-ff8e3eb0687c .shogun-heading-component h4 a {
  color: rgba(0, 0, 0, 1);
}


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

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

#s-324f3b3a-529e-4929-abf1-e9d71ee689b4 hr {
  border-top: 2px solid #ddd;
}

#s-20bd5cab-548e-47b2-a88f-c4a187f19585 {
  margin-bottom: 70px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-20bd5cab-548e-47b2-a88f-c4a187f19585"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20bd5cab-548e-47b2-a88f-c4a187f19585"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20bd5cab-548e-47b2-a88f-c4a187f19585"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20bd5cab-548e-47b2-a88f-c4a187f19585"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8067e2f9-0ee7-4135-96d7-eb1787f8d53a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-8067e2f9-0ee7-4135-96d7-eb1787f8d53a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8067e2f9-0ee7-4135-96d7-eb1787f8d53a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cd082aa-2633-4227-964f-a7997fa920ee {
  min-height: 350px;
}








#s-8cd082aa-2633-4227-964f-a7997fa920ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cd082aa-2633-4227-964f-a7997fa920ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c25fcb92-f4ce-484d-af89-7c630950c4a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c25fcb92-f4ce-484d-af89-7c630950c4a8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-9c233f2b-245d-4999-98ec-943aeee1f5b0 {
  display: none;
}
#s-9c233f2b-245d-4999-98ec-943aeee1f5b0, #wrap-s-9c233f2b-245d-4999-98ec-943aeee1f5b0 { display:none !important; }}@media (max-width: 767px){#s-9c233f2b-245d-4999-98ec-943aeee1f5b0 {
  display: none;
}
#s-9c233f2b-245d-4999-98ec-943aeee1f5b0, #wrap-s-9c233f2b-245d-4999-98ec-943aeee1f5b0 { display:none !important; }}
@media (min-width: 1200px){#s-bcdb824e-8785-42de-a1a0-df26625f218a {
  display: none;
}
#s-bcdb824e-8785-42de-a1a0-df26625f218a, #wrap-s-bcdb824e-8785-42de-a1a0-df26625f218a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bcdb824e-8785-42de-a1a0-df26625f218a {
  display: none;
}
#s-bcdb824e-8785-42de-a1a0-df26625f218a, #wrap-s-bcdb824e-8785-42de-a1a0-df26625f218a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bcdb824e-8785-42de-a1a0-df26625f218a {
  
}
}
#s-f5650270-6c2e-4dde-8751-bd6bf416c5d6 {
  margin-bottom: 70px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-f5650270-6c2e-4dde-8751-bd6bf416c5d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5650270-6c2e-4dde-8751-bd6bf416c5d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5650270-6c2e-4dde-8751-bd6bf416c5d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5650270-6c2e-4dde-8751-bd6bf416c5d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-32f08048-fcd3-4ec9-874c-f10c4ca91439 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-32f08048-fcd3-4ec9-874c-f10c4ca91439 {
  display: none;
}
#s-32f08048-fcd3-4ec9-874c-f10c4ca91439, #wrap-s-32f08048-fcd3-4ec9-874c-f10c4ca91439 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32f08048-fcd3-4ec9-874c-f10c4ca91439 {
  display: none;
}
#s-32f08048-fcd3-4ec9-874c-f10c4ca91439, #wrap-s-32f08048-fcd3-4ec9-874c-f10c4ca91439 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32f08048-fcd3-4ec9-874c-f10c4ca91439 {
  display: none;
}
#s-32f08048-fcd3-4ec9-874c-f10c4ca91439, #wrap-s-32f08048-fcd3-4ec9-874c-f10c4ca91439 { display:none !important; }}@media (max-width: 767px){#s-32f08048-fcd3-4ec9-874c-f10c4ca91439 {
  display: none;
}
#s-32f08048-fcd3-4ec9-874c-f10c4ca91439, #wrap-s-32f08048-fcd3-4ec9-874c-f10c4ca91439 { display:none !important; }}







#s-32f08048-fcd3-4ec9-874c-f10c4ca91439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32f08048-fcd3-4ec9-874c-f10c4ca91439.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecf2bd58-7683-470f-a153-8ddf33de89c9 {
  min-height: 350px;
}
@media (min-width: 1200px){#s-ecf2bd58-7683-470f-a153-8ddf33de89c9 {
  display: none;
}
#s-ecf2bd58-7683-470f-a153-8ddf33de89c9, #wrap-s-ecf2bd58-7683-470f-a153-8ddf33de89c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecf2bd58-7683-470f-a153-8ddf33de89c9 {
  display: none;
}
#s-ecf2bd58-7683-470f-a153-8ddf33de89c9, #wrap-s-ecf2bd58-7683-470f-a153-8ddf33de89c9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ecf2bd58-7683-470f-a153-8ddf33de89c9 {
  display: none;
}
#s-ecf2bd58-7683-470f-a153-8ddf33de89c9, #wrap-s-ecf2bd58-7683-470f-a153-8ddf33de89c9 { display:none !important; }}@media (max-width: 767px){#s-ecf2bd58-7683-470f-a153-8ddf33de89c9 {
  display: none;
}
#s-ecf2bd58-7683-470f-a153-8ddf33de89c9, #wrap-s-ecf2bd58-7683-470f-a153-8ddf33de89c9 { display:none !important; }}







#s-ecf2bd58-7683-470f-a153-8ddf33de89c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecf2bd58-7683-470f-a153-8ddf33de89c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-baec2cc6-5e56-4860-ae67-c3ba071fb958 {
  display: none;
}
#s-baec2cc6-5e56-4860-ae67-c3ba071fb958, #wrap-s-baec2cc6-5e56-4860-ae67-c3ba071fb958 { display:none !important; }}@media (max-width: 767px){#s-baec2cc6-5e56-4860-ae67-c3ba071fb958 {
  display: none;
}
#s-baec2cc6-5e56-4860-ae67-c3ba071fb958, #wrap-s-baec2cc6-5e56-4860-ae67-c3ba071fb958 { display:none !important; }}
@media (min-width: 1200px){#s-adf06f39-1f34-4107-9879-01d99c039474 {
  display: none;
}
#s-adf06f39-1f34-4107-9879-01d99c039474, #wrap-s-adf06f39-1f34-4107-9879-01d99c039474 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adf06f39-1f34-4107-9879-01d99c039474 {
  display: none;
}
#s-adf06f39-1f34-4107-9879-01d99c039474, #wrap-s-adf06f39-1f34-4107-9879-01d99c039474 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-adf06f39-1f34-4107-9879-01d99c039474 {
  display: none;
}
#s-adf06f39-1f34-4107-9879-01d99c039474, #wrap-s-adf06f39-1f34-4107-9879-01d99c039474 { display:none !important; }}@media (max-width: 767px){#s-adf06f39-1f34-4107-9879-01d99c039474 {
  display: none;
}
#s-adf06f39-1f34-4107-9879-01d99c039474, #wrap-s-adf06f39-1f34-4107-9879-01d99c039474 { display:none !important; }}
@media (min-width: 1200px){#s-ee817b99-b0ed-4586-8c52-015c7421b4d1 {
  display: none;
}
#s-ee817b99-b0ed-4586-8c52-015c7421b4d1, #wrap-s-ee817b99-b0ed-4586-8c52-015c7421b4d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee817b99-b0ed-4586-8c52-015c7421b4d1 {
  display: none;
}
#s-ee817b99-b0ed-4586-8c52-015c7421b4d1, #wrap-s-ee817b99-b0ed-4586-8c52-015c7421b4d1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee817b99-b0ed-4586-8c52-015c7421b4d1 {
  display: none;
}
#s-ee817b99-b0ed-4586-8c52-015c7421b4d1, #wrap-s-ee817b99-b0ed-4586-8c52-015c7421b4d1 { display:none !important; }}@media (max-width: 767px){#s-ee817b99-b0ed-4586-8c52-015c7421b4d1 {
  display: none;
}
#s-ee817b99-b0ed-4586-8c52-015c7421b4d1, #wrap-s-ee817b99-b0ed-4586-8c52-015c7421b4d1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ee817b99-b0ed-4586-8c52-015c7421b4d1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ee817b99-b0ed-4586-8c52-015c7421b4d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee817b99-b0ed-4586-8c52-015c7421b4d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee817b99-b0ed-4586-8c52-015c7421b4d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e76534ce-642a-4aca-a97b-70f4784f518f {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 0, 18, 1);
border-style: solid;
border-radius: 2px;
max-width: 150px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(69, 69, 69, 1);
}
#s-e76534ce-642a-4aca-a97b-70f4784f518f:hover {background-color: rgba(229, 0, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e76534ce-642a-4aca-a97b-70f4784f518f:active {background-color: rgba(229, 0, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e76534ce-642a-4aca-a97b-70f4784f518f-root {
    text-align: center;
  }


#s-e76534ce-642a-4aca-a97b-70f4784f518f.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e76534ce-642a-4aca-a97b-70f4784f518f-root {
    text-align: center;
  }


#s-e76534ce-642a-4aca-a97b-70f4784f518f.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e76534ce-642a-4aca-a97b-70f4784f518f-root {
    text-align: center;
  }


#s-e76534ce-642a-4aca-a97b-70f4784f518f.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e76534ce-642a-4aca-a97b-70f4784f518f-root {
    text-align: center;
  }


#s-e76534ce-642a-4aca-a97b-70f4784f518f.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e76534ce-642a-4aca-a97b-70f4784f518f-root {
    text-align: center;
  }


#s-e76534ce-642a-4aca-a97b-70f4784f518f.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
#s-7641ceaa-b719-4b55-9076-49e548101ac5 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 35px;
min-height: 470px;
background-position: center center;
}
@media (min-width: 1200px){#s-7641ceaa-b719-4b55-9076-49e548101ac5 {
  display: none;
}
#s-7641ceaa-b719-4b55-9076-49e548101ac5, #wrap-s-7641ceaa-b719-4b55-9076-49e548101ac5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7641ceaa-b719-4b55-9076-49e548101ac5 {
  display: none;
}
#s-7641ceaa-b719-4b55-9076-49e548101ac5, #wrap-s-7641ceaa-b719-4b55-9076-49e548101ac5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7641ceaa-b719-4b55-9076-49e548101ac5 {
  display: none;
}
#s-7641ceaa-b719-4b55-9076-49e548101ac5, #wrap-s-7641ceaa-b719-4b55-9076-49e548101ac5 { display:none !important; }}@media (max-width: 767px){#s-7641ceaa-b719-4b55-9076-49e548101ac5 {
  display: none;
}
#s-7641ceaa-b719-4b55-9076-49e548101ac5, #wrap-s-7641ceaa-b719-4b55-9076-49e548101ac5 { display:none !important; }}







#s-7641ceaa-b719-4b55-9076-49e548101ac5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7641ceaa-b719-4b55-9076-49e548101ac5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-779edb9f-1896-433a-ac6d-4ca8d12f504d {
  margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
max-width: 700px;
}
@media (min-width: 1200px){#s-779edb9f-1896-433a-ac6d-4ca8d12f504d {
  display: none;
}
#s-779edb9f-1896-433a-ac6d-4ca8d12f504d, #wrap-s-779edb9f-1896-433a-ac6d-4ca8d12f504d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-779edb9f-1896-433a-ac6d-4ca8d12f504d {
  display: none;
}
#s-779edb9f-1896-433a-ac6d-4ca8d12f504d, #wrap-s-779edb9f-1896-433a-ac6d-4ca8d12f504d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-779edb9f-1896-433a-ac6d-4ca8d12f504d {
  display: none;
}
#s-779edb9f-1896-433a-ac6d-4ca8d12f504d, #wrap-s-779edb9f-1896-433a-ac6d-4ca8d12f504d { display:none !important; }}@media (max-width: 767px){#s-779edb9f-1896-433a-ac6d-4ca8d12f504d {
  display: none;
}
#s-779edb9f-1896-433a-ac6d-4ca8d12f504d, #wrap-s-779edb9f-1896-433a-ac6d-4ca8d12f504d { display:none !important; }}
#s-b417fcfa-eb90-4bf7-9780-c68caf729f8d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-b417fcfa-eb90-4bf7-9780-c68caf729f8d {
  display: none;
}
#s-b417fcfa-eb90-4bf7-9780-c68caf729f8d, #wrap-s-b417fcfa-eb90-4bf7-9780-c68caf729f8d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b417fcfa-eb90-4bf7-9780-c68caf729f8d {
  display: none;
}
#s-b417fcfa-eb90-4bf7-9780-c68caf729f8d, #wrap-s-b417fcfa-eb90-4bf7-9780-c68caf729f8d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b417fcfa-eb90-4bf7-9780-c68caf729f8d {
  display: none;
}
#s-b417fcfa-eb90-4bf7-9780-c68caf729f8d, #wrap-s-b417fcfa-eb90-4bf7-9780-c68caf729f8d { display:none !important; }}@media (max-width: 767px){#s-b417fcfa-eb90-4bf7-9780-c68caf729f8d {
  display: none;
}
#s-b417fcfa-eb90-4bf7-9780-c68caf729f8d, #wrap-s-b417fcfa-eb90-4bf7-9780-c68caf729f8d { display:none !important; }}
#s-b417fcfa-eb90-4bf7-9780-c68caf729f8d .shogun-heading-component h4 {
  color: rgba(241, 7, 7, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 2px;
  text-align: center;
}


#s-b417fcfa-eb90-4bf7-9780-c68caf729f8d .shogun-heading-component h4 a {
  color: rgba(241, 7, 7, 1);
}


@media (min-width: 1200px){#s-00944575-a497-45d1-a533-1218b884eae6 {
  display: none;
}
#s-00944575-a497-45d1-a533-1218b884eae6, #wrap-s-00944575-a497-45d1-a533-1218b884eae6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00944575-a497-45d1-a533-1218b884eae6 {
  display: none;
}
#s-00944575-a497-45d1-a533-1218b884eae6, #wrap-s-00944575-a497-45d1-a533-1218b884eae6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00944575-a497-45d1-a533-1218b884eae6 {
  display: none;
}
#s-00944575-a497-45d1-a533-1218b884eae6, #wrap-s-00944575-a497-45d1-a533-1218b884eae6 { display:none !important; }}@media (max-width: 767px){#s-00944575-a497-45d1-a533-1218b884eae6 {
  display: none;
}
#s-00944575-a497-45d1-a533-1218b884eae6, #wrap-s-00944575-a497-45d1-a533-1218b884eae6 { display:none !important; }}
#s-25244db1-5dd5-4370-9848-de3876b7c34a {
  margin-bottom: 100px;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-25244db1-5dd5-4370-9848-de3876b7c34a {
  display: none;
}
#s-25244db1-5dd5-4370-9848-de3876b7c34a, #wrap-s-25244db1-5dd5-4370-9848-de3876b7c34a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25244db1-5dd5-4370-9848-de3876b7c34a {
  display: none;
}
#s-25244db1-5dd5-4370-9848-de3876b7c34a, #wrap-s-25244db1-5dd5-4370-9848-de3876b7c34a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25244db1-5dd5-4370-9848-de3876b7c34a {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-25244db1-5dd5-4370-9848-de3876b7c34a, #wrap-s-25244db1-5dd5-4370-9848-de3876b7c34a { display:none !important; }}@media (max-width: 767px){#s-25244db1-5dd5-4370-9848-de3876b7c34a {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-25244db1-5dd5-4370-9848-de3876b7c34a, #wrap-s-25244db1-5dd5-4370-9848-de3876b7c34a { display:none !important; }}







#s-25244db1-5dd5-4370-9848-de3876b7c34a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25244db1-5dd5-4370-9848-de3876b7c34a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dc8dd32f-059e-41d2-b6cf-fe295136800e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc8dd32f-059e-41d2-b6cf-fe295136800e {
  display: none;
}
#s-dc8dd32f-059e-41d2-b6cf-fe295136800e, #wrap-s-dc8dd32f-059e-41d2-b6cf-fe295136800e { display:none !important; }}@media (max-width: 767px){#s-dc8dd32f-059e-41d2-b6cf-fe295136800e {
  display: none;
}
#s-dc8dd32f-059e-41d2-b6cf-fe295136800e, #wrap-s-dc8dd32f-059e-41d2-b6cf-fe295136800e { display:none !important; }}
#s-dc8dd32f-059e-41d2-b6cf-fe295136800e .shogun-heading-component h4 {
  color: rgba(241, 7, 7, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 2px;
  text-align: center;
}


#s-dc8dd32f-059e-41d2-b6cf-fe295136800e .shogun-heading-component h4 a {
  color: rgba(241, 7, 7, 1);
}


#s-db1d8ac0-dcc6-43c3-8c18-57068b873bb1 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-db1d8ac0-dcc6-43c3-8c18-57068b873bb1 {
  display: none;
}
#s-db1d8ac0-dcc6-43c3-8c18-57068b873bb1, #wrap-s-db1d8ac0-dcc6-43c3-8c18-57068b873bb1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db1d8ac0-dcc6-43c3-8c18-57068b873bb1 {
  display: none;
}
#s-db1d8ac0-dcc6-43c3-8c18-57068b873bb1, #wrap-s-db1d8ac0-dcc6-43c3-8c18-57068b873bb1 { display:none !important; }}
#s-db1d8ac0-dcc6-43c3-8c18-57068b873bb1 .shogun-heading-component h4 {
  color: rgba(241, 19, 19, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: center;
}


#s-db1d8ac0-dcc6-43c3-8c18-57068b873bb1 .shogun-heading-component h4 a {
  color: rgba(241, 19, 19, 1);
}


#s-16bd5e7e-0388-49c0-8a4d-e4764e2baca4 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-16bd5e7e-0388-49c0-8a4d-e4764e2baca4 {
  
}
}
@media (min-width: 0px) {
[id="s-16bd5e7e-0388-49c0-8a4d-e4764e2baca4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16bd5e7e-0388-49c0-8a4d-e4764e2baca4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-16bd5e7e-0388-49c0-8a4d-e4764e2baca4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-16bd5e7e-0388-49c0-8a4d-e4764e2baca4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-428b5006-5854-4c5e-9bc7-3156c774e4f6 {
  text-align: center;
}
@media (max-width: 767px){#s-428b5006-5854-4c5e-9bc7-3156c774e4f6 {
  margin-bottom: 20px;
}
}






  #s-428b5006-5854-4c5e-9bc7-3156c774e4f6 img.shogun-image {
    

    
    
    
  }


#s-428b5006-5854-4c5e-9bc7-3156c774e4f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-008db9f4-ae30-4a08-b94c-6e7ebcef618d {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-008db9f4-ae30-4a08-b94c-6e7ebcef618d {
  display: none;
}
#s-008db9f4-ae30-4a08-b94c-6e7ebcef618d, #wrap-s-008db9f4-ae30-4a08-b94c-6e7ebcef618d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-008db9f4-ae30-4a08-b94c-6e7ebcef618d {
  display: none;
}
#s-008db9f4-ae30-4a08-b94c-6e7ebcef618d, #wrap-s-008db9f4-ae30-4a08-b94c-6e7ebcef618d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-008db9f4-ae30-4a08-b94c-6e7ebcef618d {
  
}
}@media (max-width: 767px){#s-008db9f4-ae30-4a08-b94c-6e7ebcef618d {
  
}
}
#s-4faeb60c-2296-4dba-8a09-1aef034b1c06 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-4faeb60c-2296-4dba-8a09-1aef034b1c06 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4faeb60c-2296-4dba-8a09-1aef034b1c06 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4faeb60c-2296-4dba-8a09-1aef034b1c06 {
  display: none;
}
#s-4faeb60c-2296-4dba-8a09-1aef034b1c06, #wrap-s-4faeb60c-2296-4dba-8a09-1aef034b1c06 { display:none !important; }}@media (max-width: 767px){#s-4faeb60c-2296-4dba-8a09-1aef034b1c06 {
  display: none;
}
#s-4faeb60c-2296-4dba-8a09-1aef034b1c06, #wrap-s-4faeb60c-2296-4dba-8a09-1aef034b1c06 { display:none !important; }}
#s-426e2689-dcb8-4c5e-a8f6-058237371916 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 0, 18, 1);
border-style: solid;
border-radius: 2px;
max-width: 150px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(69, 69, 69, 1);
}
#s-426e2689-dcb8-4c5e-a8f6-058237371916:hover {background-color: rgba(229, 0, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-426e2689-dcb8-4c5e-a8f6-058237371916:active {background-color: rgba(229, 0, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-426e2689-dcb8-4c5e-a8f6-058237371916-root {
    text-align: center;
  }


#s-426e2689-dcb8-4c5e-a8f6-058237371916.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-426e2689-dcb8-4c5e-a8f6-058237371916-root {
    text-align: center;
  }


#s-426e2689-dcb8-4c5e-a8f6-058237371916.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-426e2689-dcb8-4c5e-a8f6-058237371916-root {
    text-align: center;
  }


#s-426e2689-dcb8-4c5e-a8f6-058237371916.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-426e2689-dcb8-4c5e-a8f6-058237371916-root {
    text-align: center;
  }


#s-426e2689-dcb8-4c5e-a8f6-058237371916.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-426e2689-dcb8-4c5e-a8f6-058237371916-root {
    text-align: center;
  }


#s-426e2689-dcb8-4c5e-a8f6-058237371916.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-5e5bfacf-64b3-48f5-bac2-6714e0bdc2d7 {
  text-align: center;
}
@media (max-width: 767px){#s-5e5bfacf-64b3-48f5-bac2-6714e0bdc2d7 {
  
}
}






  #s-5e5bfacf-64b3-48f5-bac2-6714e0bdc2d7 img.shogun-image {
    

    
    
    
  }


#s-5e5bfacf-64b3-48f5-bac2-6714e0bdc2d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f81dd2d5-a592-4f58-b07d-507bc5db20b9 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-f81dd2d5-a592-4f58-b07d-507bc5db20b9 {
  display: none;
}
#s-f81dd2d5-a592-4f58-b07d-507bc5db20b9, #wrap-s-f81dd2d5-a592-4f58-b07d-507bc5db20b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f81dd2d5-a592-4f58-b07d-507bc5db20b9 {
  display: none;
}
#s-f81dd2d5-a592-4f58-b07d-507bc5db20b9, #wrap-s-f81dd2d5-a592-4f58-b07d-507bc5db20b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f81dd2d5-a592-4f58-b07d-507bc5db20b9 {
  
}
}@media (max-width: 767px){#s-f81dd2d5-a592-4f58-b07d-507bc5db20b9 {
  
}
}
#s-3d7e21d3-21ea-452f-900a-e85aceaf3a60 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-3d7e21d3-21ea-452f-900a-e85aceaf3a60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d7e21d3-21ea-452f-900a-e85aceaf3a60 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d7e21d3-21ea-452f-900a-e85aceaf3a60 {
  display: none;
}
#s-3d7e21d3-21ea-452f-900a-e85aceaf3a60, #wrap-s-3d7e21d3-21ea-452f-900a-e85aceaf3a60 { display:none !important; }}@media (max-width: 767px){#s-3d7e21d3-21ea-452f-900a-e85aceaf3a60 {
  display: none;
}
#s-3d7e21d3-21ea-452f-900a-e85aceaf3a60, #wrap-s-3d7e21d3-21ea-452f-900a-e85aceaf3a60 { display:none !important; }}
#s-690ebbb1-d14f-47a4-b88a-cc7f8440724f {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(229, 0, 18, 1);
border-style: solid;
border-radius: 2px;
max-width: 150px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(69, 69, 69, 1);
}
#s-690ebbb1-d14f-47a4-b88a-cc7f8440724f:hover {background-color: rgba(229, 0, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-690ebbb1-d14f-47a4-b88a-cc7f8440724f:active {background-color: rgba(229, 0, 18, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-690ebbb1-d14f-47a4-b88a-cc7f8440724f-root {
    text-align: center;
  }


#s-690ebbb1-d14f-47a4-b88a-cc7f8440724f.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-690ebbb1-d14f-47a4-b88a-cc7f8440724f-root {
    text-align: center;
  }


#s-690ebbb1-d14f-47a4-b88a-cc7f8440724f.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-690ebbb1-d14f-47a4-b88a-cc7f8440724f-root {
    text-align: center;
  }


#s-690ebbb1-d14f-47a4-b88a-cc7f8440724f.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-690ebbb1-d14f-47a4-b88a-cc7f8440724f-root {
    text-align: center;
  }


#s-690ebbb1-d14f-47a4-b88a-cc7f8440724f.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-690ebbb1-d14f-47a4-b88a-cc7f8440724f-root {
    text-align: center;
  }


#s-690ebbb1-d14f-47a4-b88a-cc7f8440724f.shg-btn {
  color: rgba(69, 69, 69, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e59a7898-7218-4144-8bb4-baa0d65f50d6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 900px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e59a7898-7218-4144-8bb4-baa0d65f50d6 {
  display: none;
}
#s-e59a7898-7218-4144-8bb4-baa0d65f50d6, #wrap-s-e59a7898-7218-4144-8bb4-baa0d65f50d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e59a7898-7218-4144-8bb4-baa0d65f50d6 {
  display: none;
}
#s-e59a7898-7218-4144-8bb4-baa0d65f50d6, #wrap-s-e59a7898-7218-4144-8bb4-baa0d65f50d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e59a7898-7218-4144-8bb4-baa0d65f50d6 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-e59a7898-7218-4144-8bb4-baa0d65f50d6, #wrap-s-e59a7898-7218-4144-8bb4-baa0d65f50d6 { display:none !important; }}@media (max-width: 767px){#s-e59a7898-7218-4144-8bb4-baa0d65f50d6 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-e59a7898-7218-4144-8bb4-baa0d65f50d6, #wrap-s-e59a7898-7218-4144-8bb4-baa0d65f50d6 { display:none !important; }}







#s-e59a7898-7218-4144-8bb4-baa0d65f50d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e59a7898-7218-4144-8bb4-baa0d65f50d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebcd516c-abce-4d28-ac19-8e7374db2f0e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-ebcd516c-abce-4d28-ac19-8e7374db2f0e {
  display: none;
}
#s-ebcd516c-abce-4d28-ac19-8e7374db2f0e, #wrap-s-ebcd516c-abce-4d28-ac19-8e7374db2f0e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebcd516c-abce-4d28-ac19-8e7374db2f0e {
  display: none;
}
#s-ebcd516c-abce-4d28-ac19-8e7374db2f0e, #wrap-s-ebcd516c-abce-4d28-ac19-8e7374db2f0e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebcd516c-abce-4d28-ac19-8e7374db2f0e {
  display: none;
}
#s-ebcd516c-abce-4d28-ac19-8e7374db2f0e, #wrap-s-ebcd516c-abce-4d28-ac19-8e7374db2f0e { display:none !important; }}@media (max-width: 767px){#s-ebcd516c-abce-4d28-ac19-8e7374db2f0e {
  display: none;
}
#s-ebcd516c-abce-4d28-ac19-8e7374db2f0e, #wrap-s-ebcd516c-abce-4d28-ac19-8e7374db2f0e { display:none !important; }}
#s-ebcd516c-abce-4d28-ac19-8e7374db2f0e {
  background-image: url(https://i.shgcdn.com/cd65aecc-f5b0-4557-a843-0332ff1b6378/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ebcd516c-abce-4d28-ac19-8e7374db2f0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebcd516c-abce-4d28-ac19-8e7374db2f0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00e2e868-4a2f-47c7-bf87-f340d4927280 {
  margin-bottom: 70px;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-00e2e868-4a2f-47c7-bf87-f340d4927280"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00e2e868-4a2f-47c7-bf87-f340d4927280"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00e2e868-4a2f-47c7-bf87-f340d4927280"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00e2e868-4a2f-47c7-bf87-f340d4927280"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c86d8ed8-5d59-4ff2-b41c-179fbeb1d83d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-c86d8ed8-5d59-4ff2-b41c-179fbeb1d83d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c86d8ed8-5d59-4ff2-b41c-179fbeb1d83d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff8ad8d8-a6c0-4650-9ee9-2e2d14ad72ef {
  min-height: 350px;
}








#s-ff8ad8d8-a6c0-4650-9ee9-2e2d14ad72ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff8ad8d8-a6c0-4650-9ee9-2e2d14ad72ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-f8bd99fc-8944-421e-9783-c4934bdff761 {
  display: none;
}
#s-f8bd99fc-8944-421e-9783-c4934bdff761, #wrap-s-f8bd99fc-8944-421e-9783-c4934bdff761 { display:none !important; }}@media (max-width: 767px){#s-f8bd99fc-8944-421e-9783-c4934bdff761 {
  display: none;
}
#s-f8bd99fc-8944-421e-9783-c4934bdff761, #wrap-s-f8bd99fc-8944-421e-9783-c4934bdff761 { display:none !important; }}
#s-84daaddd-264f-49eb-a99a-943e29dda6fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-84daaddd-264f-49eb-a99a-943e29dda6fb .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}



@media (min-width: 1200px){#s-4c7451ba-d260-4b60-846e-c5048e438898 {
  display: none;
}
#s-4c7451ba-d260-4b60-846e-c5048e438898, #wrap-s-4c7451ba-d260-4b60-846e-c5048e438898 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c7451ba-d260-4b60-846e-c5048e438898 {
  display: none;
}
#s-4c7451ba-d260-4b60-846e-c5048e438898, #wrap-s-4c7451ba-d260-4b60-846e-c5048e438898 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c7451ba-d260-4b60-846e-c5048e438898 {
  
}
}
/*
  $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}