.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-b600d8bb-631f-4280-ad08-2bee9d7ff6d9 {
  min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}








#s-b600d8bb-631f-4280-ad08-2bee9d7ff6d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b600d8bb-631f-4280-ad08-2bee9d7ff6d9.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-d0151f33-b153-4519-a9a6-992d7ecf0f38 {
  padding-left: 15%;
padding-right: 15%;
}
@media (max-width: 767px){#s-d0151f33-b153-4519-a9a6-992d7ecf0f38 {
  display: none;
}
#s-d0151f33-b153-4519-a9a6-992d7ecf0f38, #wrap-s-d0151f33-b153-4519-a9a6-992d7ecf0f38 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d0151f33-b153-4519-a9a6-992d7ecf0f38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0151f33-b153-4519-a9a6-992d7ecf0f38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0151f33-b153-4519-a9a6-992d7ecf0f38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0151f33-b153-4519-a9a6-992d7ecf0f38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-233d05b7-f9bf-4ee4-bd8a-2131718d3e18 {
  padding-top: 20%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
min-height: 0px;
}








#s-233d05b7-f9bf-4ee4-bd8a-2131718d3e18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-233d05b7-f9bf-4ee4-bd8a-2131718d3e18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-6fb22c85-4268-4c75-b99e-2dee0f578e41 {
  padding-top: 5%;
padding-bottom: 5%;
text-align: left;
}

#s-6fb22c85-4268-4c75-b99e-2dee0f578e41 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



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

.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-b99ff27e-ab93-4dea-8e6c-ba1dd2490cd9 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
max-width: 500px;
text-align: center;
}







  #s-b99ff27e-ab93-4dea-8e6c-ba1dd2490cd9 img.shogun-image {
    

    
    
    
  }


#s-b99ff27e-ab93-4dea-8e6c-ba1dd2490cd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc2275e6-05da-4183-a150-752e80fdaf20 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-dc2275e6-05da-4183-a150-752e80fdaf20 {
  display: none;
}
#s-dc2275e6-05da-4183-a150-752e80fdaf20, #wrap-s-dc2275e6-05da-4183-a150-752e80fdaf20 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc2275e6-05da-4183-a150-752e80fdaf20 {
  display: none;
}
#s-dc2275e6-05da-4183-a150-752e80fdaf20, #wrap-s-dc2275e6-05da-4183-a150-752e80fdaf20 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc2275e6-05da-4183-a150-752e80fdaf20 {
  display: none;
}
#s-dc2275e6-05da-4183-a150-752e80fdaf20, #wrap-s-dc2275e6-05da-4183-a150-752e80fdaf20 { display:none !important; }}
@media (min-width: 0px) {
[id="s-dc2275e6-05da-4183-a150-752e80fdaf20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc2275e6-05da-4183-a150-752e80fdaf20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc2275e6-05da-4183-a150-752e80fdaf20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc2275e6-05da-4183-a150-752e80fdaf20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-67292164-9f18-47bb-a416-cb865d6ede0a {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 0px;
}








#s-67292164-9f18-47bb-a416-cb865d6ede0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67292164-9f18-47bb-a416-cb865d6ede0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d2f213d-560b-4b06-9548-1f7447415e65 {
  padding-top: 5%;
padding-bottom: 5%;
text-align: left;
}

#s-2d2f213d-560b-4b06-9548-1f7447415e65 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-f0dd92d0-d613-45de-a289-9bd260a011e4 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
max-width: 500px;
text-align: center;
}







  #s-f0dd92d0-d613-45de-a289-9bd260a011e4 img.shogun-image {
    

    
    
    
  }


#s-f0dd92d0-d613-45de-a289-9bd260a011e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc030eb8-8296-43d7-9dc8-cbdd6d8276cb {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-fc030eb8-8296-43d7-9dc8-cbdd6d8276cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc030eb8-8296-43d7-9dc8-cbdd6d8276cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-268f8b3a-d614-45bf-9ee5-4bb6235db376 {
  display: none;
}
#s-268f8b3a-d614-45bf-9ee5-4bb6235db376, #wrap-s-268f8b3a-d614-45bf-9ee5-4bb6235db376 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-268f8b3a-d614-45bf-9ee5-4bb6235db376 {
  display: none;
}
#s-268f8b3a-d614-45bf-9ee5-4bb6235db376, #wrap-s-268f8b3a-d614-45bf-9ee5-4bb6235db376 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-268f8b3a-d614-45bf-9ee5-4bb6235db376 {
  display: none;
}
#s-268f8b3a-d614-45bf-9ee5-4bb6235db376, #wrap-s-268f8b3a-d614-45bf-9ee5-4bb6235db376 { display:none !important; }}
@media (min-width: 0px) {
[id="s-268f8b3a-d614-45bf-9ee5-4bb6235db376"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-268f8b3a-d614-45bf-9ee5-4bb6235db376"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-268f8b3a-d614-45bf-9ee5-4bb6235db376"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-268f8b3a-d614-45bf-9ee5-4bb6235db376"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-96e8127b-4d3c-4d98-bf74-1599abab4cdd {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 50px;
text-align: center;
}







  #s-96e8127b-4d3c-4d98-bf74-1599abab4cdd img.shogun-image {
    

    
    
    
  }


#s-96e8127b-4d3c-4d98-bf74-1599abab4cdd .shogun-image-content {
  
    align-items: center;
  
}

#s-a277b161-a468-465a-84f3-cb8ef2195321 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 50px;
text-align: center;
}







  #s-a277b161-a468-465a-84f3-cb8ef2195321 img.shogun-image {
    

    
    
    
  }


#s-a277b161-a468-465a-84f3-cb8ef2195321 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec0977b7-8b8d-4cfa-9b42-67aeac3706a0 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 60px;
text-align: center;
}







  #s-ec0977b7-8b8d-4cfa-9b42-67aeac3706a0 img.shogun-image {
    

    
    
    
  }


#s-ec0977b7-8b8d-4cfa-9b42-67aeac3706a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-463247ec-fe75-46f5-8727-cb6a3822d5c1 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 50px;
text-align: center;
}







  #s-463247ec-fe75-46f5-8727-cb6a3822d5c1 img.shogun-image {
    

    
    
    
  }


#s-463247ec-fe75-46f5-8727-cb6a3822d5c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bc7800f-5c60-4c09-99e3-d5322b9b9a72 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 50px;
text-align: center;
}







  #s-5bc7800f-5c60-4c09-99e3-d5322b9b9a72 img.shogun-image {
    

    
    
    
  }


#s-5bc7800f-5c60-4c09-99e3-d5322b9b9a72 .shogun-image-content {
  
    align-items: center;
  
}

#s-d59b66d6-cdc5-4af0-bfc3-83f00f92c4cd {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 50px;
text-align: center;
}







  #s-d59b66d6-cdc5-4af0-bfc3-83f00f92c4cd img.shogun-image {
    

    
    
    
  }


#s-d59b66d6-cdc5-4af0-bfc3-83f00f92c4cd .shogun-image-content {
  
    align-items: center;
  
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

@media (max-width: 767px){#s-af0a0cb3-e943-44c0-baba-0b2c86ea9ddf {
  display: none;
}
#s-af0a0cb3-e943-44c0-baba-0b2c86ea9ddf, #wrap-s-af0a0cb3-e943-44c0-baba-0b2c86ea9ddf { display:none !important; }}
#s-af0a0cb3-e943-44c0-baba-0b2c86ea9ddf .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-af0a0cb3-e943-44c0-baba-0b2c86ea9ddf table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-af0a0cb3-e943-44c0-baba-0b2c86ea9ddf td.shogun-table-column {
  background-color: rgba(248, 249, 250, 1);
  padding: 5px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-af0a0cb3-e943-44c0-baba-0b2c86ea9ddf td.shogun-table-row {
  background-color: rgba(248, 249, 250, 1);
  padding: 20px;
}

#s-af0a0cb3-e943-44c0-baba-0b2c86ea9ddf td.shogun-table-column, #s-af0a0cb3-e943-44c0-baba-0b2c86ea9ddf td.shogun-table-row {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-411689d6-5f29-4158-bfd5-230a6fde4d26 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 50px;
text-align: center;
}







  #s-411689d6-5f29-4158-bfd5-230a6fde4d26 img.shogun-image {
    

    
    
    
  }


#s-411689d6-5f29-4158-bfd5-230a6fde4d26 .shogun-image-content {
  
    align-items: center;
  
}

#s-57e18c76-70e9-4c5f-ad54-66c77c598095 {
  padding-top: 20%;
padding-bottom: 5%;
max-width: 40px;
text-align: center;
}







  #s-57e18c76-70e9-4c5f-ad54-66c77c598095 img.shogun-image {
    

    
    
    
  }


#s-57e18c76-70e9-4c5f-ad54-66c77c598095 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0667fc1-f36d-4205-803d-b1248bd45ff6 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 50px;
text-align: center;
}







  #s-b0667fc1-f36d-4205-803d-b1248bd45ff6 img.shogun-image {
    

    
    
    
  }


#s-b0667fc1-f36d-4205-803d-b1248bd45ff6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b7b18d1-dde1-49ea-b6d9-669c4a97e829 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 50px;
text-align: center;
}







  #s-5b7b18d1-dde1-49ea-b6d9-669c4a97e829 img.shogun-image {
    

    
    
    
  }


#s-5b7b18d1-dde1-49ea-b6d9-669c4a97e829 .shogun-image-content {
  
    align-items: center;
  
}

#s-08d55cc6-3917-4147-8f59-91751b7d857c {
  padding-top: 10%;
padding-bottom: 5%;
max-width: 60px;
text-align: center;
}







  #s-08d55cc6-3917-4147-8f59-91751b7d857c img.shogun-image {
    

    
    
    
  }


#s-08d55cc6-3917-4147-8f59-91751b7d857c .shogun-image-content {
  
    align-items: center;
  
}

#s-69712ba6-2188-48f1-a651-3ac35e8f9524 {
  padding-top: 10%;
padding-bottom: 5%;
max-width: 60px;
text-align: center;
}







  #s-69712ba6-2188-48f1-a651-3ac35e8f9524 img.shogun-image {
    

    
    
    
  }


#s-69712ba6-2188-48f1-a651-3ac35e8f9524 .shogun-image-content {
  
    align-items: center;
  
}

#s-d464bd70-5f46-46fc-8ba1-4f71e925c5a6 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 50px;
text-align: center;
}







  #s-d464bd70-5f46-46fc-8ba1-4f71e925c5a6 img.shogun-image {
    

    
    
    
  }


#s-d464bd70-5f46-46fc-8ba1-4f71e925c5a6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-ee730089-ac07-4949-8b16-313d45e077b9 {
  display: none;
}
#s-ee730089-ac07-4949-8b16-313d45e077b9, #wrap-s-ee730089-ac07-4949-8b16-313d45e077b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee730089-ac07-4949-8b16-313d45e077b9 {
  display: none;
}
#s-ee730089-ac07-4949-8b16-313d45e077b9, #wrap-s-ee730089-ac07-4949-8b16-313d45e077b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee730089-ac07-4949-8b16-313d45e077b9 {
  display: none;
}
#s-ee730089-ac07-4949-8b16-313d45e077b9, #wrap-s-ee730089-ac07-4949-8b16-313d45e077b9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ee730089-ac07-4949-8b16-313d45e077b9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ee730089-ac07-4949-8b16-313d45e077b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee730089-ac07-4949-8b16-313d45e077b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee730089-ac07-4949-8b16-313d45e077b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-353aee53-fc9a-44e2-9e44-f96379634e21 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 50px;
text-align: center;
}







  #s-353aee53-fc9a-44e2-9e44-f96379634e21 img.shogun-image {
    

    
    
    
  }


#s-353aee53-fc9a-44e2-9e44-f96379634e21 .shogun-image-content {
  
    align-items: center;
  
}

#s-5393c983-4b8f-4400-adb2-b8e8325c0d54 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5393c983-4b8f-4400-adb2-b8e8325c0d54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5393c983-4b8f-4400-adb2-b8e8325c0d54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a141818-aabc-4a81-a686-96391e59c0a0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7a141818-aabc-4a81-a686-96391e59c0a0 {
  display: none;
}
#s-7a141818-aabc-4a81-a686-96391e59c0a0, #wrap-s-7a141818-aabc-4a81-a686-96391e59c0a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a141818-aabc-4a81-a686-96391e59c0a0 {
  display: none;
}
#s-7a141818-aabc-4a81-a686-96391e59c0a0, #wrap-s-7a141818-aabc-4a81-a686-96391e59c0a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a141818-aabc-4a81-a686-96391e59c0a0 {
  display: none;
}
#s-7a141818-aabc-4a81-a686-96391e59c0a0, #wrap-s-7a141818-aabc-4a81-a686-96391e59c0a0 { display:none !important; }}







#s-7a141818-aabc-4a81-a686-96391e59c0a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a141818-aabc-4a81-a686-96391e59c0a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d15a57a0-a0cc-42aa-964d-adec94f006bb {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-d15a57a0-a0cc-42aa-964d-adec94f006bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d15a57a0-a0cc-42aa-964d-adec94f006bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d15a57a0-a0cc-42aa-964d-adec94f006bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d15a57a0-a0cc-42aa-964d-adec94f006bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c3d5b3d8-031e-4132-a882-b969de4d43b8 {
  max-width: 73px;
text-align: center;
}







  #s-c3d5b3d8-031e-4132-a882-b969de4d43b8 img.shogun-image {
    

    
    
    
  }


#s-c3d5b3d8-031e-4132-a882-b969de4d43b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f6efdb9-26dd-48f1-91a1-2ad814cd9b61 {
  padding-top: 5%;
padding-bottom: 0%;
}

#s-8567ca6d-d85b-468c-93d5-2f86448d1407 {
  padding-left: 5%;
padding-right: 5%;
}

#s-687e983b-a01e-4630-a69a-41019e3b1f30 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-687e983b-a01e-4630-a69a-41019e3b1f30 {
  display: none;
}
#s-687e983b-a01e-4630-a69a-41019e3b1f30, #wrap-s-687e983b-a01e-4630-a69a-41019e3b1f30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-687e983b-a01e-4630-a69a-41019e3b1f30 {
  display: none;
}
#s-687e983b-a01e-4630-a69a-41019e3b1f30, #wrap-s-687e983b-a01e-4630-a69a-41019e3b1f30 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-687e983b-a01e-4630-a69a-41019e3b1f30 {
  display: none;
}
#s-687e983b-a01e-4630-a69a-41019e3b1f30, #wrap-s-687e983b-a01e-4630-a69a-41019e3b1f30 { display:none !important; }}







#s-687e983b-a01e-4630-a69a-41019e3b1f30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-687e983b-a01e-4630-a69a-41019e3b1f30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bb3fa2a-0329-41e7-a647-0755a633321d {
  max-width: 70px;
text-align: center;
}







  #s-7bb3fa2a-0329-41e7-a647-0755a633321d img.shogun-image {
    

    
    
    
  }


#s-7bb3fa2a-0329-41e7-a647-0755a633321d .shogun-image-content {
  
    align-items: center;
  
}

#s-0be72b43-71db-45f1-b397-95191d0dfe17 {
  padding-top: 5%;
padding-bottom: 0%;
}

#s-030ce322-a2f0-43ba-a11a-8ab59d8e69d6 {
  padding-left: 5%;
padding-right: 5%;
}

#s-b84f3bb5-d35a-4a40-af5a-4f524906e498 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b84f3bb5-d35a-4a40-af5a-4f524906e498 {
  display: none;
}
#s-b84f3bb5-d35a-4a40-af5a-4f524906e498, #wrap-s-b84f3bb5-d35a-4a40-af5a-4f524906e498 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b84f3bb5-d35a-4a40-af5a-4f524906e498 {
  display: none;
}
#s-b84f3bb5-d35a-4a40-af5a-4f524906e498, #wrap-s-b84f3bb5-d35a-4a40-af5a-4f524906e498 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b84f3bb5-d35a-4a40-af5a-4f524906e498 {
  display: none;
}
#s-b84f3bb5-d35a-4a40-af5a-4f524906e498, #wrap-s-b84f3bb5-d35a-4a40-af5a-4f524906e498 { display:none !important; }}







#s-b84f3bb5-d35a-4a40-af5a-4f524906e498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b84f3bb5-d35a-4a40-af5a-4f524906e498.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ea72268-6012-4659-a3c6-59b56ef4daf4 {
  max-width: 28px;
text-align: center;
}







  #s-4ea72268-6012-4659-a3c6-59b56ef4daf4 img.shogun-image {
    

    
    
    
  }


#s-4ea72268-6012-4659-a3c6-59b56ef4daf4 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fd2e00e-d6c7-46b1-9a96-4c889a3c53a2 {
  padding-top: 5%;
padding-bottom: 0%;
}

#s-100a2288-b4de-4c21-ad12-121d1d822f1f {
  padding-left: 5%;
padding-right: 5%;
}

#s-46b2eb22-1777-404b-8e3e-ad49c7b6828e {
  padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 50px;
}








#s-46b2eb22-1777-404b-8e3e-ad49c7b6828e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46b2eb22-1777-404b-8e3e-ad49c7b6828e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4b1e5f2-a4f9-4c36-829c-337edbf364ae {
  padding-bottom: 5%;
text-align: center;
}

#s-f4b1e5f2-a4f9-4c36-829c-337edbf364ae .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-5443ac1f-6d98-4a0d-b2bb-ca3374b1e6b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5443ac1f-6d98-4a0d-b2bb-ca3374b1e6b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5443ac1f-6d98-4a0d-b2bb-ca3374b1e6b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5443ac1f-6d98-4a0d-b2bb-ca3374b1e6b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c4c28c89-51ac-4d43-9bea-eed06e3c6beb {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 55px;
text-align: center;
}







  #s-c4c28c89-51ac-4d43-9bea-eed06e3c6beb img.shogun-image {
    

    
    
    
  }


#s-c4c28c89-51ac-4d43-9bea-eed06e3c6beb .shogun-image-content {
  
    align-items: center;
  
}

#s-b3a522e5-4e8a-4b86-a9b8-a5e10a4ddac5 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 60px;
text-align: center;
}







  #s-b3a522e5-4e8a-4b86-a9b8-a5e10a4ddac5 img.shogun-image {
    

    
    
    
  }


#s-b3a522e5-4e8a-4b86-a9b8-a5e10a4ddac5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e368248-8740-46a7-9c76-4f64ab838382 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 60px;
text-align: center;
}







  #s-0e368248-8740-46a7-9c76-4f64ab838382 img.shogun-image {
    

    
    
    
  }


#s-0e368248-8740-46a7-9c76-4f64ab838382 .shogun-image-content {
  
    align-items: center;
  
}

#s-9cb73d80-b1a3-46db-ab34-a732a5a5d2a6 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 60px;
text-align: center;
}







  #s-9cb73d80-b1a3-46db-ab34-a732a5a5d2a6 img.shogun-image {
    

    
    
    
  }


#s-9cb73d80-b1a3-46db-ab34-a732a5a5d2a6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-13c141a0-6492-4066-9404-66dc49bf1b5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-13c141a0-6492-4066-9404-66dc49bf1b5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-13c141a0-6492-4066-9404-66dc49bf1b5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-13c141a0-6492-4066-9404-66dc49bf1b5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8274c611-6b0a-44ba-8969-fa452396e66e {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 55px;
text-align: center;
}







  #s-8274c611-6b0a-44ba-8969-fa452396e66e img.shogun-image {
    

    
    
    
  }


#s-8274c611-6b0a-44ba-8969-fa452396e66e .shogun-image-content {
  
    align-items: center;
  
}

#s-3ef4da8d-ad0b-402a-a277-79838ba61b57 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 60px;
text-align: center;
}







  #s-3ef4da8d-ad0b-402a-a277-79838ba61b57 img.shogun-image {
    

    
    
    
  }


#s-3ef4da8d-ad0b-402a-a277-79838ba61b57 .shogun-image-content {
  
    align-items: center;
  
}

#s-307532f0-e847-411d-9a91-4b1a7f9da9b3 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 60px;
text-align: center;
}







  #s-307532f0-e847-411d-9a91-4b1a7f9da9b3 img.shogun-image {
    

    
    
    
  }


#s-307532f0-e847-411d-9a91-4b1a7f9da9b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-305fcb4a-1162-4018-be26-7d33e6cd3323 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 60px;
text-align: center;
}







  #s-305fcb4a-1162-4018-be26-7d33e6cd3323 img.shogun-image {
    

    
    
    
  }


#s-305fcb4a-1162-4018-be26-7d33e6cd3323 .shogun-image-content {
  
    align-items: center;
  
}

#s-96fbae96-d48b-4b66-890a-97fd52ea937d {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}








#s-96fbae96-d48b-4b66-890a-97fd52ea937d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96fbae96-d48b-4b66-890a-97fd52ea937d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5952c4d6-3cf0-470b-b284-69febbeea66a {
  padding-bottom: 5%;
text-align: center;
}

#s-5952c4d6-3cf0-470b-b284-69febbeea66a .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (max-width: 767px){#s-11320630-f844-492a-8faf-08ebca52b2ef {
  display: none;
}
#s-11320630-f844-492a-8faf-08ebca52b2ef, #wrap-s-11320630-f844-492a-8faf-08ebca52b2ef { display:none !important; }}
@media (min-width: 0px) {
[id="s-11320630-f844-492a-8faf-08ebca52b2ef"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-11320630-f844-492a-8faf-08ebca52b2ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-11320630-f844-492a-8faf-08ebca52b2ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-11320630-f844-492a-8faf-08ebca52b2ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c6305823-de9f-4a96-901b-33981cbd288e {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-c6305823-de9f-4a96-901b-33981cbd288e img.shogun-image {
    

    
    
    
  }


#s-c6305823-de9f-4a96-901b-33981cbd288e .shogun-image-content {
  
    align-items: center;
  
}

#s-81bf1edb-d42f-4cf3-97ff-18af1e664159 {
  padding-left: 5%;
padding-right: 5%;
}

#s-91f3cb3e-ef28-4164-912c-ada293b02f77 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-91f3cb3e-ef28-4164-912c-ada293b02f77 img.shogun-image {
    

    
    
    
  }


#s-91f3cb3e-ef28-4164-912c-ada293b02f77 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2e64c5b-470f-44f7-9a32-163fe7ab97e3 {
  padding-left: 5%;
padding-right: 5%;
}

#s-ba0167b3-37ef-4b9d-8894-87ee21e8b8b1 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-ba0167b3-37ef-4b9d-8894-87ee21e8b8b1 img.shogun-image {
    

    
    
    
  }


#s-ba0167b3-37ef-4b9d-8894-87ee21e8b8b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dc308f7-196b-4ead-84df-9187eeb0711d {
  padding-left: 5%;
padding-right: 5%;
}

#s-c0e2e958-f721-4c64-9cb1-37b59e63fa41 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (max-width: 767px){#s-c0e2e958-f721-4c64-9cb1-37b59e63fa41 {
  display: none;
}
#s-c0e2e958-f721-4c64-9cb1-37b59e63fa41, #wrap-s-c0e2e958-f721-4c64-9cb1-37b59e63fa41 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c0e2e958-f721-4c64-9cb1-37b59e63fa41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0e2e958-f721-4c64-9cb1-37b59e63fa41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c0e2e958-f721-4c64-9cb1-37b59e63fa41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0e2e958-f721-4c64-9cb1-37b59e63fa41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-48b9cae2-1e85-4a0f-860d-a1fe0271438f {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-48b9cae2-1e85-4a0f-860d-a1fe0271438f img.shogun-image {
    

    
    
    
  }


#s-48b9cae2-1e85-4a0f-860d-a1fe0271438f .shogun-image-content {
  
    align-items: center;
  
}

#s-4b84b119-3a03-4f18-8a74-cde82851a8cb {
  padding-left: 5%;
padding-right: 5%;
}

#s-8496f706-17e4-48f3-8257-e05f427db3f8 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-8496f706-17e4-48f3-8257-e05f427db3f8 img.shogun-image {
    

    
    
    
  }


#s-8496f706-17e4-48f3-8257-e05f427db3f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c168e4f-6f2b-40a8-a9df-52f4b062b394 {
  padding-left: 5%;
padding-right: 5%;
}

#s-ba06ae83-0333-4af1-889c-9981f0d3c737 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-ba06ae83-0333-4af1-889c-9981f0d3c737 img.shogun-image {
    

    
    
    
  }


#s-ba06ae83-0333-4af1-889c-9981f0d3c737 .shogun-image-content {
  
    align-items: center;
  
}

#s-159006d3-5ed3-4ea2-9063-ef7682b7e0ba {
  padding-left: 5%;
padding-right: 5%;
}

#s-b9ffeea2-b1b3-478a-b589-29b09f38e201 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (max-width: 767px){#s-b9ffeea2-b1b3-478a-b589-29b09f38e201 {
  display: none;
}
#s-b9ffeea2-b1b3-478a-b589-29b09f38e201, #wrap-s-b9ffeea2-b1b3-478a-b589-29b09f38e201 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b9ffeea2-b1b3-478a-b589-29b09f38e201"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9ffeea2-b1b3-478a-b589-29b09f38e201"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b9ffeea2-b1b3-478a-b589-29b09f38e201"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9ffeea2-b1b3-478a-b589-29b09f38e201"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fdbbf99d-c6ce-4d14-91db-506502002648 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-fdbbf99d-c6ce-4d14-91db-506502002648 img.shogun-image {
    

    
    
    
  }


#s-fdbbf99d-c6ce-4d14-91db-506502002648 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0248a51-6931-4740-9840-053a55f1f6d5 {
  padding-left: 5%;
padding-right: 5%;
}

#s-6358341f-6f6d-49c3-b222-a48fef1217a3 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-6358341f-6f6d-49c3-b222-a48fef1217a3 img.shogun-image {
    

    
    
    
  }


#s-6358341f-6f6d-49c3-b222-a48fef1217a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3efd161-a519-4341-97cd-acab0c2fb7ad {
  padding-left: 5%;
padding-right: 5%;
}

#s-87510509-6df8-4d0d-96b8-aaeeb2fa1273 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-87510509-6df8-4d0d-96b8-aaeeb2fa1273 img.shogun-image {
    

    
    
    
  }


#s-87510509-6df8-4d0d-96b8-aaeeb2fa1273 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1889902-9098-4007-a1e7-8fefcebcde8e {
  padding-left: 5%;
padding-right: 5%;
}

#s-3deff71d-de75-4d08-a410-c7531550c005 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (max-width: 767px){#s-3deff71d-de75-4d08-a410-c7531550c005 {
  display: none;
}
#s-3deff71d-de75-4d08-a410-c7531550c005, #wrap-s-3deff71d-de75-4d08-a410-c7531550c005 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3deff71d-de75-4d08-a410-c7531550c005"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3deff71d-de75-4d08-a410-c7531550c005"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3deff71d-de75-4d08-a410-c7531550c005"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3deff71d-de75-4d08-a410-c7531550c005"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-78c815e9-d2e9-4523-9557-255cc303b36f {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-78c815e9-d2e9-4523-9557-255cc303b36f img.shogun-image {
    

    
    
    
  }


#s-78c815e9-d2e9-4523-9557-255cc303b36f .shogun-image-content {
  
    align-items: center;
  
}

#s-6b389ee2-c450-4075-a089-d6289398e24a {
  padding-left: 5%;
padding-right: 5%;
}

#s-1eb011a8-25d0-47b8-9259-d44a2a91668c {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-1eb011a8-25d0-47b8-9259-d44a2a91668c img.shogun-image {
    

    
    
    
  }


#s-1eb011a8-25d0-47b8-9259-d44a2a91668c .shogun-image-content {
  
    align-items: center;
  
}

#s-252adf7e-bb31-4d70-81da-03703c244c2e {
  padding-left: 5%;
padding-right: 5%;
}

#s-65194ff6-2d78-4a5b-9955-6582e04ef026 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-65194ff6-2d78-4a5b-9955-6582e04ef026 img.shogun-image {
    

    
    
    
  }


#s-65194ff6-2d78-4a5b-9955-6582e04ef026 .shogun-image-content {
  
    align-items: center;
  
}

#s-48e7768f-28c0-4dc8-8e0e-c517f06cd652 {
  padding-left: 5%;
padding-right: 5%;
}

#s-a9c93753-5580-4965-847d-f299d856c726 {
  margin-top: 5%;
margin-bottom: 5%;
}
@media (min-width: 1200px){#s-a9c93753-5580-4965-847d-f299d856c726 {
  display: none;
}
#s-a9c93753-5580-4965-847d-f299d856c726, #wrap-s-a9c93753-5580-4965-847d-f299d856c726 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9c93753-5580-4965-847d-f299d856c726 {
  display: none;
}
#s-a9c93753-5580-4965-847d-f299d856c726, #wrap-s-a9c93753-5580-4965-847d-f299d856c726 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a9c93753-5580-4965-847d-f299d856c726 {
  display: none;
}
#s-a9c93753-5580-4965-847d-f299d856c726, #wrap-s-a9c93753-5580-4965-847d-f299d856c726 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a9c93753-5580-4965-847d-f299d856c726"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a9c93753-5580-4965-847d-f299d856c726"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a9c93753-5580-4965-847d-f299d856c726"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9c93753-5580-4965-847d-f299d856c726"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-afcb19c0-297a-4f4d-a59c-b9dfd4295400 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-afcb19c0-297a-4f4d-a59c-b9dfd4295400 img.shogun-image {
    

    
    
    
  }


#s-afcb19c0-297a-4f4d-a59c-b9dfd4295400 .shogun-image-content {
  
    align-items: center;
  
}

#s-06b262ba-ad68-4010-8dfd-9a0ae40f746a {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-06b262ba-ad68-4010-8dfd-9a0ae40f746a img.shogun-image {
    

    
    
    
  }


#s-06b262ba-ad68-4010-8dfd-9a0ae40f746a .shogun-image-content {
  
    align-items: center;
  
}

#s-7b56ea60-3637-44ba-b82f-93a1c9a91bae {
  margin-top: 5%;
margin-bottom: 5%;
}
@media (min-width: 1200px){#s-7b56ea60-3637-44ba-b82f-93a1c9a91bae {
  display: none;
}
#s-7b56ea60-3637-44ba-b82f-93a1c9a91bae, #wrap-s-7b56ea60-3637-44ba-b82f-93a1c9a91bae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b56ea60-3637-44ba-b82f-93a1c9a91bae {
  display: none;
}
#s-7b56ea60-3637-44ba-b82f-93a1c9a91bae, #wrap-s-7b56ea60-3637-44ba-b82f-93a1c9a91bae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b56ea60-3637-44ba-b82f-93a1c9a91bae {
  display: none;
}
#s-7b56ea60-3637-44ba-b82f-93a1c9a91bae, #wrap-s-7b56ea60-3637-44ba-b82f-93a1c9a91bae { display:none !important; }}
@media (min-width: 0px) {
[id="s-7b56ea60-3637-44ba-b82f-93a1c9a91bae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7b56ea60-3637-44ba-b82f-93a1c9a91bae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b56ea60-3637-44ba-b82f-93a1c9a91bae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b56ea60-3637-44ba-b82f-93a1c9a91bae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6d905185-9436-4ab5-beb9-64c23e4a7e23 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-6d905185-9436-4ab5-beb9-64c23e4a7e23 img.shogun-image {
    

    
    
    
  }


#s-6d905185-9436-4ab5-beb9-64c23e4a7e23 .shogun-image-content {
  
    align-items: center;
  
}

#s-16c85792-7ad8-4b62-abc2-877c46590e07 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-16c85792-7ad8-4b62-abc2-877c46590e07 img.shogun-image {
    

    
    
    
  }


#s-16c85792-7ad8-4b62-abc2-877c46590e07 .shogun-image-content {
  
    align-items: center;
  
}

#s-d816796d-0835-49af-ae3a-dc2b930858a8 {
  margin-top: 5%;
margin-bottom: 5%;
}
@media (min-width: 1200px){#s-d816796d-0835-49af-ae3a-dc2b930858a8 {
  display: none;
}
#s-d816796d-0835-49af-ae3a-dc2b930858a8, #wrap-s-d816796d-0835-49af-ae3a-dc2b930858a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d816796d-0835-49af-ae3a-dc2b930858a8 {
  display: none;
}
#s-d816796d-0835-49af-ae3a-dc2b930858a8, #wrap-s-d816796d-0835-49af-ae3a-dc2b930858a8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d816796d-0835-49af-ae3a-dc2b930858a8 {
  display: none;
}
#s-d816796d-0835-49af-ae3a-dc2b930858a8, #wrap-s-d816796d-0835-49af-ae3a-dc2b930858a8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d816796d-0835-49af-ae3a-dc2b930858a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d816796d-0835-49af-ae3a-dc2b930858a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d816796d-0835-49af-ae3a-dc2b930858a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d816796d-0835-49af-ae3a-dc2b930858a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-29dfd47b-4413-4e49-834e-592c16121aab {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-29dfd47b-4413-4e49-834e-592c16121aab img.shogun-image {
    

    
    
    
  }


#s-29dfd47b-4413-4e49-834e-592c16121aab .shogun-image-content {
  
    align-items: center;
  
}

#s-22f798c0-b340-4ed3-92e4-98de646ee799 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-22f798c0-b340-4ed3-92e4-98de646ee799 img.shogun-image {
    

    
    
    
  }


#s-22f798c0-b340-4ed3-92e4-98de646ee799 .shogun-image-content {
  
    align-items: center;
  
}

#s-1df46d1c-69c6-4c6f-b777-ce3fd84c09c8 {
  margin-top: 5%;
margin-bottom: 5%;
}
@media (min-width: 1200px){#s-1df46d1c-69c6-4c6f-b777-ce3fd84c09c8 {
  display: none;
}
#s-1df46d1c-69c6-4c6f-b777-ce3fd84c09c8, #wrap-s-1df46d1c-69c6-4c6f-b777-ce3fd84c09c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1df46d1c-69c6-4c6f-b777-ce3fd84c09c8 {
  display: none;
}
#s-1df46d1c-69c6-4c6f-b777-ce3fd84c09c8, #wrap-s-1df46d1c-69c6-4c6f-b777-ce3fd84c09c8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1df46d1c-69c6-4c6f-b777-ce3fd84c09c8 {
  display: none;
}
#s-1df46d1c-69c6-4c6f-b777-ce3fd84c09c8, #wrap-s-1df46d1c-69c6-4c6f-b777-ce3fd84c09c8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1df46d1c-69c6-4c6f-b777-ce3fd84c09c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1df46d1c-69c6-4c6f-b777-ce3fd84c09c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1df46d1c-69c6-4c6f-b777-ce3fd84c09c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1df46d1c-69c6-4c6f-b777-ce3fd84c09c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70fb9c2b-3b08-4209-b3ca-9150f7041866 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-70fb9c2b-3b08-4209-b3ca-9150f7041866 img.shogun-image {
    

    
    
    
  }


#s-70fb9c2b-3b08-4209-b3ca-9150f7041866 .shogun-image-content {
  
    align-items: center;
  
}

#s-42986501-b1d0-4a58-a88e-cf24a99ffa71 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-42986501-b1d0-4a58-a88e-cf24a99ffa71 img.shogun-image {
    

    
    
    
  }


#s-42986501-b1d0-4a58-a88e-cf24a99ffa71 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7a1313f-c389-4438-951b-d13ee82d1f5c {
  margin-top: 5%;
margin-bottom: 5%;
}
@media (min-width: 1200px){#s-a7a1313f-c389-4438-951b-d13ee82d1f5c {
  display: none;
}
#s-a7a1313f-c389-4438-951b-d13ee82d1f5c, #wrap-s-a7a1313f-c389-4438-951b-d13ee82d1f5c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7a1313f-c389-4438-951b-d13ee82d1f5c {
  display: none;
}
#s-a7a1313f-c389-4438-951b-d13ee82d1f5c, #wrap-s-a7a1313f-c389-4438-951b-d13ee82d1f5c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7a1313f-c389-4438-951b-d13ee82d1f5c {
  display: none;
}
#s-a7a1313f-c389-4438-951b-d13ee82d1f5c, #wrap-s-a7a1313f-c389-4438-951b-d13ee82d1f5c { display:none !important; }}
@media (min-width: 0px) {
[id="s-a7a1313f-c389-4438-951b-d13ee82d1f5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a7a1313f-c389-4438-951b-d13ee82d1f5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7a1313f-c389-4438-951b-d13ee82d1f5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7a1313f-c389-4438-951b-d13ee82d1f5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4391fbec-67ab-4f50-b90b-bd9eb3e162e8 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-4391fbec-67ab-4f50-b90b-bd9eb3e162e8 img.shogun-image {
    

    
    
    
  }


#s-4391fbec-67ab-4f50-b90b-bd9eb3e162e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ac3e52d-ea8e-4cf5-ad06-32bc60538fad {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-8ac3e52d-ea8e-4cf5-ad06-32bc60538fad img.shogun-image {
    

    
    
    
  }


#s-8ac3e52d-ea8e-4cf5-ad06-32bc60538fad .shogun-image-content {
  
    align-items: center;
  
}

#s-5bc36371-57c5-4484-958d-6122e3308e71 {
  margin-top: 5%;
margin-bottom: 5%;
}
@media (min-width: 1200px){#s-5bc36371-57c5-4484-958d-6122e3308e71 {
  display: none;
}
#s-5bc36371-57c5-4484-958d-6122e3308e71, #wrap-s-5bc36371-57c5-4484-958d-6122e3308e71 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5bc36371-57c5-4484-958d-6122e3308e71 {
  display: none;
}
#s-5bc36371-57c5-4484-958d-6122e3308e71, #wrap-s-5bc36371-57c5-4484-958d-6122e3308e71 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5bc36371-57c5-4484-958d-6122e3308e71 {
  display: none;
}
#s-5bc36371-57c5-4484-958d-6122e3308e71, #wrap-s-5bc36371-57c5-4484-958d-6122e3308e71 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5bc36371-57c5-4484-958d-6122e3308e71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5bc36371-57c5-4484-958d-6122e3308e71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bc36371-57c5-4484-958d-6122e3308e71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bc36371-57c5-4484-958d-6122e3308e71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6ec3be52-5973-44ac-ab3f-67b81b6cfb86 {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-6ec3be52-5973-44ac-ab3f-67b81b6cfb86 img.shogun-image {
    

    
    
    
  }


#s-6ec3be52-5973-44ac-ab3f-67b81b6cfb86 .shogun-image-content {
  
    align-items: center;
  
}

#s-3058a7dd-b8e5-4bec-b781-43ed37ef017c {
  padding-top: 5%;
padding-bottom: 5%;
max-width: 200px;
text-align: center;
}







  #s-3058a7dd-b8e5-4bec-b781-43ed37ef017c img.shogun-image {
    

    
    
    
  }


#s-3058a7dd-b8e5-4bec-b781-43ed37ef017c .shogun-image-content {
  
    align-items: center;
  
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-65593244-1b1a-45be-8a69-2319474389eb {
  padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
}
@media (max-width: 767px){#s-65593244-1b1a-45be-8a69-2319474389eb {
  display: none;
}
#s-65593244-1b1a-45be-8a69-2319474389eb, #wrap-s-65593244-1b1a-45be-8a69-2319474389eb { display:none !important; }}
#s-cdf5a0eb-0e76-4ef0-8cca-1119236cae5b {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-cdf5a0eb-0e76-4ef0-8cca-1119236cae5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdf5a0eb-0e76-4ef0-8cca-1119236cae5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb65abbb-146c-48bd-9faa-d55246dd0705 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb65abbb-146c-48bd-9faa-d55246dd0705 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-314e9f1d-4069-4603-becf-0460f61e2cfc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-314e9f1d-4069-4603-becf-0460f61e2cfc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-314e9f1d-4069-4603-becf-0460f61e2cfc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-314e9f1d-4069-4603-becf-0460f61e2cfc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-db682c9f-4519-407e-897c-59d2034210ee {
  text-align: center;
}







  #s-db682c9f-4519-407e-897c-59d2034210ee img.shogun-image {
    

    
    
    
  }


#s-db682c9f-4519-407e-897c-59d2034210ee .shogun-image-content {
  
    align-items: center;
  
}

#s-c15f9ee4-480a-4d08-9c3a-7f5087265acb {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-9ce32a4f-b246-4167-a8ff-87a5fbf6b6d1 {
  padding-left: 10%;
padding-right: 10%;
}

#s-609e4b78-7dc7-4301-8f0e-804523957f52 {
  text-align: center;
}







  #s-609e4b78-7dc7-4301-8f0e-804523957f52 img.shogun-image {
    

    
    
    
  }


#s-609e4b78-7dc7-4301-8f0e-804523957f52 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f8981f0-5a4e-4ddb-8171-c930102419cb {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-a0136a3f-d213-4535-aa74-57a80e61ef90 {
  padding-left: 10%;
padding-right: 10%;
}

#s-d90b3dba-4fd9-4a7b-b2ee-227c962bc711 {
  text-align: center;
}







  #s-d90b3dba-4fd9-4a7b-b2ee-227c962bc711 img.shogun-image {
    

    
    
    
  }


#s-d90b3dba-4fd9-4a7b-b2ee-227c962bc711 .shogun-image-content {
  
    align-items: center;
  
}

#s-d518642a-1b4f-42d9-bde1-79707b1957dd {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-6a1d97e1-f282-42de-ba9a-c8be145333b8 {
  padding-left: 10%;
padding-right: 10%;
}

#s-33961a03-bd14-4fa1-8042-ce9a31d30ab6 {
  text-align: center;
}







  #s-33961a03-bd14-4fa1-8042-ce9a31d30ab6 img.shogun-image {
    

    
    
    
  }


#s-33961a03-bd14-4fa1-8042-ce9a31d30ab6 .shogun-image-content {
  
    align-items: center;
  
}

#s-673ff282-41e4-48f8-8a24-bcc87621cb4b {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-6b9b675d-36b2-4a33-a431-b5da7dc85867 {
  padding-left: 10%;
padding-right: 10%;
}

#s-037bce3f-62c7-4e0c-8c7a-3b3b05e442bb {
  margin-top: 5%;
}

@media (min-width: 0px) {
[id="s-037bce3f-62c7-4e0c-8c7a-3b3b05e442bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-037bce3f-62c7-4e0c-8c7a-3b3b05e442bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-037bce3f-62c7-4e0c-8c7a-3b3b05e442bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-037bce3f-62c7-4e0c-8c7a-3b3b05e442bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-4309a631-cb22-4ed7-b09f-ef9fb9ee5fce {
  text-align: center;
}







  #s-4309a631-cb22-4ed7-b09f-ef9fb9ee5fce img.shogun-image {
    

    
    
    
  }


#s-4309a631-cb22-4ed7-b09f-ef9fb9ee5fce .shogun-image-content {
  
    align-items: center;
  
}

#s-ae16a626-c1fa-450b-aaa5-63f247929543 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-563608e0-1e1f-43f8-92be-24fcb6a4175f {
  padding-left: 10%;
padding-right: 10%;
}

#s-7da8f2ec-4ee4-41b9-8dad-49fdb0393f94 {
  text-align: center;
}







  #s-7da8f2ec-4ee4-41b9-8dad-49fdb0393f94 img.shogun-image {
    

    
    
    
  }


#s-7da8f2ec-4ee4-41b9-8dad-49fdb0393f94 .shogun-image-content {
  
    align-items: center;
  
}

#s-543d17d0-c897-4484-a340-7c6be65b744b {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-533a1950-d7a3-4b18-9152-3e1ed822d147 {
  padding-left: 10%;
padding-right: 10%;
}

#s-5fb2f0ff-383f-4a40-b30b-29c697b53930 {
  text-align: center;
}







  #s-5fb2f0ff-383f-4a40-b30b-29c697b53930 img.shogun-image {
    

    
    
    
  }


#s-5fb2f0ff-383f-4a40-b30b-29c697b53930 .shogun-image-content {
  
    align-items: center;
  
}

#s-3054e71e-6aca-4b28-bb8f-b53f7906e4c1 {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-d9d31f09-981c-456d-a07e-d9003548e790 {
  padding-left: 10%;
padding-right: 10%;
}

#s-3e3773a0-94ec-430a-b54e-96082ed74adb {
  text-align: center;
}







  #s-3e3773a0-94ec-430a-b54e-96082ed74adb img.shogun-image {
    

    
    
    
  }


#s-3e3773a0-94ec-430a-b54e-96082ed74adb .shogun-image-content {
  
    align-items: center;
  
}

#s-e1f17be0-0da9-4c1d-a269-53a0e3ff69ca {
  padding-top: 3%;
padding-bottom: 3%;
}

#s-27acc0c9-e7ea-46ad-a34c-f44f77298ed5 {
  padding-left: 10%;
padding-right: 10%;
}

#s-bfc965a6-1a6c-4f7f-b598-a1cea954407d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bfc965a6-1a6c-4f7f-b598-a1cea954407d {
  display: none;
}
#s-bfc965a6-1a6c-4f7f-b598-a1cea954407d, #wrap-s-bfc965a6-1a6c-4f7f-b598-a1cea954407d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfc965a6-1a6c-4f7f-b598-a1cea954407d {
  display: none;
}
#s-bfc965a6-1a6c-4f7f-b598-a1cea954407d, #wrap-s-bfc965a6-1a6c-4f7f-b598-a1cea954407d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfc965a6-1a6c-4f7f-b598-a1cea954407d {
  display: none;
}
#s-bfc965a6-1a6c-4f7f-b598-a1cea954407d, #wrap-s-bfc965a6-1a6c-4f7f-b598-a1cea954407d { display:none !important; }}







#s-bfc965a6-1a6c-4f7f-b598-a1cea954407d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfc965a6-1a6c-4f7f-b598-a1cea954407d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a0cfe10-94af-4f50-a001-40978499c2df {
  padding-top: 5%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 20%;
}
@media (max-width: 767px){#s-5a0cfe10-94af-4f50-a001-40978499c2df {
  display: none;
}
#s-5a0cfe10-94af-4f50-a001-40978499c2df, #wrap-s-5a0cfe10-94af-4f50-a001-40978499c2df { display:none !important; }}
#s-b0600f6a-9219-4c80-a39c-f35b257ac7e6 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-b0600f6a-9219-4c80-a39c-f35b257ac7e6 {
  display: none;
}
#s-b0600f6a-9219-4c80-a39c-f35b257ac7e6, #wrap-s-b0600f6a-9219-4c80-a39c-f35b257ac7e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0600f6a-9219-4c80-a39c-f35b257ac7e6 {
  display: none;
}
#s-b0600f6a-9219-4c80-a39c-f35b257ac7e6, #wrap-s-b0600f6a-9219-4c80-a39c-f35b257ac7e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0600f6a-9219-4c80-a39c-f35b257ac7e6 {
  display: none;
}
#s-b0600f6a-9219-4c80-a39c-f35b257ac7e6, #wrap-s-b0600f6a-9219-4c80-a39c-f35b257ac7e6 { display:none !important; }}
#s-73d6b644-82a4-43ef-9947-5f2e79a9c53b {
  padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}








#s-73d6b644-82a4-43ef-9947-5f2e79a9c53b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73d6b644-82a4-43ef-9947-5f2e79a9c53b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85148bd0-b9cc-4697-8007-b4c290b645da {
  padding-top: 3%;
padding-bottom: 3%;
text-align: center;
}

#s-85148bd0-b9cc-4697-8007-b4c290b645da .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-101d3af8-50d0-44ac-bfe9-030aae046f45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-101d3af8-50d0-44ac-bfe9-030aae046f45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-101d3af8-50d0-44ac-bfe9-030aae046f45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-101d3af8-50d0-44ac-bfe9-030aae046f45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-c448080d-f5d2-4a22-96bd-20ab9c0eed1a {
  padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
}

#s-2dfe5e8d-f440-4347-8112-3cf4dd5d9f63 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2dfe5e8d-f440-4347-8112-3cf4dd5d9f63 {
  display: none;
}
#s-2dfe5e8d-f440-4347-8112-3cf4dd5d9f63, #wrap-s-2dfe5e8d-f440-4347-8112-3cf4dd5d9f63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2dfe5e8d-f440-4347-8112-3cf4dd5d9f63 {
  display: none;
}
#s-2dfe5e8d-f440-4347-8112-3cf4dd5d9f63, #wrap-s-2dfe5e8d-f440-4347-8112-3cf4dd5d9f63 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2dfe5e8d-f440-4347-8112-3cf4dd5d9f63 {
  display: none;
}
#s-2dfe5e8d-f440-4347-8112-3cf4dd5d9f63, #wrap-s-2dfe5e8d-f440-4347-8112-3cf4dd5d9f63 { display:none !important; }}







#s-2dfe5e8d-f440-4347-8112-3cf4dd5d9f63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dfe5e8d-f440-4347-8112-3cf4dd5d9f63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-270c4113-2b39-4120-b5dc-95f058346ee1 {
  padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
}

#s-f54b3c8c-da62-4589-ac41-b788976a2292 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
}








#s-f54b3c8c-da62-4589-ac41-b788976a2292 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f54b3c8c-da62-4589-ac41-b788976a2292.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c721f7e4-0537-4673-a609-dd788758b342 {
  padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-c721f7e4-0537-4673-a609-dd788758b342 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-79b0e19d-28aa-46cc-bb6b-a93583ec5ee8 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-79b0e19d-28aa-46cc-bb6b-a93583ec5ee8:hover {background-color: rgba(140, 201, 71, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-79b0e19d-28aa-46cc-bb6b-a93583ec5ee8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-79b0e19d-28aa-46cc-bb6b-a93583ec5ee8-root {
    text-align: center;
  }


#s-79b0e19d-28aa-46cc-bb6b-a93583ec5ee8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-79b0e19d-28aa-46cc-bb6b-a93583ec5ee8-root {
    text-align: center;
  }


#s-79b0e19d-28aa-46cc-bb6b-a93583ec5ee8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79b0e19d-28aa-46cc-bb6b-a93583ec5ee8-root {
    text-align: center;
  }


#s-79b0e19d-28aa-46cc-bb6b-a93583ec5ee8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79b0e19d-28aa-46cc-bb6b-a93583ec5ee8-root {
    text-align: center;
  }


#s-79b0e19d-28aa-46cc-bb6b-a93583ec5ee8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-79b0e19d-28aa-46cc-bb6b-a93583ec5ee8-root {
    text-align: center;
  }


#s-79b0e19d-28aa-46cc-bb6b-a93583ec5ee8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
/*
  $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}