.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-3b15c187-00fd-4149-9d69-355127cda87a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-3b15c187-00fd-4149-9d69-355127cda87a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b15c187-00fd-4149-9d69-355127cda87a.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-81974192-1c0c-4fda-ab21-4308817ef6e9 {
  padding-top: 50px;
padding-left: 1%;
padding-bottom: 0px;
text-align: left;
}

#s-81974192-1c0c-4fda-ab21-4308817ef6e9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Inferi";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: 1px;
  text-align: left;
}



#s-223a9ac3-bd5a-4329-aade-7d8e29a556df {
  min-height: 50px;
}








#s-223a9ac3-bd5a-4329-aade-7d8e29a556df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-223a9ac3-bd5a-4329-aade-7d8e29a556df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61f47aa0-d785-4bbe-bea9-2f9367b15a22 {
  min-height: 50px;
}








#s-61f47aa0-d785-4bbe-bea9-2f9367b15a22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61f47aa0-d785-4bbe-bea9-2f9367b15a22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-4c0aa90f-667e-48a0-a231-9377ee08519e {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (max-width: 767px){#s-4c0aa90f-667e-48a0-a231-9377ee08519e {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-4c0aa90f-667e-48a0-a231-9377ee08519e img.shogun-image {
    

    
    
    
  }


#s-4c0aa90f-667e-48a0-a231-9377ee08519e .shogun-image-content {
  
    align-items: center;
  
}

#s-d1923216-f596-4e37-80d7-ae2887c39c65 {
  min-height: 50px;
}








#s-d1923216-f596-4e37-80d7-ae2887c39c65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1923216-f596-4e37-80d7-ae2887c39c65.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: ;
}

#s-55020a55-f299-4038-9e88-d76f2395a25c {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-55020a55-f299-4038-9e88-d76f2395a25c {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55020a55-f299-4038-9e88-d76f2395a25c {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-55020a55-f299-4038-9e88-d76f2395a25c {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-55020a55-f299-4038-9e88-d76f2395a25c {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-5e632f30-133f-4da0-a175-1dabade4e077 {
  min-height: 50px;
}








#s-5e632f30-133f-4da0-a175-1dabade4e077 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e632f30-133f-4da0-a175-1dabade4e077.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6edd92c-5c65-4769-97ee-34f6e8825b64 {
  min-height: 50px;
}








#s-a6edd92c-5c65-4769-97ee-34f6e8825b64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6edd92c-5c65-4769-97ee-34f6e8825b64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcea6905-20b1-4fac-9528-e320dd03a65c {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (max-width: 767px){#s-dcea6905-20b1-4fac-9528-e320dd03a65c {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-dcea6905-20b1-4fac-9528-e320dd03a65c img.shogun-image {
    

    
    
    
  }


#s-dcea6905-20b1-4fac-9528-e320dd03a65c .shogun-image-content {
  
    align-items: center;
  
}

#s-37a40bc2-5016-4e18-8dac-e75f0fc2e08a {
  min-height: 50px;
}








#s-37a40bc2-5016-4e18-8dac-e75f0fc2e08a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37a40bc2-5016-4e18-8dac-e75f0fc2e08a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6475f00-45ef-419d-87ee-7c08d8e4e18a {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-e6475f00-45ef-419d-87ee-7c08d8e4e18a {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6475f00-45ef-419d-87ee-7c08d8e4e18a {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6475f00-45ef-419d-87ee-7c08d8e4e18a {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-e6475f00-45ef-419d-87ee-7c08d8e4e18a {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-963d0be0-18a3-46be-b13f-9b40907d9f43 {
  min-height: 50px;
}








#s-963d0be0-18a3-46be-b13f-9b40907d9f43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-963d0be0-18a3-46be-b13f-9b40907d9f43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb7d6e89-985c-4c61-a5b5-87bd7983a856 {
  min-height: 50px;
}








#s-bb7d6e89-985c-4c61-a5b5-87bd7983a856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb7d6e89-985c-4c61-a5b5-87bd7983a856.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f7d00fe-f73c-4c46-ba6c-3d06a5f32b85 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (max-width: 767px){#s-6f7d00fe-f73c-4c46-ba6c-3d06a5f32b85 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-6f7d00fe-f73c-4c46-ba6c-3d06a5f32b85 img.shogun-image {
    

    
    
    
  }


#s-6f7d00fe-f73c-4c46-ba6c-3d06a5f32b85 .shogun-image-content {
  
    align-items: center;
  
}

#s-7782c775-3f27-432f-8f4c-c99dc77529c0 {
  min-height: 50px;
}








#s-7782c775-3f27-432f-8f4c-c99dc77529c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7782c775-3f27-432f-8f4c-c99dc77529c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7767abe7-58a9-42db-8046-346e24ea233e {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
}
@media (min-width: 1200px){#s-7767abe7-58a9-42db-8046-346e24ea233e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7767abe7-58a9-42db-8046-346e24ea233e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7767abe7-58a9-42db-8046-346e24ea233e {
  
}
}@media (max-width: 767px){#s-7767abe7-58a9-42db-8046-346e24ea233e {
  display: none;
}
#s-7767abe7-58a9-42db-8046-346e24ea233e, #wrap-s-7767abe7-58a9-42db-8046-346e24ea233e { display:none !important; }}
#s-3c979eaa-216d-4fe9-a904-012cf88832c0 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-3c979eaa-216d-4fe9-a904-012cf88832c0 {
  display: none;
}
#s-3c979eaa-216d-4fe9-a904-012cf88832c0, #wrap-s-3c979eaa-216d-4fe9-a904-012cf88832c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c979eaa-216d-4fe9-a904-012cf88832c0 {
  display: none;
}
#s-3c979eaa-216d-4fe9-a904-012cf88832c0, #wrap-s-3c979eaa-216d-4fe9-a904-012cf88832c0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c979eaa-216d-4fe9-a904-012cf88832c0 {
  display: none;
}
#s-3c979eaa-216d-4fe9-a904-012cf88832c0, #wrap-s-3c979eaa-216d-4fe9-a904-012cf88832c0 { display:none !important; }}
#s-88d0be25-8e6b-4096-89da-b3df2a35ed79 {
  min-height: 50px;
}








#s-88d0be25-8e6b-4096-89da-b3df2a35ed79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88d0be25-8e6b-4096-89da-b3df2a35ed79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47629c60-2ff2-4cb0-a4cd-d4f014a922cc {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (max-width: 767px){#s-47629c60-2ff2-4cb0-a4cd-d4f014a922cc {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-47629c60-2ff2-4cb0-a4cd-d4f014a922cc img.shogun-image {
    

    
    
    
  }


#s-47629c60-2ff2-4cb0-a4cd-d4f014a922cc .shogun-image-content {
  
    align-items: center;
  
}

#s-6b4095cc-a62d-43a1-af7f-f40485c54446 {
  min-height: 50px;
}








#s-6b4095cc-a62d-43a1-af7f-f40485c54446 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b4095cc-a62d-43a1-af7f-f40485c54446.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c2b9d14-9b13-4962-a924-d96cf6f6d5bf {
  min-height: 50px;
}
@media (max-width: 767px){#s-1c2b9d14-9b13-4962-a924-d96cf6f6d5bf {
  display: none;
}
#s-1c2b9d14-9b13-4962-a924-d96cf6f6d5bf, #wrap-s-1c2b9d14-9b13-4962-a924-d96cf6f6d5bf { display:none !important; }}







#s-1c2b9d14-9b13-4962-a924-d96cf6f6d5bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c2b9d14-9b13-4962-a924-d96cf6f6d5bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44ca27b4-e749-4641-bb9f-35dca06346d1 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-left: 0%;
padding-right: 0%;
}

#s-cc2c41b4-2b87-4c34-b6c0-c987a0988da7 {
  min-height: 50px;
}








#s-cc2c41b4-2b87-4c34-b6c0-c987a0988da7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc2c41b4-2b87-4c34-b6c0-c987a0988da7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48e01d9d-17b1-4a88-95b1-b1952a74775d {
  min-height: 50px;
}








#s-48e01d9d-17b1-4a88-95b1-b1952a74775d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48e01d9d-17b1-4a88-95b1-b1952a74775d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cccc1a97-b43f-4fca-ad03-9657a3b10e12 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 14px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-cccc1a97-b43f-4fca-ad03-9657a3b10e12 {
  display: none;
}
#s-cccc1a97-b43f-4fca-ad03-9657a3b10e12, #wrap-s-cccc1a97-b43f-4fca-ad03-9657a3b10e12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cccc1a97-b43f-4fca-ad03-9657a3b10e12 {
  display: none;
}
#s-cccc1a97-b43f-4fca-ad03-9657a3b10e12, #wrap-s-cccc1a97-b43f-4fca-ad03-9657a3b10e12 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cccc1a97-b43f-4fca-ad03-9657a3b10e12 {
  display: none;
}
#s-cccc1a97-b43f-4fca-ad03-9657a3b10e12, #wrap-s-cccc1a97-b43f-4fca-ad03-9657a3b10e12 { display:none !important; }}
#s-b76f2b4c-f50f-4003-8819-c225aa3f33b1 {
  min-height: 29px;
}
@media (min-width: 1200px){#s-b76f2b4c-f50f-4003-8819-c225aa3f33b1 {
  display: none;
}
#s-b76f2b4c-f50f-4003-8819-c225aa3f33b1, #wrap-s-b76f2b4c-f50f-4003-8819-c225aa3f33b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b76f2b4c-f50f-4003-8819-c225aa3f33b1 {
  display: none;
}
#s-b76f2b4c-f50f-4003-8819-c225aa3f33b1, #wrap-s-b76f2b4c-f50f-4003-8819-c225aa3f33b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b76f2b4c-f50f-4003-8819-c225aa3f33b1 {
  display: none;
}
#s-b76f2b4c-f50f-4003-8819-c225aa3f33b1, #wrap-s-b76f2b4c-f50f-4003-8819-c225aa3f33b1 { display:none !important; }}







#s-b76f2b4c-f50f-4003-8819-c225aa3f33b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b76f2b4c-f50f-4003-8819-c225aa3f33b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66b3d40d-122b-4426-be49-586cc1080c46 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (max-width: 767px){#s-66b3d40d-122b-4426-be49-586cc1080c46 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-66b3d40d-122b-4426-be49-586cc1080c46 img.shogun-image {
    

    
    
    
  }


#s-66b3d40d-122b-4426-be49-586cc1080c46 .shogun-image-content {
  
    align-items: center;
  
}

#s-b06caf44-c11e-4409-968b-84215d52cb09 {
  min-height: 50px;
}








#s-b06caf44-c11e-4409-968b-84215d52cb09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b06caf44-c11e-4409-968b-84215d52cb09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d46ccc1-3ef4-4bb1-9db0-be30af2cb314 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-7d46ccc1-3ef4-4bb1-9db0-be30af2cb314 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d46ccc1-3ef4-4bb1-9db0-be30af2cb314 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d46ccc1-3ef4-4bb1-9db0-be30af2cb314 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-7d46ccc1-3ef4-4bb1-9db0-be30af2cb314 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-2176f56e-b9c8-461c-bcfc-66641b7dbccb {
  min-height: 50px;
}








#s-2176f56e-b9c8-461c-bcfc-66641b7dbccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2176f56e-b9c8-461c-bcfc-66641b7dbccb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed8ca037-5080-4122-8721-f4ded6c16142 {
  min-height: 29px;
}
@media (min-width: 1200px){#s-ed8ca037-5080-4122-8721-f4ded6c16142 {
  display: none;
}
#s-ed8ca037-5080-4122-8721-f4ded6c16142, #wrap-s-ed8ca037-5080-4122-8721-f4ded6c16142 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed8ca037-5080-4122-8721-f4ded6c16142 {
  display: none;
}
#s-ed8ca037-5080-4122-8721-f4ded6c16142, #wrap-s-ed8ca037-5080-4122-8721-f4ded6c16142 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed8ca037-5080-4122-8721-f4ded6c16142 {
  display: none;
}
#s-ed8ca037-5080-4122-8721-f4ded6c16142, #wrap-s-ed8ca037-5080-4122-8721-f4ded6c16142 { display:none !important; }}







#s-ed8ca037-5080-4122-8721-f4ded6c16142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed8ca037-5080-4122-8721-f4ded6c16142.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b62121e-24b6-4ef3-8368-1dfdf46d09ad {
  min-height: 50px;
}
@media (max-width: 767px){#s-6b62121e-24b6-4ef3-8368-1dfdf46d09ad {
  
}
}







#s-6b62121e-24b6-4ef3-8368-1dfdf46d09ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b62121e-24b6-4ef3-8368-1dfdf46d09ad.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;
}

@media (min-width: 0px) {
[id="s-f7dae126-3957-4aff-8b24-dd4c0417999e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7dae126-3957-4aff-8b24-dd4c0417999e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7dae126-3957-4aff-8b24-dd4c0417999e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7dae126-3957-4aff-8b24-dd4c0417999e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cfbb2a17-7b9b-488a-98ab-56f3409962d3 {
  margin-left: 23%;
margin-right: 11%;
text-align: center;
}
@media (max-width: 767px){#s-cfbb2a17-7b9b-488a-98ab-56f3409962d3 {
  display: none;
}
#s-cfbb2a17-7b9b-488a-98ab-56f3409962d3, #wrap-s-cfbb2a17-7b9b-488a-98ab-56f3409962d3 { display:none !important; }}






  #s-cfbb2a17-7b9b-488a-98ab-56f3409962d3 img.shogun-image {
    

    
    
    
  }


#s-cfbb2a17-7b9b-488a-98ab-56f3409962d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d73a44a7-9ed0-4a8d-ac54-a1e699f76399 {
  text-align: center;
}
@media (min-width: 1200px){#s-d73a44a7-9ed0-4a8d-ac54-a1e699f76399 {
  padding-left: 12%;
padding-right: 12%;
display: none;
}
#s-d73a44a7-9ed0-4a8d-ac54-a1e699f76399, #wrap-s-d73a44a7-9ed0-4a8d-ac54-a1e699f76399 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d73a44a7-9ed0-4a8d-ac54-a1e699f76399 {
  padding-left: 12%;
padding-right: 12%;
display: none;
}
#s-d73a44a7-9ed0-4a8d-ac54-a1e699f76399, #wrap-s-d73a44a7-9ed0-4a8d-ac54-a1e699f76399 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d73a44a7-9ed0-4a8d-ac54-a1e699f76399 {
  padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-d73a44a7-9ed0-4a8d-ac54-a1e699f76399, #wrap-s-d73a44a7-9ed0-4a8d-ac54-a1e699f76399 { display:none !important; }}@media (max-width: 767px){#s-d73a44a7-9ed0-4a8d-ac54-a1e699f76399 {
  padding-left: 10%;
padding-right: 10%;
}
}






  #s-d73a44a7-9ed0-4a8d-ac54-a1e699f76399 img.shogun-image {
    

    
    
    
  }


#s-d73a44a7-9ed0-4a8d-ac54-a1e699f76399 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf9467e0-65a9-461d-8858-149f3a3987cc {
  margin-top: 20px;
margin-left: 23%;
margin-bottom: 14px;
margin-right: 11%;
}
@media (max-width: 767px){#s-bf9467e0-65a9-461d-8858-149f3a3987cc {
  display: none;
}
#s-bf9467e0-65a9-461d-8858-149f3a3987cc, #wrap-s-bf9467e0-65a9-461d-8858-149f3a3987cc { display:none !important; }}
#s-b1c5b3e6-ee4c-41e8-9a87-ec903df98aea {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 14px;
margin-right: 1%;
}
@media (min-width: 1200px){#s-b1c5b3e6-ee4c-41e8-9a87-ec903df98aea {
  display: none;
}
#s-b1c5b3e6-ee4c-41e8-9a87-ec903df98aea, #wrap-s-b1c5b3e6-ee4c-41e8-9a87-ec903df98aea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1c5b3e6-ee4c-41e8-9a87-ec903df98aea {
  display: none;
}
#s-b1c5b3e6-ee4c-41e8-9a87-ec903df98aea, #wrap-s-b1c5b3e6-ee4c-41e8-9a87-ec903df98aea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1c5b3e6-ee4c-41e8-9a87-ec903df98aea {
  display: none;
}
#s-b1c5b3e6-ee4c-41e8-9a87-ec903df98aea, #wrap-s-b1c5b3e6-ee4c-41e8-9a87-ec903df98aea { display:none !important; }}
#s-1911b916-410c-4cb3-8668-f39c4e0799fe {
  min-height: 29px;
}
@media (min-width: 1200px){#s-1911b916-410c-4cb3-8668-f39c4e0799fe {
  display: none;
}
#s-1911b916-410c-4cb3-8668-f39c4e0799fe, #wrap-s-1911b916-410c-4cb3-8668-f39c4e0799fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1911b916-410c-4cb3-8668-f39c4e0799fe {
  display: none;
}
#s-1911b916-410c-4cb3-8668-f39c4e0799fe, #wrap-s-1911b916-410c-4cb3-8668-f39c4e0799fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1911b916-410c-4cb3-8668-f39c4e0799fe {
  display: none;
}
#s-1911b916-410c-4cb3-8668-f39c4e0799fe, #wrap-s-1911b916-410c-4cb3-8668-f39c4e0799fe { display:none !important; }}







#s-1911b916-410c-4cb3-8668-f39c4e0799fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1911b916-410c-4cb3-8668-f39c4e0799fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d2aeaae-26d8-406a-a36c-07d15d7c1162 {
  margin-left: 28%;
margin-right: 19%;
text-align: center;
}
@media (max-width: 767px){#s-1d2aeaae-26d8-406a-a36c-07d15d7c1162 {
  display: none;
}
#s-1d2aeaae-26d8-406a-a36c-07d15d7c1162, #wrap-s-1d2aeaae-26d8-406a-a36c-07d15d7c1162 { display:none !important; }}






  #s-1d2aeaae-26d8-406a-a36c-07d15d7c1162 img.shogun-image {
    

    
    
    
  }


#s-1d2aeaae-26d8-406a-a36c-07d15d7c1162 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e4a043b-9035-418b-976a-2e78ca0aeca9 {
  margin-top: 14px;
margin-left: 28%;
margin-bottom: 14px;
margin-right: 28%;
}
@media (max-width: 767px){#s-3e4a043b-9035-418b-976a-2e78ca0aeca9 {
  display: none;
}
#s-3e4a043b-9035-418b-976a-2e78ca0aeca9, #wrap-s-3e4a043b-9035-418b-976a-2e78ca0aeca9 { display:none !important; }}
#s-e51bcf6b-aeea-4304-97f1-0f5cf872a365 {
  min-height: 50px;
}








#s-e51bcf6b-aeea-4304-97f1-0f5cf872a365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e51bcf6b-aeea-4304-97f1-0f5cf872a365.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2974b9e6-a628-461a-8b19-59dc8fc0b9e8 {
  margin-right: 0%;
padding-left: 1%;
padding-right: 1%;
text-align: center;
}
@media (min-width: 1200px){#s-2974b9e6-a628-461a-8b19-59dc8fc0b9e8 {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-2974b9e6-a628-461a-8b19-59dc8fc0b9e8, #wrap-s-2974b9e6-a628-461a-8b19-59dc8fc0b9e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2974b9e6-a628-461a-8b19-59dc8fc0b9e8 {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-2974b9e6-a628-461a-8b19-59dc8fc0b9e8, #wrap-s-2974b9e6-a628-461a-8b19-59dc8fc0b9e8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2974b9e6-a628-461a-8b19-59dc8fc0b9e8 {
  padding-left: 20%;
padding-right: 20%;
display: none;
}
#s-2974b9e6-a628-461a-8b19-59dc8fc0b9e8, #wrap-s-2974b9e6-a628-461a-8b19-59dc8fc0b9e8 { display:none !important; }}@media (max-width: 767px){#s-2974b9e6-a628-461a-8b19-59dc8fc0b9e8 {
  padding-left: 20%;
padding-right: 20%;
}
}






  #s-2974b9e6-a628-461a-8b19-59dc8fc0b9e8 img.shogun-image {
    

    
    
    
  }


#s-2974b9e6-a628-461a-8b19-59dc8fc0b9e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3bd8d1d-f5b1-47ea-aa17-72a4eb91b4fe {
  margin-top: 14px;
margin-left: 20%;
margin-bottom: 14px;
margin-right: 14%;
}
@media (min-width: 1200px){#s-f3bd8d1d-f5b1-47ea-aa17-72a4eb91b4fe {
  display: none;
}
#s-f3bd8d1d-f5b1-47ea-aa17-72a4eb91b4fe, #wrap-s-f3bd8d1d-f5b1-47ea-aa17-72a4eb91b4fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3bd8d1d-f5b1-47ea-aa17-72a4eb91b4fe {
  display: none;
}
#s-f3bd8d1d-f5b1-47ea-aa17-72a4eb91b4fe, #wrap-s-f3bd8d1d-f5b1-47ea-aa17-72a4eb91b4fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3bd8d1d-f5b1-47ea-aa17-72a4eb91b4fe {
  display: none;
}
#s-f3bd8d1d-f5b1-47ea-aa17-72a4eb91b4fe, #wrap-s-f3bd8d1d-f5b1-47ea-aa17-72a4eb91b4fe { display:none !important; }}
#s-f1f059af-c784-4466-82a8-74c4aad1aee0 {
  min-height: 50px;
}








#s-f1f059af-c784-4466-82a8-74c4aad1aee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1f059af-c784-4466-82a8-74c4aad1aee0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a967965-0a56-47c7-9319-994dfe056f9e {
  min-height: 50px;
}








#s-9a967965-0a56-47c7-9319-994dfe056f9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a967965-0a56-47c7-9319-994dfe056f9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ae643a3-f9d0-4007-ab9a-d179bf755a61 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (max-width: 767px){#s-0ae643a3-f9d0-4007-ab9a-d179bf755a61 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-0ae643a3-f9d0-4007-ab9a-d179bf755a61 img.shogun-image {
    

    
    
    
  }


#s-0ae643a3-f9d0-4007-ab9a-d179bf755a61 .shogun-image-content {
  
    align-items: center;
  
}

#s-e69e13c6-953a-4e0e-a1f3-a2f385b4e084 {
  min-height: 50px;
}








#s-e69e13c6-953a-4e0e-a1f3-a2f385b4e084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e69e13c6-953a-4e0e-a1f3-a2f385b4e084.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-615b903b-69d3-4b27-9256-e1fc69b67b4f {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-615b903b-69d3-4b27-9256-e1fc69b67b4f {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-615b903b-69d3-4b27-9256-e1fc69b67b4f {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-615b903b-69d3-4b27-9256-e1fc69b67b4f {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-615b903b-69d3-4b27-9256-e1fc69b67b4f {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-2d2de9f8-f09f-461c-9e0e-da748b349913 {
  min-height: 50px;
}








#s-2d2de9f8-f09f-461c-9e0e-da748b349913 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d2de9f8-f09f-461c-9e0e-da748b349913.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4bcf37f7-1fe5-4e72-88ff-c25dc382bbdf {
  min-height: 50px;
}








#s-4bcf37f7-1fe5-4e72-88ff-c25dc382bbdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bcf37f7-1fe5-4e72-88ff-c25dc382bbdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edc06869-7ca4-4100-be77-8afbb0ce685a {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (max-width: 767px){#s-edc06869-7ca4-4100-be77-8afbb0ce685a {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-edc06869-7ca4-4100-be77-8afbb0ce685a img.shogun-image {
    

    
    
    
  }


#s-edc06869-7ca4-4100-be77-8afbb0ce685a .shogun-image-content {
  
    align-items: center;
  
}

#s-ddd98657-0bed-4c3e-b544-bf2eefe7afcc {
  min-height: 50px;
}








#s-ddd98657-0bed-4c3e-b544-bf2eefe7afcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddd98657-0bed-4c3e-b544-bf2eefe7afcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c406f9c-9b61-45bc-9d3e-f9827a21e951 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-1c406f9c-9b61-45bc-9d3e-f9827a21e951 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c406f9c-9b61-45bc-9d3e-f9827a21e951 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c406f9c-9b61-45bc-9d3e-f9827a21e951 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-1c406f9c-9b61-45bc-9d3e-f9827a21e951 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-46536c5a-152c-4900-bb45-45f26530e243 {
  min-height: 50px;
}








#s-46536c5a-152c-4900-bb45-45f26530e243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46536c5a-152c-4900-bb45-45f26530e243.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b961a114-7488-4411-8641-3470c567ea4f {
  min-height: 50px;
}








#s-b961a114-7488-4411-8641-3470c567ea4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b961a114-7488-4411-8641-3470c567ea4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-af7f5164-dfe7-4a65-8131-64bd2afdf497"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af7f5164-dfe7-4a65-8131-64bd2afdf497"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af7f5164-dfe7-4a65-8131-64bd2afdf497"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af7f5164-dfe7-4a65-8131-64bd2afdf497"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b3eef7c9-a9c5-4334-a70d-a3de7d6fad6e {
  text-align: center;
}
@media (min-width: 1200px){#s-b3eef7c9-a9c5-4334-a70d-a3de7d6fad6e {
  padding-left: 12%;
padding-right: 12%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3eef7c9-a9c5-4334-a70d-a3de7d6fad6e {
  padding-left: 12%;
padding-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3eef7c9-a9c5-4334-a70d-a3de7d6fad6e {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-b3eef7c9-a9c5-4334-a70d-a3de7d6fad6e {
  padding-left: 10%;
padding-right: 10%;
}
}






  #s-b3eef7c9-a9c5-4334-a70d-a3de7d6fad6e img.shogun-image {
    

    
    
    
  }


#s-b3eef7c9-a9c5-4334-a70d-a3de7d6fad6e .shogun-image-content {
  
    align-items: center;
  
}

#s-11f0a63d-f5dc-4bae-9ed0-9232b0a3df27 {
  padding-top: 20px;
padding-left: 12%;
padding-right: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-11f0a63d-f5dc-4bae-9ed0-9232b0a3df27 {
  padding-left: 10%;
padding-right: 12%;
}
}@media (max-width: 767px){#s-11f0a63d-f5dc-4bae-9ed0-9232b0a3df27 {
  padding-left: 10%;
padding-right: 12%;
}
}
#s-e1d9523a-e62c-49ec-ac79-dea270c4bfc9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e1d9523a-e62c-49ec-ac79-dea270c4bfc9 {
  display: none;
}
#s-e1d9523a-e62c-49ec-ac79-dea270c4bfc9, #wrap-s-e1d9523a-e62c-49ec-ac79-dea270c4bfc9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1d9523a-e62c-49ec-ac79-dea270c4bfc9 {
  display: none;
}
#s-e1d9523a-e62c-49ec-ac79-dea270c4bfc9, #wrap-s-e1d9523a-e62c-49ec-ac79-dea270c4bfc9 { display:none !important; }}







#s-e1d9523a-e62c-49ec-ac79-dea270c4bfc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1d9523a-e62c-49ec-ac79-dea270c4bfc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38914578-98d4-4665-a351-6018634837f8 {
  padding-left: 1%;
padding-right: 1%;
text-align: center;
}
@media (min-width: 1200px){#s-38914578-98d4-4665-a351-6018634837f8 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38914578-98d4-4665-a351-6018634837f8 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-38914578-98d4-4665-a351-6018634837f8 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (max-width: 767px){#s-38914578-98d4-4665-a351-6018634837f8 {
  padding-left: 20%;
padding-right: 20%;
}
}






  #s-38914578-98d4-4665-a351-6018634837f8 img.shogun-image {
    

    
    
    
  }


#s-38914578-98d4-4665-a351-6018634837f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-215f8acd-a5c0-48e3-ad89-82b4287a2236 {
  padding-top: 20px;
padding-left: 20%;
padding-right: 20%;
}

#s-ccfb35a0-7b58-48ee-9812-dff5fae0208d {
  min-height: 50px;
}








#s-ccfb35a0-7b58-48ee-9812-dff5fae0208d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccfb35a0-7b58-48ee-9812-dff5fae0208d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cec8b49-2f20-4ef4-86c0-02e83003780d {
  min-height: 50px;
}








#s-6cec8b49-2f20-4ef4-86c0-02e83003780d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cec8b49-2f20-4ef4-86c0-02e83003780d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a1d29da-2f96-4b18-bfe9-1933b5f66efc {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}
@media (max-width: 767px){#s-3a1d29da-2f96-4b18-bfe9-1933b5f66efc {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-3a1d29da-2f96-4b18-bfe9-1933b5f66efc img.shogun-image {
    

    
    
    
  }


#s-3a1d29da-2f96-4b18-bfe9-1933b5f66efc .shogun-image-content {
  
    align-items: center;
  
}

#s-22a5f31b-558a-4844-8b58-caec777d7c32 {
  min-height: 50px;
}








#s-22a5f31b-558a-4844-8b58-caec777d7c32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22a5f31b-558a-4844-8b58-caec777d7c32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-230b0372-ffa0-4c5e-b540-2893e2da1a52 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-230b0372-ffa0-4c5e-b540-2893e2da1a52 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-230b0372-ffa0-4c5e-b540-2893e2da1a52 {
  margin-left: 16%;
margin-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-230b0372-ffa0-4c5e-b540-2893e2da1a52 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-230b0372-ffa0-4c5e-b540-2893e2da1a52 {
  margin-left: 7%;
margin-right: 7%;
}
}
#s-7aeb2c92-10b4-4d9f-a2ae-552eb445e1ca {
  min-height: 50px;
}








#s-7aeb2c92-10b4-4d9f-a2ae-552eb445e1ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7aeb2c92-10b4-4d9f-a2ae-552eb445e1ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99d423e6-88b2-4a33-874c-59fbf306124f {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-99d423e6-88b2-4a33-874c-59fbf306124f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99d423e6-88b2-4a33-874c-59fbf306124f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99d423e6-88b2-4a33-874c-59fbf306124f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-99d423e6-88b2-4a33-874c-59fbf306124f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99d423e6-88b2-4a33-874c-59fbf306124f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-99d423e6-88b2-4a33-874c-59fbf306124f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99d423e6-88b2-4a33-874c-59fbf306124f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-0a200d6a-da5e-4ecf-84d2-273f0457c363 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a200d6a-da5e-4ecf-84d2-273f0457c363 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0a200d6a-da5e-4ecf-84d2-273f0457c363 {
  padding-left: 5%;
padding-right: 5%;
}
}






  #s-0a200d6a-da5e-4ecf-84d2-273f0457c363 img.shogun-image {
    

    
    
    
  }


#s-0a200d6a-da5e-4ecf-84d2-273f0457c363 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ec3642d-b43b-40e7-8e0d-e659aaea8a43 {
  padding-top: 20px;
padding-left: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ec3642d-b43b-40e7-8e0d-e659aaea8a43 {
  padding-left: 5%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-1ec3642d-b43b-40e7-8e0d-e659aaea8a43 {
  padding-left: 4%;
}
}
#s-d457d595-c2ec-40f9-ae07-298c7b26ddde {
  margin-top: 25px;
margin-left: 20%;
margin-bottom: 0px;
margin-right: 20%;
text-align: center;
}







  #s-d457d595-c2ec-40f9-ae07-298c7b26ddde img.shogun-image {
    

    
    
    
  }


#s-d457d595-c2ec-40f9-ae07-298c7b26ddde .shogun-image-content {
  
    align-items: center;
  
}

#s-3ef958e9-046c-4641-acee-c2372a403df7 {
  min-height: 50px;
}








#s-3ef958e9-046c-4641-acee-c2372a403df7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ef958e9-046c-4641-acee-c2372a403df7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e33894d-e74c-4901-bc00-5f94792998db {
  margin-top: 0px;
margin-left: 20%;
margin-right: 20%;
padding-top: 20px;
padding-bottom: 0px;
}

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

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

@media (min-width: 1200px){#s-8850e08b-e095-4db5-a383-ab2f232b67d0 {
  display: none;
}
#s-8850e08b-e095-4db5-a383-ab2f232b67d0, #wrap-s-8850e08b-e095-4db5-a383-ab2f232b67d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8850e08b-e095-4db5-a383-ab2f232b67d0 {
  display: none;
}
#s-8850e08b-e095-4db5-a383-ab2f232b67d0, #wrap-s-8850e08b-e095-4db5-a383-ab2f232b67d0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8850e08b-e095-4db5-a383-ab2f232b67d0 {
  display: none;
}
#s-8850e08b-e095-4db5-a383-ab2f232b67d0, #wrap-s-8850e08b-e095-4db5-a383-ab2f232b67d0 { display:none !important; }}
#s-8850e08b-e095-4db5-a383-ab2f232b67d0 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-23750810-1420-489b-9817-8d089dd1e8f4 {
  min-height: 50px;
}








#s-23750810-1420-489b-9817-8d089dd1e8f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23750810-1420-489b-9817-8d089dd1e8f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0254e8e1-dca6-4e00-af01-fa6437a5d43c {
  padding-left: 3%;
padding-right: 3%;
}
@media (max-width: 767px){#s-0254e8e1-dca6-4e00-af01-fa6437a5d43c {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-0254e8e1-dca6-4e00-af01-fa6437a5d43c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0254e8e1-dca6-4e00-af01-fa6437a5d43c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0254e8e1-dca6-4e00-af01-fa6437a5d43c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0254e8e1-dca6-4e00-af01-fa6437a5d43c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0254e8e1-dca6-4e00-af01-fa6437a5d43c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0254e8e1-dca6-4e00-af01-fa6437a5d43c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0254e8e1-dca6-4e00-af01-fa6437a5d43c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-2d9b1da9-632a-451b-b771-8d5f70a32ff2 {
  min-height: 50px;
}








#s-2d9b1da9-632a-451b-b771-8d5f70a32ff2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d9b1da9-632a-451b-b771-8d5f70a32ff2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fe25b5f-947b-4bff-bb09-0a24e5f7edbd {
  text-align: center;
}







  #s-3fe25b5f-947b-4bff-bb09-0a24e5f7edbd img.shogun-image {
    

    
    
    
  }


#s-3fe25b5f-947b-4bff-bb09-0a24e5f7edbd .shogun-image-content {
  
    align-items: center;
  
}

#s-1feb3d36-d35a-4c54-91bf-58ddab551c0c {
  padding-top: 20px;
padding-left: 2%;
}

#s-c97aded4-5f33-4f2c-a8bd-5618c4996bfb {
  min-height: 50px;
}








#s-c97aded4-5f33-4f2c-a8bd-5618c4996bfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c97aded4-5f33-4f2c-a8bd-5618c4996bfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-67bd7260-f560-4ce2-94c1-02d72dc1d97f {
  
}
}
@media (min-width: 0px) {
[id="s-67bd7260-f560-4ce2-94c1-02d72dc1d97f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67bd7260-f560-4ce2-94c1-02d72dc1d97f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67bd7260-f560-4ce2-94c1-02d72dc1d97f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67bd7260-f560-4ce2-94c1-02d72dc1d97f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b2e29f33-3691-4312-8f68-ddedf51632d5 {
  text-align: center;
}
@media (max-width: 767px){#s-b2e29f33-3691-4312-8f68-ddedf51632d5 {
  display: none;
}
#s-b2e29f33-3691-4312-8f68-ddedf51632d5, #wrap-s-b2e29f33-3691-4312-8f68-ddedf51632d5 { display:none !important; }}






  #s-b2e29f33-3691-4312-8f68-ddedf51632d5 img.shogun-image {
    

    
    
    
  }


#s-b2e29f33-3691-4312-8f68-ddedf51632d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-57a50e6f-2218-42cb-a33c-fa95bc86e21c {
  text-align: center;
}
@media (max-width: 767px){#s-57a50e6f-2218-42cb-a33c-fa95bc86e21c {
  
}
}






  #s-57a50e6f-2218-42cb-a33c-fa95bc86e21c img.shogun-image {
    

    
    
    
  }


#s-57a50e6f-2218-42cb-a33c-fa95bc86e21c .shogun-image-content {
  
    align-items: center;
  
}

#s-439cd2e9-2070-4c26-8056-62932d43f828 {
  padding-top: 20px;
padding-left: 1%;
}

#s-b248407b-b2f8-439e-800e-d7931ff5bd76 {
  text-align: center;
}
@media (max-width: 767px){#s-b248407b-b2f8-439e-800e-d7931ff5bd76 {
  display: none;
}
#s-b248407b-b2f8-439e-800e-d7931ff5bd76, #wrap-s-b248407b-b2f8-439e-800e-d7931ff5bd76 { display:none !important; }}






  #s-b248407b-b2f8-439e-800e-d7931ff5bd76 img.shogun-image {
    

    
    
    
  }


#s-b248407b-b2f8-439e-800e-d7931ff5bd76 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b82070a-8267-45c5-beb2-02fd70f2093b {
  min-height: 50px;
}








#s-6b82070a-8267-45c5-beb2-02fd70f2093b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b82070a-8267-45c5-beb2-02fd70f2093b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c189759-f2e1-4250-a3eb-1fec4dd14280 {
  min-height: 50px;
}








#s-8c189759-f2e1-4250-a3eb-1fec4dd14280 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c189759-f2e1-4250-a3eb-1fec4dd14280.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4a77964-7872-47f9-a60e-0ae339b09c22 {
  min-height: 50px;
}








#s-f4a77964-7872-47f9-a60e-0ae339b09c22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4a77964-7872-47f9-a60e-0ae339b09c22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cde6f187-f413-4c71-9de5-fb059635a99b {
  margin-left: 10%;
margin-right: 10%;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-cde6f187-f413-4c71-9de5-fb059635a99b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cde6f187-f413-4c71-9de5-fb059635a99b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cde6f187-f413-4c71-9de5-fb059635a99b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cde6f187-f413-4c71-9de5-fb059635a99b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cde6f187-f413-4c71-9de5-fb059635a99b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cde6f187-f413-4c71-9de5-fb059635a99b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cde6f187-f413-4c71-9de5-fb059635a99b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cde6f187-f413-4c71-9de5-fb059635a99b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cde6f187-f413-4c71-9de5-fb059635a99b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cde6f187-f413-4c71-9de5-fb059635a99b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-76ce63a8-9431-4d4f-9fc9-419131c50861 {
  text-align: center;
}







  #s-76ce63a8-9431-4d4f-9fc9-419131c50861 img.shogun-image {
    

    
    
    
  }


#s-76ce63a8-9431-4d4f-9fc9-419131c50861 .shogun-image-content {
  
    align-items: center;
  
}

#s-2341abca-f813-489e-baa6-3619339cb85c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-fc5a53d7-e4b3-46e6-873a-d3ed27fc0ea4 {
  text-align: center;
}







  #s-fc5a53d7-e4b3-46e6-873a-d3ed27fc0ea4 img.shogun-image {
    

    
    
    
  }


#s-fc5a53d7-e4b3-46e6-873a-d3ed27fc0ea4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6ab76e3-8d44-4f5c-86b7-784fead90c68 {
  padding-top: 20px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-a6ab76e3-8d44-4f5c-86b7-784fead90c68 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-f2e447b8-3016-498d-ba04-85f44f5ba35f {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-f2e447b8-3016-498d-ba04-85f44f5ba35f {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}
#s-cf9341b3-055c-4c02-82c6-47d70f6dc6cd {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-cf9341b3-055c-4c02-82c6-47d70f6dc6cd {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-869df303-c999-406a-b0e4-1a69164f1e67 {
  min-height: 50px;
}








#s-869df303-c999-406a-b0e4-1a69164f1e67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-869df303-c999-406a-b0e4-1a69164f1e67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ff3f020-39cf-44d9-a891-208c3ec33d69 {
  padding-top: 15px;
padding-left: 15%;
padding-bottom: 70px;
padding-right: 15%;
}
@media (max-width: 767px){#s-6ff3f020-39cf-44d9-a891-208c3ec33d69 {
  padding-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-6ff3f020-39cf-44d9-a891-208c3ec33d69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ff3f020-39cf-44d9-a891-208c3ec33d69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-6ff3f020-39cf-44d9-a891-208c3ec33d69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-6ff3f020-39cf-44d9-a891-208c3ec33d69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-6ff3f020-39cf-44d9-a891-208c3ec33d69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ff3f020-39cf-44d9-a891-208c3ec33d69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-6ff3f020-39cf-44d9-a891-208c3ec33d69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

#s-faa15ff8-27a3-44f4-8594-5ff83d39020f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}







  #s-faa15ff8-27a3-44f4-8594-5ff83d39020f img.shogun-image {
    

    
    
    
  }


#s-faa15ff8-27a3-44f4-8594-5ff83d39020f .shogun-image-content {
  
    align-items: center;
  
}

#s-7f7594f1-d473-4b0b-a7a7-bb1f747f0ec0 {
  padding-top: 20px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-7f7594f1-d473-4b0b-a7a7-bb1f747f0ec0 {
  padding-top: 15px;
padding-bottom: 0px;
}
}
#s-a348cd31-91ff-4009-a9e6-d7c62cf78fba {
  padding-top: 0px;
}
@media (max-width: 767px){#s-a348cd31-91ff-4009-a9e6-d7c62cf78fba {
  padding-bottom: 20px;
}
}
#s-1c18c83f-899f-4531-8a37-4a531af8ec89 {
  padding-top: 60px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c18c83f-899f-4531-8a37-4a531af8ec89 {
  padding-top: 40px;
}
}@media (max-width: 767px){#s-1c18c83f-899f-4531-8a37-4a531af8ec89 {
  padding-top: 20px;
padding-bottom: 0px;
}
}






  #s-1c18c83f-899f-4531-8a37-4a531af8ec89 img.shogun-image {
    

    
    
    
  }


#s-1c18c83f-899f-4531-8a37-4a531af8ec89 .shogun-image-content {
  
    align-items: center;
  
}

#s-97c2c862-0959-43df-816b-078a9868034e {
  padding-top: 20px;
padding-bottom: 0px;
}

#s-03e33853-e24a-40c7-b239-8989c43fe26d {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-03e33853-e24a-40c7-b239-8989c43fe26d {
  padding-bottom: 0px;
}
}
#s-0353b8bc-2429-452b-b70f-2b4c1a6ebab2 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-ceb31967-1ce4-4ddd-9bea-f0f722614a7d {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 50px;
padding-right: 0%;
}
@media (max-width: 767px){#s-ceb31967-1ce4-4ddd-9bea-f0f722614a7d {
  padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-ceb31967-1ce4-4ddd-9bea-f0f722614a7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ceb31967-1ce4-4ddd-9bea-f0f722614a7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ceb31967-1ce4-4ddd-9bea-f0f722614a7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceb31967-1ce4-4ddd-9bea-f0f722614a7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-fbe9a205-9782-4aaa-9f29-6f75115d82e5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fbe9a205-9782-4aaa-9f29-6f75115d82e5 {
  
}
}@media (max-width: 767px){#s-fbe9a205-9782-4aaa-9f29-6f75115d82e5 {
  display: none;
}
#s-fbe9a205-9782-4aaa-9f29-6f75115d82e5, #wrap-s-fbe9a205-9782-4aaa-9f29-6f75115d82e5 { display:none !important; }}






  #s-fbe9a205-9782-4aaa-9f29-6f75115d82e5 img.shogun-image {
    

    
    
    
  }


#s-fbe9a205-9782-4aaa-9f29-6f75115d82e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a332cfd-0e8b-4ed3-b02a-eef5a3b7abe8 {
  text-align: left;
}







  #s-3a332cfd-0e8b-4ed3-b02a-eef5a3b7abe8 img.shogun-image {
    

    
    
    
  }


#s-3a332cfd-0e8b-4ed3-b02a-eef5a3b7abe8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d61d8af3-6277-4317-a103-9047f4437c31 {
  padding-top: 20px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-d61d8af3-6277-4317-a103-9047f4437c31 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-277428d4-78ed-44fe-b439-f4b87f179eef {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-277428d4-78ed-44fe-b439-f4b87f179eef {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}
#s-28491a9c-2f99-4ded-8204-35ef35bad62a {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-3d152c8e-3936-44b5-b9cf-7d4fd18069e5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d152c8e-3936-44b5-b9cf-7d4fd18069e5 {
  
}
}@media (max-width: 767px){#s-3d152c8e-3936-44b5-b9cf-7d4fd18069e5 {
  display: none;
}
#s-3d152c8e-3936-44b5-b9cf-7d4fd18069e5, #wrap-s-3d152c8e-3936-44b5-b9cf-7d4fd18069e5 { display:none !important; }}






  #s-3d152c8e-3936-44b5-b9cf-7d4fd18069e5 img.shogun-image {
    

    
    
    
  }


#s-3d152c8e-3936-44b5-b9cf-7d4fd18069e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-96b26331-645e-4616-8663-1e24acc46e5f {
  min-height: 50px;
}








#s-96b26331-645e-4616-8663-1e24acc46e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96b26331-645e-4616-8663-1e24acc46e5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15daec8f-dac7-46f7-9f59-be6ebe19878e {
  padding-left: 0%;
padding-bottom: 60px;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-15daec8f-dac7-46f7-9f59-be6ebe19878e {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-15daec8f-dac7-46f7-9f59-be6ebe19878e {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-15daec8f-dac7-46f7-9f59-be6ebe19878e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15daec8f-dac7-46f7-9f59-be6ebe19878e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-15daec8f-dac7-46f7-9f59-be6ebe19878e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-15daec8f-dac7-46f7-9f59-be6ebe19878e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-15daec8f-dac7-46f7-9f59-be6ebe19878e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-15daec8f-dac7-46f7-9f59-be6ebe19878e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-15daec8f-dac7-46f7-9f59-be6ebe19878e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-15daec8f-dac7-46f7-9f59-be6ebe19878e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-15daec8f-dac7-46f7-9f59-be6ebe19878e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-15daec8f-dac7-46f7-9f59-be6ebe19878e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

#s-4f77481b-876a-4775-a889-b042d7dd176a {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-4f77481b-876a-4775-a889-b042d7dd176a {
  padding-left: 7%;
padding-right: 7%;
}
}






  #s-4f77481b-876a-4775-a889-b042d7dd176a img.shogun-image {
    

    
    
    
  }


#s-4f77481b-876a-4775-a889-b042d7dd176a .shogun-image-content {
  
    align-items: center;
  
}

#s-e6504d39-3238-4d81-9e38-b567f14340f1 {
  padding-top: 20px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-e6504d39-3238-4d81-9e38-b567f14340f1 {
  padding-left: 7%;
padding-right: 7%;
}
}
#s-571385cb-27b8-45ad-9072-cb12d09ff2a6 {
  padding-top: 5px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-571385cb-27b8-45ad-9072-cb12d09ff2a6 {
  padding-left: 7%;
padding-right: 7%;
}
}
#s-42d7777c-1ef2-4d7e-9917-b5d079244cd6 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-42d7777c-1ef2-4d7e-9917-b5d079244cd6 {
  padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
}
}
#s-0e08ac70-6ab5-4687-826d-5363590d279e {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 0%;
}
@media (max-width: 767px){#s-0e08ac70-6ab5-4687-826d-5363590d279e {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-0e08ac70-6ab5-4687-826d-5363590d279e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e08ac70-6ab5-4687-826d-5363590d279e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-0e08ac70-6ab5-4687-826d-5363590d279e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e08ac70-6ab5-4687-826d-5363590d279e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

}

#s-33e2975c-a76e-4c9a-a459-b8d7c0a8f30c {
  text-align: left;
}
@media (max-width: 767px){#s-33e2975c-a76e-4c9a-a459-b8d7c0a8f30c {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}






  #s-33e2975c-a76e-4c9a-a459-b8d7c0a8f30c img.shogun-image {
    

    
    
    
  }


#s-33e2975c-a76e-4c9a-a459-b8d7c0a8f30c .shogun-image-content {
  
    align-items: center;
  
}

#s-ed6b68b1-a09f-4ff2-a70f-b46d24155814 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-ed6b68b1-a09f-4ff2-a70f-b46d24155814 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-70f683fc-8c57-44d2-b52b-b93a3ca12a76 {
  padding-top: 5px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-70f683fc-8c57-44d2-b52b-b93a3ca12a76 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-ec7673ff-5ef3-4156-a472-e52922582e95 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-ec7673ff-5ef3-4156-a472-e52922582e95 {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}
#s-06ab14ba-ef06-4968-af20-a78abee6b6ae {
  margin-top: 150px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-06ab14ba-ef06-4968-af20-a78abee6b6ae {
  margin-left: 13%;
margin-right: 13%;
}
}@media (max-width: 767px){#s-06ab14ba-ef06-4968-af20-a78abee6b6ae {
  margin-top: 50px;
}
}






  #s-06ab14ba-ef06-4968-af20-a78abee6b6ae img.shogun-image {
    

    
    
    
  }


#s-06ab14ba-ef06-4968-af20-a78abee6b6ae .shogun-image-content {
  
    align-items: center;
  
}

#s-dbede953-1dcb-40c3-85c7-67b985098be9 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 15px;
}
@media (max-width: 767px){#s-dbede953-1dcb-40c3-85c7-67b985098be9 {
  padding-bottom: 0px;
}
}
#s-25bf039b-5516-4567-81fc-812139ee9aae {
  margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-25bf039b-5516-4567-81fc-812139ee9aae {
  padding-bottom: 0px;
}
}
#s-e34fe609-a6e9-4b22-944c-dbcb710a1def {
  margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
}
@media (max-width: 767px){#s-e34fe609-a6e9-4b22-944c-dbcb710a1def {
  padding-bottom: 0px;
}
}
#s-30944d91-b3c5-4a29-b8cb-890b0d76c918 {
  padding-left: 0%;
padding-bottom: 50px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-30944d91-b3c5-4a29-b8cb-890b0d76c918"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30944d91-b3c5-4a29-b8cb-890b0d76c918"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-30944d91-b3c5-4a29-b8cb-890b0d76c918"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-30944d91-b3c5-4a29-b8cb-890b0d76c918"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-30944d91-b3c5-4a29-b8cb-890b0d76c918"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-30944d91-b3c5-4a29-b8cb-890b0d76c918"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-30944d91-b3c5-4a29-b8cb-890b0d76c918"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-30944d91-b3c5-4a29-b8cb-890b0d76c918"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-30944d91-b3c5-4a29-b8cb-890b0d76c918"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-30944d91-b3c5-4a29-b8cb-890b0d76c918"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

}

#s-269edd2e-0ea8-494d-9def-519d195d32c7 {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-269edd2e-0ea8-494d-9def-519d195d32c7 img.shogun-image {
    

    
    
    
  }


#s-269edd2e-0ea8-494d-9def-519d195d32c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-af3cccfa-8585-4d4c-8532-9d6353a46248 {
  padding-top: 20px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-af3cccfa-8585-4d4c-8532-9d6353a46248 {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}
#s-97bb8d2e-90a0-4999-9588-2458690c7824 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-97bb8d2e-90a0-4999-9588-2458690c7824 {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}
#s-2119cf52-1b17-48d6-ae86-04ee96c4b3e6 {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-2119cf52-1b17-48d6-ae86-04ee96c4b3e6 {
  padding-top: 70px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
}
}






  #s-2119cf52-1b17-48d6-ae86-04ee96c4b3e6 img.shogun-image {
    

    
    
    
  }


#s-2119cf52-1b17-48d6-ae86-04ee96c4b3e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-50a0500f-bb8a-4a17-be02-168c0fa95daa {
  padding-top: 20px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-50a0500f-bb8a-4a17-be02-168c0fa95daa {
  padding-top: 20px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
}
}
#s-c738db20-047a-4e75-bc5c-6f05cc17a29f {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-c738db20-047a-4e75-bc5c-6f05cc17a29f {
  padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
}
}
#s-0fa6a920-96c3-41a2-b9e1-99b6f4ae41c6 {
  min-height: 50px;
}








#s-0fa6a920-96c3-41a2-b9e1-99b6f4ae41c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fa6a920-96c3-41a2-b9e1-99b6f4ae41c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-203f6c1e-66e8-468b-82bd-19cc6f1666f2 {
  text-align: center;
}







  #s-203f6c1e-66e8-468b-82bd-19cc6f1666f2 img.shogun-image {
    

    
    
    
  }


#s-203f6c1e-66e8-468b-82bd-19cc6f1666f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb872d41-dd52-4367-8828-5c2e9c3ad626 {
  padding-top: 20px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb872d41-dd52-4367-8828-5c2e9c3ad626 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-bb872d41-dd52-4367-8828-5c2e9c3ad626 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-751f4e71-e408-4e51-b657-8277d948fdde {
  padding-top: 0px;
padding-left: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-751f4e71-e408-4e51-b657-8277d948fdde {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-751f4e71-e408-4e51-b657-8277d948fdde {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
