.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-608fa1e9-f386-44eb-83a1-e49b2271621a {
  background-image: url(https://i.shgcdn.com/cd30f275-2ddb-4132-b969-f4494ac16e13/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: -54px;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-608fa1e9-f386-44eb-83a1-e49b2271621a {
  display: none;
}
#s-608fa1e9-f386-44eb-83a1-e49b2271621a, #wrap-s-608fa1e9-f386-44eb-83a1-e49b2271621a { display: none !important; }}@media (max-width: 767px){#s-608fa1e9-f386-44eb-83a1-e49b2271621a {
  display: none;
}
#s-608fa1e9-f386-44eb-83a1-e49b2271621a, #wrap-s-608fa1e9-f386-44eb-83a1-e49b2271621a { display: none !important; }}
@media (min-width: 0px) {
[id="s-608fa1e9-f386-44eb-83a1-e49b2271621a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-608fa1e9-f386-44eb-83a1-e49b2271621a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-608fa1e9-f386-44eb-83a1-e49b2271621a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-608fa1e9-f386-44eb-83a1-e49b2271621a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-0be74e6c-6aa1-493b-ba80-4431053e0406 {
  padding-left: 30px;
padding-right: 40px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0.5);
}








#s-0be74e6c-6aa1-493b-ba80-4431053e0406 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0be74e6c-6aa1-493b-ba80-4431053e0406.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-5fd8f938-b463-4343-a12a-56b9c29e85f8 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-5fd8f938-b463-4343-a12a-56b9c29e85f8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: right;
}



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

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

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

#s-3d0fe369-cb20-4717-9c5a-eae81053c87e {
  text-align: right;
}

.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-db68ad82-0a47-4e11-b37c-ab5d6c7083b8 {
  padding-top: 8px;
}

.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-d0d5d42f-ea87-47e9-8df1-f2256dbf2371 {
  margin-top: -30px;
min-height: 200px;
text-align: center;
}
@media (min-width: 1200px){#s-d0d5d42f-ea87-47e9-8df1-f2256dbf2371 {
  display: none;
}
#s-d0d5d42f-ea87-47e9-8df1-f2256dbf2371, #wrap-s-d0d5d42f-ea87-47e9-8df1-f2256dbf2371 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0d5d42f-ea87-47e9-8df1-f2256dbf2371 {
  display: none;
}
#s-d0d5d42f-ea87-47e9-8df1-f2256dbf2371, #wrap-s-d0d5d42f-ea87-47e9-8df1-f2256dbf2371 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0d5d42f-ea87-47e9-8df1-f2256dbf2371 {
  
}
}@media (max-width: 767px){#s-d0d5d42f-ea87-47e9-8df1-f2256dbf2371 {
  display: none;
}
#s-d0d5d42f-ea87-47e9-8df1-f2256dbf2371, #wrap-s-d0d5d42f-ea87-47e9-8df1-f2256dbf2371 { display: none !important; }}







#s-d0d5d42f-ea87-47e9-8df1-f2256dbf2371 .shogun-image-content {
  
    align-items: center;
  
}

#s-28038b95-45f3-4d72-af45-71ce70bcb549 {
  margin-top: -30px;
min-height: 135px;
text-align: center;
}
@media (min-width: 1200px){#s-28038b95-45f3-4d72-af45-71ce70bcb549 {
  display: none;
}
#s-28038b95-45f3-4d72-af45-71ce70bcb549, #wrap-s-28038b95-45f3-4d72-af45-71ce70bcb549 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28038b95-45f3-4d72-af45-71ce70bcb549 {
  display: none;
}
#s-28038b95-45f3-4d72-af45-71ce70bcb549, #wrap-s-28038b95-45f3-4d72-af45-71ce70bcb549 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28038b95-45f3-4d72-af45-71ce70bcb549 {
  display: none;
}
#s-28038b95-45f3-4d72-af45-71ce70bcb549, #wrap-s-28038b95-45f3-4d72-af45-71ce70bcb549 { display: none !important; }}







#s-28038b95-45f3-4d72-af45-71ce70bcb549 .shogun-image-content {
  
    align-items: center;
  
}

#s-44a49414-0744-40ca-badd-a3f7414de071 {
  margin-left: 20px;
margin-bottom: -15px;
margin-right: 20px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-44a49414-0744-40ca-badd-a3f7414de071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44a49414-0744-40ca-badd-a3f7414de071.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fb68050-0f8d-4364-bb0f-09d07d1f8c19 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 980px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-9fb68050-0f8d-4364-bb0f-09d07d1f8c19 {
  
}
}@media (max-width: 767px){#s-9fb68050-0f8d-4364-bb0f-09d07d1f8c19 {
  
}
}







#s-9fb68050-0f8d-4364-bb0f-09d07d1f8c19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fb68050-0f8d-4364-bb0f-09d07d1f8c19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45537cbf-01cf-4227-8c3a-c55d28cda7e2 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-45537cbf-01cf-4227-8c3a-c55d28cda7e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45537cbf-01cf-4227-8c3a-c55d28cda7e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62dd9658-d5c8-45c0-97a6-252507aa2cd6 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: left;
}

#s-62dd9658-d5c8-45c0-97a6-252507aa2cd6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-b322be74-7c15-4ddf-8321-8613f107e242 {
  
}
}@media (max-width: 767px){#s-b322be74-7c15-4ddf-8321-8613f107e242 {
  
}
}
#s-5b07d539-78c9-440f-88cf-cd69b6d60c30 {
  padding-top: 15px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-5b07d539-78c9-440f-88cf-cd69b6d60c30 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b07d539-78c9-440f-88cf-cd69b6d60c30 {
  
}
}@media (max-width: 767px){#s-5b07d539-78c9-440f-88cf-cd69b6d60c30 {
  
}
}
#s-5b07d539-78c9-440f-88cf-cd69b6d60c30 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-fc5fe067-e443-4faf-89fa-048c49f0f559 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-fc5fe067-e443-4faf-89fa-048c49f0f559"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc5fe067-e443-4faf-89fa-048c49f0f559"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-fc5fe067-e443-4faf-89fa-048c49f0f559"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-fc5fe067-e443-4faf-89fa-048c49f0f559"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-fc5fe067-e443-4faf-89fa-048c49f0f559"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-fc5fe067-e443-4faf-89fa-048c49f0f559"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-fc5fe067-e443-4faf-89fa-048c49f0f559"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-365e7dc1-6ce9-4006-8157-2553e106d791 {
  margin-top: -30px;
text-align: center;
}







  #s-365e7dc1-6ce9-4006-8157-2553e106d791 img.shogun-image {
    

    
    
    
  }


#s-365e7dc1-6ce9-4006-8157-2553e106d791 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6dc46f5-98ea-4cb3-9111-255e92d1b86d {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f6dc46f5-98ea-4cb3-9111-255e92d1b86d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6dc46f5-98ea-4cb3-9111-255e92d1b86d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-f6dc46f5-98ea-4cb3-9111-255e92d1b86d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f6dc46f5-98ea-4cb3-9111-255e92d1b86d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-f6dc46f5-98ea-4cb3-9111-255e92d1b86d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f6dc46f5-98ea-4cb3-9111-255e92d1b86d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-f6dc46f5-98ea-4cb3-9111-255e92d1b86d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-62ab041f-e801-4b6a-94f1-4292d094d62d {
  padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-6a151076-d308-487a-9f26-bcf8e047e406 {
  min-height: 136px;
background-color: rgba(0, 0, 0, 0);
}








#s-6a151076-d308-487a-9f26-bcf8e047e406 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a151076-d308-487a-9f26-bcf8e047e406.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-555c897d-72e9-4bba-bac3-bbd759cda895 {
  margin-top: 0px;
margin-bottom: 6px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(0, 120, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-555c897d-72e9-4bba-bac3-bbd759cda895:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-555c897d-72e9-4bba-bac3-bbd759cda895:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-555c897d-72e9-4bba-bac3-bbd759cda895-root {
    text-align: center;
  }


#s-555c897d-72e9-4bba-bac3-bbd759cda895.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-555c897d-72e9-4bba-bac3-bbd759cda895-root {
    text-align: center;
  }


#s-555c897d-72e9-4bba-bac3-bbd759cda895.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-555c897d-72e9-4bba-bac3-bbd759cda895-root {
    text-align: center;
  }


#s-555c897d-72e9-4bba-bac3-bbd759cda895.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-555c897d-72e9-4bba-bac3-bbd759cda895-root {
    text-align: center;
  }


#s-555c897d-72e9-4bba-bac3-bbd759cda895.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-555c897d-72e9-4bba-bac3-bbd759cda895-root {
    text-align: center;
  }


#s-555c897d-72e9-4bba-bac3-bbd759cda895.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-aa6e1796-17d5-45f3-98b5-9c38306f0e8d {
  margin-bottom: 6px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(37, 37, 37, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-aa6e1796-17d5-45f3-98b5-9c38306f0e8d:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aa6e1796-17d5-45f3-98b5-9c38306f0e8d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa6e1796-17d5-45f3-98b5-9c38306f0e8d-root {
    text-align: center;
  }


#s-aa6e1796-17d5-45f3-98b5-9c38306f0e8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-aa6e1796-17d5-45f3-98b5-9c38306f0e8d-root {
    text-align: center;
  }


#s-aa6e1796-17d5-45f3-98b5-9c38306f0e8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa6e1796-17d5-45f3-98b5-9c38306f0e8d-root {
    text-align: center;
  }


#s-aa6e1796-17d5-45f3-98b5-9c38306f0e8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa6e1796-17d5-45f3-98b5-9c38306f0e8d-root {
    text-align: center;
  }


#s-aa6e1796-17d5-45f3-98b5-9c38306f0e8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-aa6e1796-17d5-45f3-98b5-9c38306f0e8d-root {
    text-align: center;
  }


#s-aa6e1796-17d5-45f3-98b5-9c38306f0e8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-1a7c979f-ddd4-4519-91f0-742aae51c420 {
  padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(37, 37, 37, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1a7c979f-ddd4-4519-91f0-742aae51c420:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1a7c979f-ddd4-4519-91f0-742aae51c420:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1a7c979f-ddd4-4519-91f0-742aae51c420-root {
    text-align: center;
  }


#s-1a7c979f-ddd4-4519-91f0-742aae51c420.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1a7c979f-ddd4-4519-91f0-742aae51c420-root {
    text-align: center;
  }


#s-1a7c979f-ddd4-4519-91f0-742aae51c420.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a7c979f-ddd4-4519-91f0-742aae51c420-root {
    text-align: center;
  }


#s-1a7c979f-ddd4-4519-91f0-742aae51c420.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a7c979f-ddd4-4519-91f0-742aae51c420-root {
    text-align: center;
  }


#s-1a7c979f-ddd4-4519-91f0-742aae51c420.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1a7c979f-ddd4-4519-91f0-742aae51c420-root {
    text-align: center;
  }


#s-1a7c979f-ddd4-4519-91f0-742aae51c420.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-79bd3969-8f18-4692-8ee6-188420acb6ba {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-79bd3969-8f18-4692-8ee6-188420acb6ba {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-79bd3969-8f18-4692-8ee6-188420acb6ba {
  margin-top: 15px;
margin-bottom: 15px;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-f5ca2234-5ef7-46a9-8adb-91e45ace4ac1 hr {
  border-top: 2px solid #ddd;
}

#s-84fccaef-e31b-4a80-8d1f-f1dfee125c86 {
  padding-bottom: 30px;
text-align: left;
}
@media (min-width: 1200px){#s-84fccaef-e31b-4a80-8d1f-f1dfee125c86 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-84fccaef-e31b-4a80-8d1f-f1dfee125c86 {
  
}
}@media (max-width: 767px){#s-84fccaef-e31b-4a80-8d1f-f1dfee125c86 {
  
}
}
#s-84fccaef-e31b-4a80-8d1f-f1dfee125c86 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-8b91bbe6-b949-41ec-9393-eb3fac0d142d {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-8b91bbe6-b949-41ec-9393-eb3fac0d142d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b91bbe6-b949-41ec-9393-eb3fac0d142d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8b91bbe6-b949-41ec-9393-eb3fac0d142d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8b91bbe6-b949-41ec-9393-eb3fac0d142d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8b91bbe6-b949-41ec-9393-eb3fac0d142d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8b91bbe6-b949-41ec-9393-eb3fac0d142d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8b91bbe6-b949-41ec-9393-eb3fac0d142d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-c3115d5d-0527-4781-8cf9-b9fa8e2ac12b {
  margin-top: -30px;
text-align: center;
}







  #s-c3115d5d-0527-4781-8cf9-b9fa8e2ac12b img.shogun-image {
    

    
    
    
  }


#s-c3115d5d-0527-4781-8cf9-b9fa8e2ac12b .shogun-image-content {
  
    align-items: center;
  
}

#s-59b0fccb-b746-4528-a506-d7d9a7dee65f {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-59b0fccb-b746-4528-a506-d7d9a7dee65f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59b0fccb-b746-4528-a506-d7d9a7dee65f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-59b0fccb-b746-4528-a506-d7d9a7dee65f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-59b0fccb-b746-4528-a506-d7d9a7dee65f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-59b0fccb-b746-4528-a506-d7d9a7dee65f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-59b0fccb-b746-4528-a506-d7d9a7dee65f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-59b0fccb-b746-4528-a506-d7d9a7dee65f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-806afea6-09ea-4974-a566-9c7c27372230 {
  padding-top: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-47b1db3f-a63a-47c5-9f9b-e7741219c0f3 {
  min-height: 136px;
background-color: rgba(0, 0, 0, 0);
}








#s-47b1db3f-a63a-47c5-9f9b-e7741219c0f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47b1db3f-a63a-47c5-9f9b-e7741219c0f3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-92ffe509-7a3b-46b1-9dcc-df6fa101e5e6 {
  margin-top: 0px;
margin-bottom: 6px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(0, 120, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-92ffe509-7a3b-46b1-9dcc-df6fa101e5e6:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-92ffe509-7a3b-46b1-9dcc-df6fa101e5e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-92ffe509-7a3b-46b1-9dcc-df6fa101e5e6-root {
    text-align: center;
  }


#s-92ffe509-7a3b-46b1-9dcc-df6fa101e5e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-92ffe509-7a3b-46b1-9dcc-df6fa101e5e6-root {
    text-align: center;
  }


#s-92ffe509-7a3b-46b1-9dcc-df6fa101e5e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92ffe509-7a3b-46b1-9dcc-df6fa101e5e6-root {
    text-align: center;
  }


#s-92ffe509-7a3b-46b1-9dcc-df6fa101e5e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92ffe509-7a3b-46b1-9dcc-df6fa101e5e6-root {
    text-align: center;
  }


#s-92ffe509-7a3b-46b1-9dcc-df6fa101e5e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-92ffe509-7a3b-46b1-9dcc-df6fa101e5e6-root {
    text-align: center;
  }


#s-92ffe509-7a3b-46b1-9dcc-df6fa101e5e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-27bbe108-61b7-4182-b867-9ad0a1c76f8e {
  margin-bottom: 6px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(37, 37, 37, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-27bbe108-61b7-4182-b867-9ad0a1c76f8e:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-27bbe108-61b7-4182-b867-9ad0a1c76f8e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27bbe108-61b7-4182-b867-9ad0a1c76f8e-root {
    text-align: center;
  }


#s-27bbe108-61b7-4182-b867-9ad0a1c76f8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-27bbe108-61b7-4182-b867-9ad0a1c76f8e-root {
    text-align: center;
  }


#s-27bbe108-61b7-4182-b867-9ad0a1c76f8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27bbe108-61b7-4182-b867-9ad0a1c76f8e-root {
    text-align: center;
  }


#s-27bbe108-61b7-4182-b867-9ad0a1c76f8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27bbe108-61b7-4182-b867-9ad0a1c76f8e-root {
    text-align: center;
  }


#s-27bbe108-61b7-4182-b867-9ad0a1c76f8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-27bbe108-61b7-4182-b867-9ad0a1c76f8e-root {
    text-align: center;
  }


#s-27bbe108-61b7-4182-b867-9ad0a1c76f8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-231b06da-5192-4381-83b7-5bd3e01d5647 {
  padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(37, 37, 37, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-231b06da-5192-4381-83b7-5bd3e01d5647:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-231b06da-5192-4381-83b7-5bd3e01d5647:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-231b06da-5192-4381-83b7-5bd3e01d5647-root {
    text-align: center;
  }


#s-231b06da-5192-4381-83b7-5bd3e01d5647.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-231b06da-5192-4381-83b7-5bd3e01d5647-root {
    text-align: center;
  }


#s-231b06da-5192-4381-83b7-5bd3e01d5647.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-231b06da-5192-4381-83b7-5bd3e01d5647-root {
    text-align: center;
  }


#s-231b06da-5192-4381-83b7-5bd3e01d5647.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-231b06da-5192-4381-83b7-5bd3e01d5647-root {
    text-align: center;
  }


#s-231b06da-5192-4381-83b7-5bd3e01d5647.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-231b06da-5192-4381-83b7-5bd3e01d5647-root {
    text-align: center;
  }


#s-231b06da-5192-4381-83b7-5bd3e01d5647.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-0c2b2061-15e2-4642-b64b-9e1f33960883 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c2b2061-15e2-4642-b64b-9e1f33960883 {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-0c2b2061-15e2-4642-b64b-9e1f33960883 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-a3666b2f-5f2e-46ac-8f47-279f4b605f39 {
  padding-bottom: 12px;
}

#s-a3666b2f-5f2e-46ac-8f47-279f4b605f39 hr {
  border-top: 2px solid #ddd;
}

#s-6409607f-97ca-4229-b3d4-f026569fd610 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-6409607f-97ca-4229-b3d4-f026569fd610"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6409607f-97ca-4229-b3d4-f026569fd610"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6409607f-97ca-4229-b3d4-f026569fd610"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6409607f-97ca-4229-b3d4-f026569fd610"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6409607f-97ca-4229-b3d4-f026569fd610"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6409607f-97ca-4229-b3d4-f026569fd610"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-6409607f-97ca-4229-b3d4-f026569fd610"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-524f5cf5-6f9a-40e3-bfa0-0c098742dc96 {
  margin-top: -30px;
text-align: center;
}







  #s-524f5cf5-6f9a-40e3-bfa0-0c098742dc96 img.shogun-image {
    

    
    
    
  }


#s-524f5cf5-6f9a-40e3-bfa0-0c098742dc96 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d80cd82-f482-4822-8533-01d166b7156d {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1d80cd82-f482-4822-8533-01d166b7156d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d80cd82-f482-4822-8533-01d166b7156d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1d80cd82-f482-4822-8533-01d166b7156d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1d80cd82-f482-4822-8533-01d166b7156d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1d80cd82-f482-4822-8533-01d166b7156d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1d80cd82-f482-4822-8533-01d166b7156d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-1d80cd82-f482-4822-8533-01d166b7156d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-53d74979-05c4-4938-85fb-08d2177d3724 {
  padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-61b9b7f4-3162-4a8d-9d9c-1e6587f18466 {
  min-height: 136px;
background-color: rgba(0, 0, 0, 0);
}








#s-61b9b7f4-3162-4a8d-9d9c-1e6587f18466 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61b9b7f4-3162-4a8d-9d9c-1e6587f18466.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-11d3b6e1-1583-4516-b163-429feaef3584 {
  margin-top: 0px;
margin-bottom: 6px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(0, 120, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-11d3b6e1-1583-4516-b163-429feaef3584:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-11d3b6e1-1583-4516-b163-429feaef3584:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-11d3b6e1-1583-4516-b163-429feaef3584-root {
    text-align: center;
  }


#s-11d3b6e1-1583-4516-b163-429feaef3584.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-11d3b6e1-1583-4516-b163-429feaef3584-root {
    text-align: center;
  }


#s-11d3b6e1-1583-4516-b163-429feaef3584.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11d3b6e1-1583-4516-b163-429feaef3584-root {
    text-align: center;
  }


#s-11d3b6e1-1583-4516-b163-429feaef3584.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11d3b6e1-1583-4516-b163-429feaef3584-root {
    text-align: center;
  }


#s-11d3b6e1-1583-4516-b163-429feaef3584.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-11d3b6e1-1583-4516-b163-429feaef3584-root {
    text-align: center;
  }


#s-11d3b6e1-1583-4516-b163-429feaef3584.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-8dd6f7fb-ebac-4483-80b4-949753c08fe2 {
  margin-bottom: 6px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(37, 37, 37, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8dd6f7fb-ebac-4483-80b4-949753c08fe2:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8dd6f7fb-ebac-4483-80b4-949753c08fe2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8dd6f7fb-ebac-4483-80b4-949753c08fe2-root {
    text-align: center;
  }


#s-8dd6f7fb-ebac-4483-80b4-949753c08fe2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8dd6f7fb-ebac-4483-80b4-949753c08fe2-root {
    text-align: center;
  }


#s-8dd6f7fb-ebac-4483-80b4-949753c08fe2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8dd6f7fb-ebac-4483-80b4-949753c08fe2-root {
    text-align: center;
  }


#s-8dd6f7fb-ebac-4483-80b4-949753c08fe2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8dd6f7fb-ebac-4483-80b4-949753c08fe2-root {
    text-align: center;
  }


#s-8dd6f7fb-ebac-4483-80b4-949753c08fe2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8dd6f7fb-ebac-4483-80b4-949753c08fe2-root {
    text-align: center;
  }


#s-8dd6f7fb-ebac-4483-80b4-949753c08fe2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-796c51ee-6f31-4ac0-96cf-79ab33f5d338 {
  padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(37, 37, 37, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-796c51ee-6f31-4ac0-96cf-79ab33f5d338:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-796c51ee-6f31-4ac0-96cf-79ab33f5d338:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-796c51ee-6f31-4ac0-96cf-79ab33f5d338-root {
    text-align: center;
  }


#s-796c51ee-6f31-4ac0-96cf-79ab33f5d338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-796c51ee-6f31-4ac0-96cf-79ab33f5d338-root {
    text-align: center;
  }


#s-796c51ee-6f31-4ac0-96cf-79ab33f5d338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-796c51ee-6f31-4ac0-96cf-79ab33f5d338-root {
    text-align: center;
  }


#s-796c51ee-6f31-4ac0-96cf-79ab33f5d338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-796c51ee-6f31-4ac0-96cf-79ab33f5d338-root {
    text-align: center;
  }


#s-796c51ee-6f31-4ac0-96cf-79ab33f5d338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-796c51ee-6f31-4ac0-96cf-79ab33f5d338-root {
    text-align: center;
  }


#s-796c51ee-6f31-4ac0-96cf-79ab33f5d338.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-ec25af5a-74f7-4a3f-91f5-973e286c0dbf {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec25af5a-74f7-4a3f-91f5-973e286c0dbf {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-ec25af5a-74f7-4a3f-91f5-973e286c0dbf {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-a9645458-ac65-4528-b3ba-04660a8eb2dd hr {
  border-top: 2px solid #ddd;
}

#s-b9a0fc1c-6142-4231-8341-36c9d0f7451e {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9a0fc1c-6142-4231-8341-36c9d0f7451e {
  
}
}@media (max-width: 767px){#s-b9a0fc1c-6142-4231-8341-36c9d0f7451e {
  
}
}
#s-b9a0fc1c-6142-4231-8341-36c9d0f7451e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-284acba1-8654-42e3-b076-d245a4514cff {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-284acba1-8654-42e3-b076-d245a4514cff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-284acba1-8654-42e3-b076-d245a4514cff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-284acba1-8654-42e3-b076-d245a4514cff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-284acba1-8654-42e3-b076-d245a4514cff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-284acba1-8654-42e3-b076-d245a4514cff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-284acba1-8654-42e3-b076-d245a4514cff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-284acba1-8654-42e3-b076-d245a4514cff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-7852c2bb-cfce-446f-a781-1ea5055c2750 {
  margin-top: -30px;
text-align: center;
}







  #s-7852c2bb-cfce-446f-a781-1ea5055c2750 img.shogun-image {
    

    
    
    
  }


#s-7852c2bb-cfce-446f-a781-1ea5055c2750 .shogun-image-content {
  
    align-items: center;
  
}

#s-89a093eb-abc8-4d99-b3f7-667876cb553f {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-89a093eb-abc8-4d99-b3f7-667876cb553f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89a093eb-abc8-4d99-b3f7-667876cb553f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-89a093eb-abc8-4d99-b3f7-667876cb553f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-89a093eb-abc8-4d99-b3f7-667876cb553f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-89a093eb-abc8-4d99-b3f7-667876cb553f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-89a093eb-abc8-4d99-b3f7-667876cb553f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-89a093eb-abc8-4d99-b3f7-667876cb553f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-8f58c62f-fb19-46b0-81ed-04432219766a {
  padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-d59be602-539b-4fc2-8a86-839ebe9b44f1 {
  min-height: 136px;
background-color: rgba(0, 0, 0, 0);
}








#s-d59be602-539b-4fc2-8a86-839ebe9b44f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d59be602-539b-4fc2-8a86-839ebe9b44f1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6236d232-ebbd-44d2-aae1-716245de3110 {
  margin-top: 0px;
margin-bottom: 6px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(0, 120, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6236d232-ebbd-44d2-aae1-716245de3110:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6236d232-ebbd-44d2-aae1-716245de3110:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6236d232-ebbd-44d2-aae1-716245de3110-root {
    text-align: center;
  }


#s-6236d232-ebbd-44d2-aae1-716245de3110.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6236d232-ebbd-44d2-aae1-716245de3110-root {
    text-align: center;
  }


#s-6236d232-ebbd-44d2-aae1-716245de3110.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6236d232-ebbd-44d2-aae1-716245de3110-root {
    text-align: center;
  }


#s-6236d232-ebbd-44d2-aae1-716245de3110.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6236d232-ebbd-44d2-aae1-716245de3110-root {
    text-align: center;
  }


#s-6236d232-ebbd-44d2-aae1-716245de3110.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6236d232-ebbd-44d2-aae1-716245de3110-root {
    text-align: center;
  }


#s-6236d232-ebbd-44d2-aae1-716245de3110.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-30ebc908-c41c-42d9-9084-8250413e00ba {
  margin-bottom: 6px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(37, 37, 37, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-30ebc908-c41c-42d9-9084-8250413e00ba:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-30ebc908-c41c-42d9-9084-8250413e00ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-30ebc908-c41c-42d9-9084-8250413e00ba-root {
    text-align: center;
  }


#s-30ebc908-c41c-42d9-9084-8250413e00ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-30ebc908-c41c-42d9-9084-8250413e00ba-root {
    text-align: center;
  }


#s-30ebc908-c41c-42d9-9084-8250413e00ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-30ebc908-c41c-42d9-9084-8250413e00ba-root {
    text-align: center;
  }


#s-30ebc908-c41c-42d9-9084-8250413e00ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-30ebc908-c41c-42d9-9084-8250413e00ba-root {
    text-align: center;
  }


#s-30ebc908-c41c-42d9-9084-8250413e00ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-30ebc908-c41c-42d9-9084-8250413e00ba-root {
    text-align: center;
  }


#s-30ebc908-c41c-42d9-9084-8250413e00ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-92d4a35f-fd52-41d8-a6af-7fb088df4d84 {
  padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(37, 37, 37, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-92d4a35f-fd52-41d8-a6af-7fb088df4d84:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-92d4a35f-fd52-41d8-a6af-7fb088df4d84:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-92d4a35f-fd52-41d8-a6af-7fb088df4d84-root {
    text-align: center;
  }


#s-92d4a35f-fd52-41d8-a6af-7fb088df4d84.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-92d4a35f-fd52-41d8-a6af-7fb088df4d84-root {
    text-align: center;
  }


#s-92d4a35f-fd52-41d8-a6af-7fb088df4d84.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92d4a35f-fd52-41d8-a6af-7fb088df4d84-root {
    text-align: center;
  }


#s-92d4a35f-fd52-41d8-a6af-7fb088df4d84.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92d4a35f-fd52-41d8-a6af-7fb088df4d84-root {
    text-align: center;
  }


#s-92d4a35f-fd52-41d8-a6af-7fb088df4d84.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-92d4a35f-fd52-41d8-a6af-7fb088df4d84-root {
    text-align: center;
  }


#s-92d4a35f-fd52-41d8-a6af-7fb088df4d84.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-2327a632-a02d-416d-8393-e57f725fdfab {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2327a632-a02d-416d-8393-e57f725fdfab {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-2327a632-a02d-416d-8393-e57f725fdfab {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-b0ef6d90-54a1-4822-a2d9-161e8c728d7e hr {
  border-top: 2px solid #ddd;
}

#s-04e06792-f8d5-4839-8a48-4143880e9f61 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-04e06792-f8d5-4839-8a48-4143880e9f61 {
  
}
}@media (max-width: 767px){#s-04e06792-f8d5-4839-8a48-4143880e9f61 {
  
}
}
#s-04e06792-f8d5-4839-8a48-4143880e9f61 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e2930264-a251-4634-8bd8-21fbe4b54243 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-e2930264-a251-4634-8bd8-21fbe4b54243"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2930264-a251-4634-8bd8-21fbe4b54243"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e2930264-a251-4634-8bd8-21fbe4b54243"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e2930264-a251-4634-8bd8-21fbe4b54243"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e2930264-a251-4634-8bd8-21fbe4b54243"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e2930264-a251-4634-8bd8-21fbe4b54243"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e2930264-a251-4634-8bd8-21fbe4b54243"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-13b499db-2541-4e22-9190-dfb207bfebc4 {
  margin-top: -30px;
text-align: center;
}







  #s-13b499db-2541-4e22-9190-dfb207bfebc4 img.shogun-image {
    

    
    
    
  }


#s-13b499db-2541-4e22-9190-dfb207bfebc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-04e65990-8989-4516-ad4c-4bf17334ffab {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-04e65990-8989-4516-ad4c-4bf17334ffab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04e65990-8989-4516-ad4c-4bf17334ffab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-04e65990-8989-4516-ad4c-4bf17334ffab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-04e65990-8989-4516-ad4c-4bf17334ffab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-04e65990-8989-4516-ad4c-4bf17334ffab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-04e65990-8989-4516-ad4c-4bf17334ffab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-04e65990-8989-4516-ad4c-4bf17334ffab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-4655cf53-b3d5-49a0-98bf-c4004d4cdecd {
  padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-5e439ab3-3fbb-4bd3-84ce-cbcd3e21a696 {
  min-height: 136px;
background-color: rgba(0, 0, 0, 0);
}








#s-5e439ab3-3fbb-4bd3-84ce-cbcd3e21a696 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e439ab3-3fbb-4bd3-84ce-cbcd3e21a696.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5602b496-4934-420e-96fa-765a0c5a0476 {
  margin-top: 0px;
margin-bottom: 6px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(0, 120, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5602b496-4934-420e-96fa-765a0c5a0476:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5602b496-4934-420e-96fa-765a0c5a0476:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5602b496-4934-420e-96fa-765a0c5a0476-root {
    text-align: center;
  }


#s-5602b496-4934-420e-96fa-765a0c5a0476.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5602b496-4934-420e-96fa-765a0c5a0476-root {
    text-align: center;
  }


#s-5602b496-4934-420e-96fa-765a0c5a0476.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5602b496-4934-420e-96fa-765a0c5a0476-root {
    text-align: center;
  }


#s-5602b496-4934-420e-96fa-765a0c5a0476.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5602b496-4934-420e-96fa-765a0c5a0476-root {
    text-align: center;
  }


#s-5602b496-4934-420e-96fa-765a0c5a0476.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5602b496-4934-420e-96fa-765a0c5a0476-root {
    text-align: center;
  }


#s-5602b496-4934-420e-96fa-765a0c5a0476.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-20f34a7c-a1f2-459b-96a6-2bb659aeff4e {
  margin-bottom: 6px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(37, 37, 37, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-20f34a7c-a1f2-459b-96a6-2bb659aeff4e:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-20f34a7c-a1f2-459b-96a6-2bb659aeff4e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-20f34a7c-a1f2-459b-96a6-2bb659aeff4e-root {
    text-align: center;
  }


#s-20f34a7c-a1f2-459b-96a6-2bb659aeff4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-20f34a7c-a1f2-459b-96a6-2bb659aeff4e-root {
    text-align: center;
  }


#s-20f34a7c-a1f2-459b-96a6-2bb659aeff4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20f34a7c-a1f2-459b-96a6-2bb659aeff4e-root {
    text-align: center;
  }


#s-20f34a7c-a1f2-459b-96a6-2bb659aeff4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20f34a7c-a1f2-459b-96a6-2bb659aeff4e-root {
    text-align: center;
  }


#s-20f34a7c-a1f2-459b-96a6-2bb659aeff4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-20f34a7c-a1f2-459b-96a6-2bb659aeff4e-root {
    text-align: center;
  }


#s-20f34a7c-a1f2-459b-96a6-2bb659aeff4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-42bd64e4-c9ac-4120-84f8-fb2e8f8a2625 {
  padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(37, 37, 37, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-42bd64e4-c9ac-4120-84f8-fb2e8f8a2625:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-42bd64e4-c9ac-4120-84f8-fb2e8f8a2625:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-42bd64e4-c9ac-4120-84f8-fb2e8f8a2625-root {
    text-align: center;
  }


#s-42bd64e4-c9ac-4120-84f8-fb2e8f8a2625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-42bd64e4-c9ac-4120-84f8-fb2e8f8a2625-root {
    text-align: center;
  }


#s-42bd64e4-c9ac-4120-84f8-fb2e8f8a2625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42bd64e4-c9ac-4120-84f8-fb2e8f8a2625-root {
    text-align: center;
  }


#s-42bd64e4-c9ac-4120-84f8-fb2e8f8a2625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42bd64e4-c9ac-4120-84f8-fb2e8f8a2625-root {
    text-align: center;
  }


#s-42bd64e4-c9ac-4120-84f8-fb2e8f8a2625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-42bd64e4-c9ac-4120-84f8-fb2e8f8a2625-root {
    text-align: center;
  }


#s-42bd64e4-c9ac-4120-84f8-fb2e8f8a2625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e6ee1f06-64d1-48be-b371-57db333116ec {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6ee1f06-64d1-48be-b371-57db333116ec {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-e6ee1f06-64d1-48be-b371-57db333116ec {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-f4d94161-087a-43d3-847f-020519a67adb {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-f4d94161-087a-43d3-847f-020519a67adb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4d94161-087a-43d3-847f-020519a67adb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6cbc161-3812-4c70-b69e-c4da3d73ee72 hr {
  border-top: 2px solid #ddd;
}

#s-64f713c8-b921-47e1-a8df-473c66b984e5 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-64f713c8-b921-47e1-a8df-473c66b984e5 {
  
}
}@media (max-width: 767px){#s-64f713c8-b921-47e1-a8df-473c66b984e5 {
  
}
}
#s-64f713c8-b921-47e1-a8df-473c66b984e5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-52e50e8e-23f2-461b-a5b7-62dba1fbce13 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-52e50e8e-23f2-461b-a5b7-62dba1fbce13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52e50e8e-23f2-461b-a5b7-62dba1fbce13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-52e50e8e-23f2-461b-a5b7-62dba1fbce13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-52e50e8e-23f2-461b-a5b7-62dba1fbce13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-52e50e8e-23f2-461b-a5b7-62dba1fbce13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-52e50e8e-23f2-461b-a5b7-62dba1fbce13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-52e50e8e-23f2-461b-a5b7-62dba1fbce13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-0b689528-5a6b-44c5-9811-feb73864f011 {
  margin-top: -30px;
text-align: center;
}







  #s-0b689528-5a6b-44c5-9811-feb73864f011 img.shogun-image {
    

    
    
    
  }


#s-0b689528-5a6b-44c5-9811-feb73864f011 .shogun-image-content {
  
    align-items: center;
  
}

#s-01ef395a-981a-4d6b-beb7-f5e7ce71d059 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-01ef395a-981a-4d6b-beb7-f5e7ce71d059"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01ef395a-981a-4d6b-beb7-f5e7ce71d059"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-01ef395a-981a-4d6b-beb7-f5e7ce71d059"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-01ef395a-981a-4d6b-beb7-f5e7ce71d059"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-01ef395a-981a-4d6b-beb7-f5e7ce71d059"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-01ef395a-981a-4d6b-beb7-f5e7ce71d059"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-01ef395a-981a-4d6b-beb7-f5e7ce71d059"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b150d8ee-62be-4746-a634-dfc7c0f0b61f {
  padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-6a95ef17-45db-4a0e-9a33-56fc1a91d0fe {
  min-height: 136px;
background-color: rgba(0, 0, 0, 0);
}








#s-6a95ef17-45db-4a0e-9a33-56fc1a91d0fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a95ef17-45db-4a0e-9a33-56fc1a91d0fe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8ca161cc-738a-4577-b381-c985238a52db {
  margin-top: 0px;
margin-bottom: 6px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(0, 120, 120, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8ca161cc-738a-4577-b381-c985238a52db:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8ca161cc-738a-4577-b381-c985238a52db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ca161cc-738a-4577-b381-c985238a52db-root {
    text-align: center;
  }


#s-8ca161cc-738a-4577-b381-c985238a52db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ca161cc-738a-4577-b381-c985238a52db-root {
    text-align: center;
  }


#s-8ca161cc-738a-4577-b381-c985238a52db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ca161cc-738a-4577-b381-c985238a52db-root {
    text-align: center;
  }


#s-8ca161cc-738a-4577-b381-c985238a52db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ca161cc-738a-4577-b381-c985238a52db-root {
    text-align: center;
  }


#s-8ca161cc-738a-4577-b381-c985238a52db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ca161cc-738a-4577-b381-c985238a52db-root {
    text-align: center;
  }


#s-8ca161cc-738a-4577-b381-c985238a52db.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-44ecbd92-bab3-4fc9-8a3c-ba1ee1434d24 {
  margin-bottom: 6px;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(37, 37, 37, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-44ecbd92-bab3-4fc9-8a3c-ba1ee1434d24:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-44ecbd92-bab3-4fc9-8a3c-ba1ee1434d24:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-44ecbd92-bab3-4fc9-8a3c-ba1ee1434d24-root {
    text-align: center;
  }


#s-44ecbd92-bab3-4fc9-8a3c-ba1ee1434d24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-44ecbd92-bab3-4fc9-8a3c-ba1ee1434d24-root {
    text-align: center;
  }


#s-44ecbd92-bab3-4fc9-8a3c-ba1ee1434d24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44ecbd92-bab3-4fc9-8a3c-ba1ee1434d24-root {
    text-align: center;
  }


#s-44ecbd92-bab3-4fc9-8a3c-ba1ee1434d24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44ecbd92-bab3-4fc9-8a3c-ba1ee1434d24-root {
    text-align: center;
  }


#s-44ecbd92-bab3-4fc9-8a3c-ba1ee1434d24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-44ecbd92-bab3-4fc9-8a3c-ba1ee1434d24-root {
    text-align: center;
  }


#s-44ecbd92-bab3-4fc9-8a3c-ba1ee1434d24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-52413969-013d-4913-977b-90c437d77aaa {
  padding-top: 8px;
padding-left: 20px;
padding-bottom: 8px;
padding-right: 20px;
background-color: rgba(37, 37, 37, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-52413969-013d-4913-977b-90c437d77aaa:hover {background-color: rgba(0, 120, 120, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-52413969-013d-4913-977b-90c437d77aaa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-52413969-013d-4913-977b-90c437d77aaa-root {
    text-align: center;
  }


#s-52413969-013d-4913-977b-90c437d77aaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-52413969-013d-4913-977b-90c437d77aaa-root {
    text-align: center;
  }


#s-52413969-013d-4913-977b-90c437d77aaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52413969-013d-4913-977b-90c437d77aaa-root {
    text-align: center;
  }


#s-52413969-013d-4913-977b-90c437d77aaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52413969-013d-4913-977b-90c437d77aaa-root {
    text-align: center;
  }


#s-52413969-013d-4913-977b-90c437d77aaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-52413969-013d-4913-977b-90c437d77aaa-root {
    text-align: center;
  }


#s-52413969-013d-4913-977b-90c437d77aaa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-da99c0e5-dee5-4af3-8f41-9ac1b1bc04cc {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-da99c0e5-dee5-4af3-8f41-9ac1b1bc04cc {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-da99c0e5-dee5-4af3-8f41-9ac1b1bc04cc {
  margin-top: 15px;
margin-bottom: 15px;
}
}
/*
  $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}
