.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-a186ff3b-16f5-4a0f-bc57-e6ee517da90e {
  margin-bottom: 1em;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
background-color: rgba(146, 206, 190, 1);
}
@media (min-width: 1200px){#s-a186ff3b-16f5-4a0f-bc57-e6ee517da90e {
  display: none;
}
#s-a186ff3b-16f5-4a0f-bc57-e6ee517da90e, #wrap-s-a186ff3b-16f5-4a0f-bc57-e6ee517da90e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a186ff3b-16f5-4a0f-bc57-e6ee517da90e {
  display: none;
}
#s-a186ff3b-16f5-4a0f-bc57-e6ee517da90e, #wrap-s-a186ff3b-16f5-4a0f-bc57-e6ee517da90e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a186ff3b-16f5-4a0f-bc57-e6ee517da90e {
  display: none;
}
#s-a186ff3b-16f5-4a0f-bc57-e6ee517da90e, #wrap-s-a186ff3b-16f5-4a0f-bc57-e6ee517da90e { display: none !important; }}@media (max-width: 767px){#s-a186ff3b-16f5-4a0f-bc57-e6ee517da90e {
  display: none;
}
#s-a186ff3b-16f5-4a0f-bc57-e6ee517da90e, #wrap-s-a186ff3b-16f5-4a0f-bc57-e6ee517da90e { display: none !important; }}







#s-a186ff3b-16f5-4a0f-bc57-e6ee517da90e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a186ff3b-16f5-4a0f-bc57-e6ee517da90e.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-6d988cda-eb3c-438a-9982-7783212d7fba {
  margin-bottom: 1em;
padding-top: 0.5em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
background-color: rgba(146, 206, 190, 1);
}








#s-6d988cda-eb3c-438a-9982-7783212d7fba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d988cda-eb3c-438a-9982-7783212d7fba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-e3ba4881-9c1c-4b3b-ae97-427b078f5934 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-e3ba4881-9c1c-4b3b-ae97-427b078f5934 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 10px;
}

#s-e3ba4881-9c1c-4b3b-ae97-427b078f5934 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e3ba4881-9c1c-4b3b-ae97-427b078f5934 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e3ba4881-9c1c-4b3b-ae97-427b078f5934 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: PT Sans;
  font-weight: 700;
  font-style: ;
  font-size: 12px;
}

#s-e3ba4881-9c1c-4b3b-ae97-427b078f5934 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}
#s-b9e41578-6bd3-4c60-adb2-7189f5f51ffe {
  min-height: 50px;
}








#s-b9e41578-6bd3-4c60-adb2-7189f5f51ffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9e41578-6bd3-4c60-adb2-7189f5f51ffe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c67ce5ab-9040-4221-b516-d26a60ddf0ea {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-c67ce5ab-9040-4221-b516-d26a60ddf0ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c67ce5ab-9040-4221-b516-d26a60ddf0ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-11f8367e-b61e-4e84-ba85-374c5e4a1746 {
  margin-left: 0em;
margin-right: 0em;
}

@media (min-width: 0px) {
[id="s-11f8367e-b61e-4e84-ba85-374c5e4a1746"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

}

@media (min-width: 768px) {
[id="s-11f8367e-b61e-4e84-ba85-374c5e4a1746"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-11f8367e-b61e-4e84-ba85-374c5e4a1746"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-11f8367e-b61e-4e84-ba85-374c5e4a1746"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

}

.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-a22aa025-65a8-4f0e-872d-57d6c1309f00 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-a22aa025-65a8-4f0e-872d-57d6c1309f00 img.shogun-image {
    

    
    
    
  }


#s-a22aa025-65a8-4f0e-872d-57d6c1309f00 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-8357d4c0-2946-4950-a151-e223d639103d {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-8357d4c0-2946-4950-a151-e223d639103d .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-c478476b-351d-453b-8b0f-78b4604ca8c3 {
  padding-left: 10px;
padding-right: 10px;
}

#s-e9cce9a5-a632-4fa4-9cc6-12bfdcd5c56e {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-e9cce9a5-a632-4fa4-9cc6-12bfdcd5c56e img.shogun-image {
    

    
    
    
  }


#s-e9cce9a5-a632-4fa4-9cc6-12bfdcd5c56e .shogun-image-content {
  
    align-items: center;
  
}

#s-194716dc-25df-4d89-8cc9-dddf8be39858 {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-194716dc-25df-4d89-8cc9-dddf8be39858 .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-b62366c9-df46-4c03-9ed4-9f2198d59f65 {
  padding-left: 10px;
padding-right: 10px;
}

#s-10689b69-8c4a-44f2-841f-646e88be1112 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-10689b69-8c4a-44f2-841f-646e88be1112 img.shogun-image {
    

    
    
    
  }


#s-10689b69-8c4a-44f2-841f-646e88be1112 .shogun-image-content {
  
    align-items: center;
  
}

#s-b29d3fa2-8634-4abe-bf5e-3aba866ef2cf {
  padding-top: 0px;
padding-bottom: 0em;
text-align: center;
}

#s-b29d3fa2-8634-4abe-bf5e-3aba866ef2cf .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-7fef9431-10ed-47b6-bb8d-404e1df95c8f {
  padding-left: 10px;
padding-right: 10px;
}

#s-f69f50da-98a9-4ab4-9e7a-2f4f2fdad7e7 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-f69f50da-98a9-4ab4-9e7a-2f4f2fdad7e7 img.shogun-image {
    

    
    
    
  }


#s-f69f50da-98a9-4ab4-9e7a-2f4f2fdad7e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f01ad34-3fa2-4d29-97b4-ae54fb48d2e5 {
  padding-top: 0px;
padding-bottom: 0em;
text-align: center;
}

#s-2f01ad34-3fa2-4d29-97b4-ae54fb48d2e5 .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-626a41cc-1f4d-4195-a34c-ebea00cadadc {
  padding-left: 10px;
padding-right: 10px;
}

#s-d1055a90-4193-43fd-9fc4-5920fa526aaf {
  background-repeat: no-repeat;
margin-top: 5em;
margin-left: 0em;
margin-bottom: 2em;
margin-right: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-d1055a90-4193-43fd-9fc4-5920fa526aaf {
  display: none;
}
#s-d1055a90-4193-43fd-9fc4-5920fa526aaf, #wrap-s-d1055a90-4193-43fd-9fc4-5920fa526aaf { display: none !important; }}@media (max-width: 767px){#s-d1055a90-4193-43fd-9fc4-5920fa526aaf {
  display: none;
}
#s-d1055a90-4193-43fd-9fc4-5920fa526aaf, #wrap-s-d1055a90-4193-43fd-9fc4-5920fa526aaf { display: none !important; }}
#s-d1055a90-4193-43fd-9fc4-5920fa526aaf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzFjYWM4OGYtMGFmMC00MzUwLWE1YmYtOTE5NmI1ZTllM2ZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMWNhYzg4Zi0wYWYwLTQzNTAtYTViZi05MTk2YjVlOWUzZmIpIi8+PC9zdmc+);
}








#s-d1055a90-4193-43fd-9fc4-5920fa526aaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1055a90-4193-43fd-9fc4-5920fa526aaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-459e088b-6c2d-43e0-bbcd-d0fe7a7e7c0a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-459e088b-6c2d-43e0-bbcd-d0fe7a7e7c0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-459e088b-6c2d-43e0-bbcd-d0fe7a7e7c0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f5ca642-549c-4787-8182-30671fad63a4 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-8f5ca642-549c-4787-8182-30671fad63a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f5ca642-549c-4787-8182-30671fad63a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f5ca642-549c-4787-8182-30671fad63a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f5ca642-549c-4787-8182-30671fad63a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-deb911d6-7e01-43b0-9736-39f896bb7a85 {
  margin-top: -5em;
max-width: 100%;
text-align: center;
}







  #s-deb911d6-7e01-43b0-9736-39f896bb7a85 img.shogun-image {
    

    
    
    
  }


#s-deb911d6-7e01-43b0-9736-39f896bb7a85 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ca268e7-2fab-40b1-8379-ca4f76af7dc0 {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-1ca268e7-2fab-40b1-8379-ca4f76af7dc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ca268e7-2fab-40b1-8379-ca4f76af7dc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7298aa07-d04b-455d-9b86-b352bd08cbd8 {
  margin-bottom: 0.25em;
text-align: left;
}

#s-7298aa07-d04b-455d-9b86-b352bd08cbd8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  text-align: left;
}



#s-5baf6d42-b29b-48ac-9db5-fa3eabce2fe3 {
  margin-bottom: 0.5em;
}

@media (min-width: 0px) {
[id="s-3a59481c-bca8-4e89-8ec3-edd1112b066c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a59481c-bca8-4e89-8ec3-edd1112b066c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-3a59481c-bca8-4e89-8ec3-edd1112b066c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-3a59481c-bca8-4e89-8ec3-edd1112b066c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

.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-a341ff69-59b0-4566-b5cb-d0c41adbfcea {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-a341ff69-59b0-4566-b5cb-d0c41adbfcea:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a341ff69-59b0-4566-b5cb-d0c41adbfcea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a341ff69-59b0-4566-b5cb-d0c41adbfcea-root {
    text-align: center;
  }


#s-a341ff69-59b0-4566-b5cb-d0c41adbfcea.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a341ff69-59b0-4566-b5cb-d0c41adbfcea-root {
    text-align: center;
  }


#s-a341ff69-59b0-4566-b5cb-d0c41adbfcea.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a341ff69-59b0-4566-b5cb-d0c41adbfcea-root {
    text-align: center;
  }


#s-a341ff69-59b0-4566-b5cb-d0c41adbfcea.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a341ff69-59b0-4566-b5cb-d0c41adbfcea-root {
    text-align: center;
  }


#s-a341ff69-59b0-4566-b5cb-d0c41adbfcea.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a341ff69-59b0-4566-b5cb-d0c41adbfcea-root {
    text-align: center;
  }


#s-a341ff69-59b0-4566-b5cb-d0c41adbfcea.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}
#s-067efa24-90b4-49fc-bb25-83c39c423868 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-067efa24-90b4-49fc-bb25-83c39c423868:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-067efa24-90b4-49fc-bb25-83c39c423868:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-067efa24-90b4-49fc-bb25-83c39c423868-root {
    text-align: center;
  }


#s-067efa24-90b4-49fc-bb25-83c39c423868.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-067efa24-90b4-49fc-bb25-83c39c423868-root {
    text-align: center;
  }


#s-067efa24-90b4-49fc-bb25-83c39c423868.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-067efa24-90b4-49fc-bb25-83c39c423868-root {
    text-align: center;
  }


#s-067efa24-90b4-49fc-bb25-83c39c423868.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-067efa24-90b4-49fc-bb25-83c39c423868-root {
    text-align: center;
  }


#s-067efa24-90b4-49fc-bb25-83c39c423868.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-067efa24-90b4-49fc-bb25-83c39c423868-root {
    text-align: center;
  }


#s-067efa24-90b4-49fc-bb25-83c39c423868.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}
#s-5c1db2b3-2fb5-4515-9e27-a3eb5d8b436f {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-5c1db2b3-2fb5-4515-9e27-a3eb5d8b436f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c1db2b3-2fb5-4515-9e27-a3eb5d8b436f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-5c1db2b3-2fb5-4515-9e27-a3eb5d8b436f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-5c1db2b3-2fb5-4515-9e27-a3eb5d8b436f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-4446223b-6f87-4303-9e7c-eeaa11183c8f {
  min-height: 50px;
}








#s-4446223b-6f87-4303-9e7c-eeaa11183c8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4446223b-6f87-4303-9e7c-eeaa11183c8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b20c6f11-27a6-47ff-92f3-2c7c6b5b5aef {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b20c6f11-27a6-47ff-92f3-2c7c6b5b5aef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-b20c6f11-27a6-47ff-92f3-2c7c6b5b5aef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b20c6f11-27a6-47ff-92f3-2c7c6b5b5aef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-b20c6f11-27a6-47ff-92f3-2c7c6b5b5aef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b20c6f11-27a6-47ff-92f3-2c7c6b5b5aef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-b20c6f11-27a6-47ff-92f3-2c7c6b5b5aef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b20c6f11-27a6-47ff-92f3-2c7c6b5b5aef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-4a614cb2-f97e-4a7e-94b4-51d0827e04cf {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-4a614cb2-f97e-4a7e-94b4-51d0827e04cf img.shogun-image {
    

    
    
    
  }


#s-4a614cb2-f97e-4a7e-94b4-51d0827e04cf .shogun-image-content {
  
    align-items: center;
  
}

#s-2dac6ce7-dd25-4319-a85b-051efbc86026 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2dac6ce7-dd25-4319-a85b-051efbc86026"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-2dac6ce7-dd25-4319-a85b-051efbc86026"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-2dac6ce7-dd25-4319-a85b-051efbc86026"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-2dac6ce7-dd25-4319-a85b-051efbc86026"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-2dac6ce7-dd25-4319-a85b-051efbc86026"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-2dac6ce7-dd25-4319-a85b-051efbc86026"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-2dac6ce7-dd25-4319-a85b-051efbc86026"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-2bfb9359-6c4b-4469-af39-9799778e4d42 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-2bfb9359-6c4b-4469-af39-9799778e4d42 img.shogun-image {
    

    
    
    
  }


#s-2bfb9359-6c4b-4469-af39-9799778e4d42 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b778b15-ce88-471c-afe2-b6dea953ff9a {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5b778b15-ce88-471c-afe2-b6dea953ff9a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-5b778b15-ce88-471c-afe2-b6dea953ff9a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-5b778b15-ce88-471c-afe2-b6dea953ff9a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-5b778b15-ce88-471c-afe2-b6dea953ff9a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-5b778b15-ce88-471c-afe2-b6dea953ff9a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-5b778b15-ce88-471c-afe2-b6dea953ff9a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-5b778b15-ce88-471c-afe2-b6dea953ff9a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-31c13d2e-d6b7-4304-bdb3-a0a6146b1093 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-31c13d2e-d6b7-4304-bdb3-a0a6146b1093 img.shogun-image {
    

    
    
    
  }


#s-31c13d2e-d6b7-4304-bdb3-a0a6146b1093 .shogun-image-content {
  
    align-items: center;
  
}

#s-93d92923-57e4-40ef-bdfd-13906aee1b73 {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-93d92923-57e4-40ef-bdfd-13906aee1b73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93d92923-57e4-40ef-bdfd-13906aee1b73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-120bad29-c75f-4ad9-aeb5-1eb35bbc9c6e {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-120bad29-c75f-4ad9-aeb5-1eb35bbc9c6e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-120bad29-c75f-4ad9-aeb5-1eb35bbc9c6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-120bad29-c75f-4ad9-aeb5-1eb35bbc9c6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-120bad29-c75f-4ad9-aeb5-1eb35bbc9c6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-120bad29-c75f-4ad9-aeb5-1eb35bbc9c6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-120bad29-c75f-4ad9-aeb5-1eb35bbc9c6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-120bad29-c75f-4ad9-aeb5-1eb35bbc9c6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-4beca545-c9c3-44de-a781-0291eb4a00bf {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-4beca545-c9c3-44de-a781-0291eb4a00bf img.shogun-image {
    

    
    
    
  }


#s-4beca545-c9c3-44de-a781-0291eb4a00bf .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9b551ac9-1180-47b2-a5df-e2de92a650cd {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9b551ac9-1180-47b2-a5df-e2de92a650cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-9b551ac9-1180-47b2-a5df-e2de92a650cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-9b551ac9-1180-47b2-a5df-e2de92a650cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-9b551ac9-1180-47b2-a5df-e2de92a650cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-9b551ac9-1180-47b2-a5df-e2de92a650cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-9b551ac9-1180-47b2-a5df-e2de92a650cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-9b551ac9-1180-47b2-a5df-e2de92a650cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-e1d56813-e1bd-45bb-b4fe-c6d456fc0c0e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-e1d56813-e1bd-45bb-b4fe-c6d456fc0c0e img.shogun-image {
    

    
    
    
  }


#s-e1d56813-e1bd-45bb-b4fe-c6d456fc0c0e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-13512c97-b8a7-4b5b-b08c-3281fe41ba63 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-13512c97-b8a7-4b5b-b08c-3281fe41ba63"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-13512c97-b8a7-4b5b-b08c-3281fe41ba63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-13512c97-b8a7-4b5b-b08c-3281fe41ba63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-13512c97-b8a7-4b5b-b08c-3281fe41ba63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-13512c97-b8a7-4b5b-b08c-3281fe41ba63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-13512c97-b8a7-4b5b-b08c-3281fe41ba63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-13512c97-b8a7-4b5b-b08c-3281fe41ba63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-82c1b617-a259-44dd-a803-65d7c652c5a5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: right;
}







  #s-82c1b617-a259-44dd-a803-65d7c652c5a5 img.shogun-image {
    

    
    
    
  }


#s-82c1b617-a259-44dd-a803-65d7c652c5a5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b2b1a114-2b9e-40de-a992-d168cf9eb5fa {
  background-repeat: no-repeat;
margin-top: 5em;
margin-left: 0em;
margin-bottom: 2em;
margin-right: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b2b1a114-2b9e-40de-a992-d168cf9eb5fa {
  display: none;
}
#s-b2b1a114-2b9e-40de-a992-d168cf9eb5fa, #wrap-s-b2b1a114-2b9e-40de-a992-d168cf9eb5fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2b1a114-2b9e-40de-a992-d168cf9eb5fa {
  display: none;
}
#s-b2b1a114-2b9e-40de-a992-d168cf9eb5fa, #wrap-s-b2b1a114-2b9e-40de-a992-d168cf9eb5fa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2b1a114-2b9e-40de-a992-d168cf9eb5fa {
  
}
}@media (max-width: 767px){#s-b2b1a114-2b9e-40de-a992-d168cf9eb5fa {
  
}
}
#s-b2b1a114-2b9e-40de-a992-d168cf9eb5fa {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTc1MTU2YmUtMGJkNy00YjAyLWIzZjAtYjNjNGQ3NWVlZWRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NzUxNTZiZS0wYmQ3LTRiMDItYjNmMC1iM2M0ZDc1ZWVlZGQpIi8+PC9zdmc+);
}








#s-b2b1a114-2b9e-40de-a992-d168cf9eb5fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2b1a114-2b9e-40de-a992-d168cf9eb5fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d55e1ba-60f0-4a73-abe4-c870d1fb1e43 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-0d55e1ba-60f0-4a73-abe4-c870d1fb1e43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d55e1ba-60f0-4a73-abe4-c870d1fb1e43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae832252-34c0-4932-9ed9-a3c7c81a79df {
  margin-top: -5em;
max-width: 100%;
text-align: center;
}







  #s-ae832252-34c0-4932-9ed9-a3c7c81a79df img.shogun-image {
    

    
    
    
  }


#s-ae832252-34c0-4932-9ed9-a3c7c81a79df .shogun-image-content {
  
    align-items: center;
  
}

#s-fde5b116-236f-4e15-b1d9-6aaa07de65ec {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-fde5b116-236f-4e15-b1d9-6aaa07de65ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fde5b116-236f-4e15-b1d9-6aaa07de65ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-180a9f30-ba36-43b9-83a1-2b21e368a22b {
  margin-bottom: 0.25em;
text-align: center;
}

#s-180a9f30-ba36-43b9-83a1-2b21e368a22b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  text-align: center;
}



#s-22afdbb1-54da-47f0-9d5c-ef165d08c37b {
  margin-bottom: 0.5em;
}

@media (min-width: 0px) {
[id="s-d9c2816c-af04-43d4-8bd8-7b58301d38e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9c2816c-af04-43d4-8bd8-7b58301d38e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-d9c2816c-af04-43d4-8bd8-7b58301d38e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-d9c2816c-af04-43d4-8bd8-7b58301d38e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

#s-e601b22f-2e69-4e48-8282-6670c2d9077a {
  border-style: solid;
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-e601b22f-2e69-4e48-8282-6670c2d9077a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e601b22f-2e69-4e48-8282-6670c2d9077a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e601b22f-2e69-4e48-8282-6670c2d9077a-root {
    text-align: center;
  }


#s-e601b22f-2e69-4e48-8282-6670c2d9077a.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e601b22f-2e69-4e48-8282-6670c2d9077a-root {
    text-align: center;
  }


#s-e601b22f-2e69-4e48-8282-6670c2d9077a.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e601b22f-2e69-4e48-8282-6670c2d9077a-root {
    text-align: center;
  }


#s-e601b22f-2e69-4e48-8282-6670c2d9077a.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e601b22f-2e69-4e48-8282-6670c2d9077a-root {
    text-align: center;
  }


#s-e601b22f-2e69-4e48-8282-6670c2d9077a.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e601b22f-2e69-4e48-8282-6670c2d9077a-root {
    text-align: center;
  }


#s-e601b22f-2e69-4e48-8282-6670c2d9077a.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}
#s-28028e79-e635-4968-b240-647cda39e01c {
  border-style: solid;
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-28028e79-e635-4968-b240-647cda39e01c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-28028e79-e635-4968-b240-647cda39e01c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28028e79-e635-4968-b240-647cda39e01c-root {
    text-align: center;
  }


#s-28028e79-e635-4968-b240-647cda39e01c.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-28028e79-e635-4968-b240-647cda39e01c-root {
    text-align: center;
  }


#s-28028e79-e635-4968-b240-647cda39e01c.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28028e79-e635-4968-b240-647cda39e01c-root {
    text-align: center;
  }


#s-28028e79-e635-4968-b240-647cda39e01c.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28028e79-e635-4968-b240-647cda39e01c-root {
    text-align: center;
  }


#s-28028e79-e635-4968-b240-647cda39e01c.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-28028e79-e635-4968-b240-647cda39e01c-root {
    text-align: center;
  }


#s-28028e79-e635-4968-b240-647cda39e01c.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-abd778eb-e53d-443d-aca4-baaa93d930f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abd778eb-e53d-443d-aca4-baaa93d930f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abd778eb-e53d-443d-aca4-baaa93d930f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abd778eb-e53d-443d-aca4-baaa93d930f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e14425d5-7b53-445a-adae-9afdecf8e079 {
  margin-left: auto;
margin-right: auto;
padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 5em;
text-align: center;
}







  #s-e14425d5-7b53-445a-adae-9afdecf8e079 img.shogun-image {
    

    
    
    
  }


#s-e14425d5-7b53-445a-adae-9afdecf8e079 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d7e0ed4-cee7-4b50-91ea-803c3e5385af {
  margin-left: auto;
margin-right: auto;
padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 5em;
text-align: center;
}







  #s-7d7e0ed4-cee7-4b50-91ea-803c3e5385af img.shogun-image {
    

    
    
    
  }


#s-7d7e0ed4-cee7-4b50-91ea-803c3e5385af .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-23e38747-8a1f-442d-bba1-38beab7cf650"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23e38747-8a1f-442d-bba1-38beab7cf650"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23e38747-8a1f-442d-bba1-38beab7cf650"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23e38747-8a1f-442d-bba1-38beab7cf650"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c05780e2-a0d3-4227-a0f4-16277e67ed31 {
  margin-left: auto;
margin-right: auto;
padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 5em;
text-align: center;
}







  #s-c05780e2-a0d3-4227-a0f4-16277e67ed31 img.shogun-image {
    

    
    
    
  }


#s-c05780e2-a0d3-4227-a0f4-16277e67ed31 .shogun-image-content {
  
    align-items: center;
  
}

#s-451c9ce6-b21b-4886-974e-453c5cf4ff45 {
  margin-left: auto;
margin-right: auto;
padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 5em;
text-align: center;
}







  #s-451c9ce6-b21b-4886-974e-453c5cf4ff45 img.shogun-image {
    

    
    
    
  }


#s-451c9ce6-b21b-4886-974e-453c5cf4ff45 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-ccbd26a7-603d-40bd-bd61-093e789b9606"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccbd26a7-603d-40bd-bd61-093e789b9606"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ccbd26a7-603d-40bd-bd61-093e789b9606"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccbd26a7-603d-40bd-bd61-093e789b9606"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-16db021b-4698-495b-8c93-ed1341160830 {
  margin-left: auto;
margin-right: auto;
padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 5em;
text-align: center;
}







  #s-16db021b-4698-495b-8c93-ed1341160830 img.shogun-image {
    

    
    
    
  }


#s-16db021b-4698-495b-8c93-ed1341160830 .shogun-image-content {
  
    align-items: center;
  
}

#s-283ebfcf-d297-4440-85b6-79167107b2d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 5em;
text-align: center;
}







  #s-283ebfcf-d297-4440-85b6-79167107b2d8 img.shogun-image {
    

    
    
    
  }


#s-283ebfcf-d297-4440-85b6-79167107b2d8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9554e084-9f53-4f8f-aff9-3b14449df544 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-9554e084-9f53-4f8f-aff9-3b14449df544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9554e084-9f53-4f8f-aff9-3b14449df544.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-27716076-b081-485e-b4f0-2978916cf7a1 {
  margin-top: 1em;
margin-bottom: 1em;
}


  #s-27716076-b081-485e-b4f0-2978916cf7a1 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(244, 244, 244, 1);
  }
  #s-27716076-b081-485e-b4f0-2978916cf7a1 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(209, 209, 209, 1);
  }
#s-27716076-b081-485e-b4f0-2978916cf7a1 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: PT Sans;
  font-weight: 700;
  font-style: ;
  font-size: ;
}

#s-27716076-b081-485e-b4f0-2978916cf7a1 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(116, 179, 161, 1);
}

#s-27716076-b081-485e-b4f0-2978916cf7a1 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-27716076-b081-485e-b4f0-2978916cf7a1 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(209, 209, 209, 1);
}

#s-7c167754-1214-4009-a6ae-92068b9bdfb5 {
  min-height: 50px;
}








#s-7c167754-1214-4009-a6ae-92068b9bdfb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c167754-1214-4009-a6ae-92068b9bdfb5.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-65c46c5b-5772-49fc-9c8a-3c9a0a26fd93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65c46c5b-5772-49fc-9c8a-3c9a0a26fd93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65c46c5b-5772-49fc-9c8a-3c9a0a26fd93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65c46c5b-5772-49fc-9c8a-3c9a0a26fd93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65c46c5b-5772-49fc-9c8a-3c9a0a26fd93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65c46c5b-5772-49fc-9c8a-3c9a0a26fd93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65c46c5b-5772-49fc-9c8a-3c9a0a26fd93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-65c46c5b-5772-49fc-9c8a-3c9a0a26fd93"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-439f71aa-ec68-4b18-9915-97716fe1672d {
  min-height: 50px;
}








#s-439f71aa-ec68-4b18-9915-97716fe1672d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-439f71aa-ec68-4b18-9915-97716fe1672d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-013e6625-a9d7-40c0-acf5-c026f14b0cf4 {
  max-width: 100%;
text-align: center;
}







  #s-013e6625-a9d7-40c0-acf5-c026f14b0cf4 img.shogun-image {
    

    
    
    
  }


#s-013e6625-a9d7-40c0-acf5-c026f14b0cf4 .shogun-image-content {
  
    align-items: center;
  
}

#s-01b6c29c-b081-445f-abf4-5221dc012b81 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-01b6c29c-b081-445f-abf4-5221dc012b81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01b6c29c-b081-445f-abf4-5221dc012b81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-01b6c29c-b081-445f-abf4-5221dc012b81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-01b6c29c-b081-445f-abf4-5221dc012b81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-01b6c29c-b081-445f-abf4-5221dc012b81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-01b6c29c-b081-445f-abf4-5221dc012b81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0em);
}

[id="s-01b6c29c-b081-445f-abf4-5221dc012b81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0em);
}

}

@media (max-width: 767px) {
  [id="s-01b6c29c-b081-445f-abf4-5221dc012b81"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8ae7d16b-41f9-456e-a0bc-1ae51fff86c6 {
  min-height: 50px;
}








#s-8ae7d16b-41f9-456e-a0bc-1ae51fff86c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ae7d16b-41f9-456e-a0bc-1ae51fff86c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecf08991-98e3-444e-9594-c4c36bb2a9f7 {
  max-width: 100%;
text-align: center;
}







  #s-ecf08991-98e3-444e-9594-c4c36bb2a9f7 img.shogun-image {
    

    
    
    
  }


#s-ecf08991-98e3-444e-9594-c4c36bb2a9f7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-dab63997-d772-47bd-99a2-9a452fae35b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dab63997-d772-47bd-99a2-9a452fae35b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-dab63997-d772-47bd-99a2-9a452fae35b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-dab63997-d772-47bd-99a2-9a452fae35b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

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

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

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

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

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

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

#s-e0b05c46-913b-4581-956f-9ab950a4ce3f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 0px;
}

#s-e0b05c46-913b-4581-956f-9ab950a4ce3f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e0b05c46-913b-4581-956f-9ab950a4ce3f td.shogun-table-column {
  background-color: rgba(244, 244, 244, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e0b05c46-913b-4581-956f-9ab950a4ce3f td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-e0b05c46-913b-4581-956f-9ab950a4ce3f td.shogun-table-column, #s-e0b05c46-913b-4581-956f-9ab950a4ce3f td.shogun-table-row {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-f6fdf47d-cc14-4e57-8260-361defe028f4 {
  min-height: 50px;
}








#s-f6fdf47d-cc14-4e57-8260-361defe028f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6fdf47d-cc14-4e57-8260-361defe028f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75a8df62-9de5-4a78-9a63-7e1b088cd7e7 .shogun-icon-wrapper {
  text-align: center;
}


#s-75a8df62-9de5-4a78-9a63-7e1b088cd7e7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-2b3e446a-f9fe-41f8-9006-101557867373 {
  min-height: 50px;
}








#s-2b3e446a-f9fe-41f8-9006-101557867373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b3e446a-f9fe-41f8-9006-101557867373.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c8ef276-7662-4d32-9143-55d72a2f320a .shogun-icon-wrapper {
  text-align: center;
}


#s-0c8ef276-7662-4d32-9143-55d72a2f320a .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-9d14f2cc-2fe6-488f-aad9-58ff1e0afe48 {
  min-height: 50px;
}








#s-9d14f2cc-2fe6-488f-aad9-58ff1e0afe48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d14f2cc-2fe6-488f-aad9-58ff1e0afe48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0642387-834e-4b2e-a7de-8e03c0d7a1f1 {
  min-height: 50px;
}








#s-d0642387-834e-4b2e-a7de-8e03c0d7a1f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0642387-834e-4b2e-a7de-8e03c0d7a1f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b182fe9-0ab0-4263-a1c3-ac4253e3c289 {
  min-height: 50px;
}








#s-1b182fe9-0ab0-4263-a1c3-ac4253e3c289 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b182fe9-0ab0-4263-a1c3-ac4253e3c289.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f81e683f-9cbb-4042-97a0-7b3143d07159 .shogun-icon-wrapper {
  text-align: center;
}


#s-f81e683f-9cbb-4042-97a0-7b3143d07159 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-98f22069-78ce-4f3a-b9b3-a5730bcf8b89 {
  min-height: 50px;
}








#s-98f22069-78ce-4f3a-b9b3-a5730bcf8b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98f22069-78ce-4f3a-b9b3-a5730bcf8b89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e26c4c0-a666-4eab-b4dd-3f628d6579c5 {
  min-height: 50px;
}








#s-9e26c4c0-a666-4eab-b4dd-3f628d6579c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e26c4c0-a666-4eab-b4dd-3f628d6579c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce02cc01-528b-495c-a3c1-d9c5623bb628 .shogun-icon-wrapper {
  text-align: center;
}


#s-ce02cc01-528b-495c-a3c1-d9c5623bb628 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-d7ab88a5-57a6-417a-97c8-6fb8a1a6518e {
  min-height: 50px;
}








#s-d7ab88a5-57a6-417a-97c8-6fb8a1a6518e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7ab88a5-57a6-417a-97c8-6fb8a1a6518e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-991258b3-8184-4389-a0a3-64d9e7146172 {
  min-height: 50px;
}








#s-991258b3-8184-4389-a0a3-64d9e7146172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-991258b3-8184-4389-a0a3-64d9e7146172.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e32e089a-1c4b-4752-86a5-6f8d01a6be37 {
  min-height: 50px;
}








#s-e32e089a-1c4b-4752-86a5-6f8d01a6be37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e32e089a-1c4b-4752-86a5-6f8d01a6be37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1383f2a2-401c-415a-afb4-cba3237da87c {
  min-height: 50px;
}








#s-1383f2a2-401c-415a-afb4-cba3237da87c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1383f2a2-401c-415a-afb4-cba3237da87c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b791fd1-cfe3-45cd-bd5c-c6adce2d65cd .shogun-icon-wrapper {
  text-align: center;
}


#s-3b791fd1-cfe3-45cd-bd5c-c6adce2d65cd .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-cdc23372-e765-4f7b-a38f-68a76ac8b456 {
  min-height: 50px;
}








#s-cdc23372-e765-4f7b-a38f-68a76ac8b456 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdc23372-e765-4f7b-a38f-68a76ac8b456.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56745fb7-2ef0-4c97-8035-b1f8f9378629 .shogun-icon-wrapper {
  text-align: center;
}


#s-56745fb7-2ef0-4c97-8035-b1f8f9378629 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-3bd1dbcf-06da-4298-be67-64ff725f3182 {
  min-height: 50px;
}








#s-3bd1dbcf-06da-4298-be67-64ff725f3182 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bd1dbcf-06da-4298-be67-64ff725f3182.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d912eef2-ca86-4bfe-8958-d3e67c91729d {
  min-height: 50px;
}








#s-d912eef2-ca86-4bfe-8958-d3e67c91729d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d912eef2-ca86-4bfe-8958-d3e67c91729d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b9f3550-cac4-4a06-9228-86c2876ddd44 {
  min-height: 50px;
}








#s-1b9f3550-cac4-4a06-9228-86c2876ddd44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b9f3550-cac4-4a06-9228-86c2876ddd44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23d8436a-7e74-43a7-beef-cf445b37bf4b {
  min-height: 50px;
}








#s-23d8436a-7e74-43a7-beef-cf445b37bf4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23d8436a-7e74-43a7-beef-cf445b37bf4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc9f74a0-c26a-4950-ad4b-6b1fb2a96b00 {
  min-height: 50px;
}








#s-bc9f74a0-c26a-4950-ad4b-6b1fb2a96b00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc9f74a0-c26a-4950-ad4b-6b1fb2a96b00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87a9290b-31aa-4a4b-89b3-ae001cdf03d5 {
  min-height: 50px;
}








#s-87a9290b-31aa-4a4b-89b3-ae001cdf03d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87a9290b-31aa-4a4b-89b3-ae001cdf03d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c29ed7c1-69fd-487f-8753-76c0918f310e {
  min-height: 50px;
}








#s-c29ed7c1-69fd-487f-8753-76c0918f310e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c29ed7c1-69fd-487f-8753-76c0918f310e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a200479-e9df-4d4d-ac2b-317611fd2b70 {
  min-height: 50px;
}








#s-8a200479-e9df-4d4d-ac2b-317611fd2b70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a200479-e9df-4d4d-ac2b-317611fd2b70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14d336de-eb43-4e93-85b5-af8f44cf48d7 {
  min-height: 50px;
}








#s-14d336de-eb43-4e93-85b5-af8f44cf48d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14d336de-eb43-4e93-85b5-af8f44cf48d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2cc0efcf-1db7-48f0-ae95-034c6ab2fe8d .shogun-icon-wrapper {
  text-align: center;
}


#s-2cc0efcf-1db7-48f0-ae95-034c6ab2fe8d .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-7c7da5a3-e9f9-4071-ac02-03179cb9d586 {
  min-height: 50px;
}








#s-7c7da5a3-e9f9-4071-ac02-03179cb9d586 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c7da5a3-e9f9-4071-ac02-03179cb9d586.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-babe1a15-6ddc-4118-92d9-81db8f0c32d0 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 0px;
}

#s-babe1a15-6ddc-4118-92d9-81db8f0c32d0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-babe1a15-6ddc-4118-92d9-81db8f0c32d0 td.shogun-table-column {
  background-color: rgba(244, 244, 244, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-babe1a15-6ddc-4118-92d9-81db8f0c32d0 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-babe1a15-6ddc-4118-92d9-81db8f0c32d0 td.shogun-table-column, #s-babe1a15-6ddc-4118-92d9-81db8f0c32d0 td.shogun-table-row {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-bd7ba80b-3228-4119-a290-78b0910508d9 {
  min-height: 50px;
}








#s-bd7ba80b-3228-4119-a290-78b0910508d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd7ba80b-3228-4119-a290-78b0910508d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1981e10-4c35-4896-bc72-879736e44e04 .shogun-icon-wrapper {
  text-align: center;
}


#s-f1981e10-4c35-4896-bc72-879736e44e04 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-3e5eb657-05f7-469e-a90d-5807a68cd19f {
  min-height: 50px;
}








#s-3e5eb657-05f7-469e-a90d-5807a68cd19f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e5eb657-05f7-469e-a90d-5807a68cd19f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2054f940-a003-4688-be9a-a966642f56ec .shogun-icon-wrapper {
  text-align: center;
}


#s-2054f940-a003-4688-be9a-a966642f56ec .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-219ee95e-6742-4cce-95c7-368ade7d40f7 {
  min-height: 50px;
}








#s-219ee95e-6742-4cce-95c7-368ade7d40f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-219ee95e-6742-4cce-95c7-368ade7d40f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f649207-637d-419a-8cf1-cae81ab346c5 .shogun-icon-wrapper {
  text-align: center;
}


#s-0f649207-637d-419a-8cf1-cae81ab346c5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-ed2b41f5-0be4-4ce0-a64b-ebec5c756acc {
  min-height: 50px;
}








#s-ed2b41f5-0be4-4ce0-a64b-ebec5c756acc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed2b41f5-0be4-4ce0-a64b-ebec5c756acc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ab4473a-a161-4dea-9831-db39b780fcff {
  min-height: 50px;
}








#s-1ab4473a-a161-4dea-9831-db39b780fcff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ab4473a-a161-4dea-9831-db39b780fcff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e55bfdd7-705b-4e93-a603-24230c934972 {
  min-height: 50px;
}








#s-e55bfdd7-705b-4e93-a603-24230c934972 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e55bfdd7-705b-4e93-a603-24230c934972.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-142535e9-726a-4bbf-9077-ac880edcf070 .shogun-icon-wrapper {
  text-align: center;
}


#s-142535e9-726a-4bbf-9077-ac880edcf070 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-710af9b3-36bc-4474-bd2e-6a3bceb7a528 {
  min-height: 50px;
}








#s-710af9b3-36bc-4474-bd2e-6a3bceb7a528 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-710af9b3-36bc-4474-bd2e-6a3bceb7a528.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5ede29b-3f64-4a71-8d86-b3443071c2cb {
  min-height: 50px;
}








#s-f5ede29b-3f64-4a71-8d86-b3443071c2cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5ede29b-3f64-4a71-8d86-b3443071c2cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38bd268f-3aab-40ed-867a-19f707cd5890 {
  min-height: 50px;
}








#s-38bd268f-3aab-40ed-867a-19f707cd5890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38bd268f-3aab-40ed-867a-19f707cd5890.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51842758-838b-4494-b21c-426eeb3bd1c6 {
  min-height: 50px;
}








#s-51842758-838b-4494-b21c-426eeb3bd1c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51842758-838b-4494-b21c-426eeb3bd1c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-065e1284-f283-4f1d-b38a-7a8a1e64a721 {
  min-height: 50px;
}








#s-065e1284-f283-4f1d-b38a-7a8a1e64a721 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-065e1284-f283-4f1d-b38a-7a8a1e64a721.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31a3f868-9bc4-4b53-89a6-1aaab69ccf92 .shogun-icon-wrapper {
  text-align: center;
}


#s-31a3f868-9bc4-4b53-89a6-1aaab69ccf92 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-055f6eff-4100-4dd6-b92d-2fb44a032767 {
  min-height: 50px;
}








#s-055f6eff-4100-4dd6-b92d-2fb44a032767 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-055f6eff-4100-4dd6-b92d-2fb44a032767.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a9027c3-7888-4a07-8589-be2661d359f8 {
  min-height: 50px;
}








#s-2a9027c3-7888-4a07-8589-be2661d359f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a9027c3-7888-4a07-8589-be2661d359f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe9d9d27-0877-4686-b251-87f19c2afcd3 {
  min-height: 50px;
}








#s-fe9d9d27-0877-4686-b251-87f19c2afcd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe9d9d27-0877-4686-b251-87f19c2afcd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5420e5e1-0fdd-4f4b-9273-233fc2cb3e70 {
  min-height: 50px;
}








#s-5420e5e1-0fdd-4f4b-9273-233fc2cb3e70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5420e5e1-0fdd-4f4b-9273-233fc2cb3e70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4cc9324-c47d-40e3-8546-a7678017eb07 {
  min-height: 50px;
}








#s-c4cc9324-c47d-40e3-8546-a7678017eb07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4cc9324-c47d-40e3-8546-a7678017eb07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf42da40-3d63-4730-b56c-e826fa206163 {
  min-height: 50px;
}








#s-bf42da40-3d63-4730-b56c-e826fa206163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf42da40-3d63-4730-b56c-e826fa206163.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b9aacff-711b-4d79-b882-854311f8208c {
  min-height: 50px;
}








#s-0b9aacff-711b-4d79-b882-854311f8208c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b9aacff-711b-4d79-b882-854311f8208c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72121ba6-0ab4-4dfc-bf46-33316027f1a1 {
  margin-top: 0em;
margin-bottom: 1em;
min-height: 50px;
}








#s-72121ba6-0ab4-4dfc-bf46-33316027f1a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72121ba6-0ab4-4dfc-bf46-33316027f1a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afffc8cd-09e5-429d-86fa-4de8fe489c14 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

#s-86b054f6-3032-4569-bb80-c2d594ba3481 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-86b054f6-3032-4569-bb80-c2d594ba3481"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86b054f6-3032-4569-bb80-c2d594ba3481"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-86b054f6-3032-4569-bb80-c2d594ba3481"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-86b054f6-3032-4569-bb80-c2d594ba3481"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

#s-31ea6d60-54ec-46b6-8b5e-84499660f8d5 {
  max-width: 100%;
text-align: center;
}







  #s-31ea6d60-54ec-46b6-8b5e-84499660f8d5 img.shogun-image {
    

    
    
    
  }


#s-31ea6d60-54ec-46b6-8b5e-84499660f8d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-33dd2584-a040-4c39-bc5c-8214784ae645 {
  margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
}
#s-33dd2584-a040-4c39-bc5c-8214784ae645:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-33dd2584-a040-4c39-bc5c-8214784ae645:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33dd2584-a040-4c39-bc5c-8214784ae645-root {
    text-align: center;
  }


#s-33dd2584-a040-4c39-bc5c-8214784ae645.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-33dd2584-a040-4c39-bc5c-8214784ae645-root {
    text-align: center;
  }


#s-33dd2584-a040-4c39-bc5c-8214784ae645.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33dd2584-a040-4c39-bc5c-8214784ae645-root {
    text-align: center;
  }


#s-33dd2584-a040-4c39-bc5c-8214784ae645.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33dd2584-a040-4c39-bc5c-8214784ae645-root {
    text-align: center;
  }


#s-33dd2584-a040-4c39-bc5c-8214784ae645.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-33dd2584-a040-4c39-bc5c-8214784ae645-root {
    text-align: center;
  }


#s-33dd2584-a040-4c39-bc5c-8214784ae645.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-b852609d-d384-42c9-b00a-7cf0b2f48fe7 {
  max-width: 100%;
text-align: center;
}







  #s-b852609d-d384-42c9-b00a-7cf0b2f48fe7 img.shogun-image {
    

    
    
    
  }


#s-b852609d-d384-42c9-b00a-7cf0b2f48fe7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebdb49ee-7243-4760-aeef-897be2dcaf52 {
  margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
}
#s-ebdb49ee-7243-4760-aeef-897be2dcaf52:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ebdb49ee-7243-4760-aeef-897be2dcaf52:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ebdb49ee-7243-4760-aeef-897be2dcaf52-root {
    text-align: center;
  }


#s-ebdb49ee-7243-4760-aeef-897be2dcaf52.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ebdb49ee-7243-4760-aeef-897be2dcaf52-root {
    text-align: center;
  }


#s-ebdb49ee-7243-4760-aeef-897be2dcaf52.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebdb49ee-7243-4760-aeef-897be2dcaf52-root {
    text-align: center;
  }


#s-ebdb49ee-7243-4760-aeef-897be2dcaf52.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebdb49ee-7243-4760-aeef-897be2dcaf52-root {
    text-align: center;
  }


#s-ebdb49ee-7243-4760-aeef-897be2dcaf52.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ebdb49ee-7243-4760-aeef-897be2dcaf52-root {
    text-align: center;
  }


#s-ebdb49ee-7243-4760-aeef-897be2dcaf52.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-873f9023-f147-414e-83e0-8dff698509ac {
  max-width: 100%;
text-align: center;
}







  #s-873f9023-f147-414e-83e0-8dff698509ac img.shogun-image {
    

    
    
    
  }


#s-873f9023-f147-414e-83e0-8dff698509ac .shogun-image-content {
  
    align-items: center;
  
}

#s-503312f4-ef07-442e-8aca-5ada90d08d99 {
  margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
}
#s-503312f4-ef07-442e-8aca-5ada90d08d99:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-503312f4-ef07-442e-8aca-5ada90d08d99:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-503312f4-ef07-442e-8aca-5ada90d08d99-root {
    text-align: center;
  }


#s-503312f4-ef07-442e-8aca-5ada90d08d99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-503312f4-ef07-442e-8aca-5ada90d08d99-root {
    text-align: center;
  }


#s-503312f4-ef07-442e-8aca-5ada90d08d99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-503312f4-ef07-442e-8aca-5ada90d08d99-root {
    text-align: center;
  }


#s-503312f4-ef07-442e-8aca-5ada90d08d99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-503312f4-ef07-442e-8aca-5ada90d08d99-root {
    text-align: center;
  }


#s-503312f4-ef07-442e-8aca-5ada90d08d99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-503312f4-ef07-442e-8aca-5ada90d08d99-root {
    text-align: center;
  }


#s-503312f4-ef07-442e-8aca-5ada90d08d99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-ae089487-f90a-4bc2-be25-01ea1daa84ee {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-ae089487-f90a-4bc2-be25-01ea1daa84ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae089487-f90a-4bc2-be25-01ea1daa84ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e602f1c-db92-47a8-aaa2-dc4a00ace009 {
  text-align: center;
}
@media (max-width: 767px){#s-9e602f1c-db92-47a8-aaa2-dc4a00ace009 {
  display: none;
}
#s-9e602f1c-db92-47a8-aaa2-dc4a00ace009, #wrap-s-9e602f1c-db92-47a8-aaa2-dc4a00ace009 { display: none !important; }}






  #s-9e602f1c-db92-47a8-aaa2-dc4a00ace009 img.shogun-image {
    

    
    
    
  }


#s-9e602f1c-db92-47a8-aaa2-dc4a00ace009 .shogun-image-content {
  
    align-items: center;
  
}

#s-92cc31a9-1825-49c2-b3c5-724c80621454 {
  text-align: center;
}
@media (min-width: 1200px){#s-92cc31a9-1825-49c2-b3c5-724c80621454 {
  display: none;
}
#s-92cc31a9-1825-49c2-b3c5-724c80621454, #wrap-s-92cc31a9-1825-49c2-b3c5-724c80621454 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92cc31a9-1825-49c2-b3c5-724c80621454 {
  display: none;
}
#s-92cc31a9-1825-49c2-b3c5-724c80621454, #wrap-s-92cc31a9-1825-49c2-b3c5-724c80621454 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92cc31a9-1825-49c2-b3c5-724c80621454 {
  display: none;
}
#s-92cc31a9-1825-49c2-b3c5-724c80621454, #wrap-s-92cc31a9-1825-49c2-b3c5-724c80621454 { display: none !important; }}






  #s-92cc31a9-1825-49c2-b3c5-724c80621454 img.shogun-image {
    

    
    
    
  }


#s-92cc31a9-1825-49c2-b3c5-724c80621454 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf17aa65-ff6a-4dcb-bf77-d4a5302913df {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-bf17aa65-ff6a-4dcb-bf77-d4a5302913df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-bf17aa65-ff6a-4dcb-bf77-d4a5302913df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-bf17aa65-ff6a-4dcb-bf77-d4a5302913df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-bf17aa65-ff6a-4dcb-bf77-d4a5302913df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-22e71e83-5e13-4e76-94be-c23b6a13982d {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-22e71e83-5e13-4e76-94be-c23b6a13982d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22e71e83-5e13-4e76-94be-c23b6a13982d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dfdd0556-8dc0-4e77-9589-6a8419d4b097 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-dfdd0556-8dc0-4e77-9589-6a8419d4b097 img.shogun-image {
    

    
    
    
  }


#s-dfdd0556-8dc0-4e77-9589-6a8419d4b097 .shogun-image-content {
  
    align-items: center;
  
}

#s-067b9395-2882-40ed-926d-67655c41d185 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-067b9395-2882-40ed-926d-67655c41d185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-067b9395-2882-40ed-926d-67655c41d185.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7993b007-0bf6-40c4-ae7b-e1f0c1e60c9e {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-7993b007-0bf6-40c4-ae7b-e1f0c1e60c9e img.shogun-image {
    

    
    
    
  }


#s-7993b007-0bf6-40c4-ae7b-e1f0c1e60c9e .shogun-image-content {
  
    align-items: center;
  
}

#s-3fb45e20-f701-45c4-a30a-6ac570ee9f32 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-3fb45e20-f701-45c4-a30a-6ac570ee9f32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fb45e20-f701-45c4-a30a-6ac570ee9f32.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7a9b2201-0e15-41dd-a8fc-24f96486fd4c {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-7a9b2201-0e15-41dd-a8fc-24f96486fd4c img.shogun-image {
    

    
    
    
  }


#s-7a9b2201-0e15-41dd-a8fc-24f96486fd4c .shogun-image-content {
  
    align-items: center;
  
}

#s-fe3935c6-ea53-4b1e-a2b0-a03fd5da61ae {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-fe3935c6-ea53-4b1e-a2b0-a03fd5da61ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe3935c6-ea53-4b1e-a2b0-a03fd5da61ae.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-63baa415-1e34-4b09-a4d3-6712c9549914 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-63baa415-1e34-4b09-a4d3-6712c9549914 img.shogun-image {
    

    
    
    
  }


#s-63baa415-1e34-4b09-a4d3-6712c9549914 .shogun-image-content {
  
    align-items: center;
  
}

#s-77864347-29e7-4b20-81e5-9efe8e85119a {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-77864347-29e7-4b20-81e5-9efe8e85119a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-77864347-29e7-4b20-81e5-9efe8e85119a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-77864347-29e7-4b20-81e5-9efe8e85119a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-77864347-29e7-4b20-81e5-9efe8e85119a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-50ea631f-ee2a-41b8-9952-c5ffb0a0a5a3 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-50ea631f-ee2a-41b8-9952-c5ffb0a0a5a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50ea631f-ee2a-41b8-9952-c5ffb0a0a5a3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-61812346-121a-40ff-9c75-2fc0ac4aa45c {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-61812346-121a-40ff-9c75-2fc0ac4aa45c img.shogun-image {
    

    
    
    
  }


#s-61812346-121a-40ff-9c75-2fc0ac4aa45c .shogun-image-content {
  
    align-items: center;
  
}

#s-ccf0e007-37fe-4ccd-a1ca-01ceec145c8c {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-ccf0e007-37fe-4ccd-a1ca-01ceec145c8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccf0e007-37fe-4ccd-a1ca-01ceec145c8c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-053d1ca1-2949-4439-b92e-8a89938f84bc {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-053d1ca1-2949-4439-b92e-8a89938f84bc img.shogun-image {
    

    
    
    
  }


#s-053d1ca1-2949-4439-b92e-8a89938f84bc .shogun-image-content {
  
    align-items: center;
  
}

#s-1ee2a5c5-8610-4620-a6e3-70a79e65702a {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-1ee2a5c5-8610-4620-a6e3-70a79e65702a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ee2a5c5-8610-4620-a6e3-70a79e65702a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-69e55e5b-edeb-4af7-b5ae-3be82cbd422d {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-69e55e5b-edeb-4af7-b5ae-3be82cbd422d img.shogun-image {
    

    
    
    
  }


#s-69e55e5b-edeb-4af7-b5ae-3be82cbd422d .shogun-image-content {
  
    align-items: center;
  
}

#s-f2e54bca-d85d-4f1c-820d-56176c76316f {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-f2e54bca-d85d-4f1c-820d-56176c76316f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2e54bca-d85d-4f1c-820d-56176c76316f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3483f342-8113-4eab-9af6-f4252e8af196 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-3483f342-8113-4eab-9af6-f4252e8af196 img.shogun-image {
    

    
    
    
  }


#s-3483f342-8113-4eab-9af6-f4252e8af196 .shogun-image-content {
  
    align-items: center;
  
}

#s-b36e840a-c586-4c1a-b272-ebba59961703 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-b36e840a-c586-4c1a-b272-ebba59961703"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-b36e840a-c586-4c1a-b272-ebba59961703"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-b36e840a-c586-4c1a-b272-ebba59961703"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-b36e840a-c586-4c1a-b272-ebba59961703"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-01afe859-7fe1-4cfb-b65e-65e00f77f882 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-01afe859-7fe1-4cfb-b65e-65e00f77f882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01afe859-7fe1-4cfb-b65e-65e00f77f882.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-222a3626-0c55-4142-b1b7-a771370edba5 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-222a3626-0c55-4142-b1b7-a771370edba5 img.shogun-image {
    

    
    
    
  }


#s-222a3626-0c55-4142-b1b7-a771370edba5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebfc1e5c-f642-450e-af34-a305bf3c4a7c {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-ebfc1e5c-f642-450e-af34-a305bf3c4a7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebfc1e5c-f642-450e-af34-a305bf3c4a7c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b61d3c79-fda0-4fd4-a97f-51b031188817 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-b61d3c79-fda0-4fd4-a97f-51b031188817 img.shogun-image {
    

    
    
    
  }


#s-b61d3c79-fda0-4fd4-a97f-51b031188817 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed9ea09e-a755-47fb-b548-3c758f9b8a87 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-ed9ea09e-a755-47fb-b548-3c758f9b8a87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed9ea09e-a755-47fb-b548-3c758f9b8a87.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f6e382a4-53ca-4e57-8e6d-7a86a5ed4dbc {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-f6e382a4-53ca-4e57-8e6d-7a86a5ed4dbc img.shogun-image {
    

    
    
    
  }


#s-f6e382a4-53ca-4e57-8e6d-7a86a5ed4dbc .shogun-image-content {
  
    align-items: center;
  
}

#s-50201589-3ab6-4b70-9abb-f141393fb0f1 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-50201589-3ab6-4b70-9abb-f141393fb0f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50201589-3ab6-4b70-9abb-f141393fb0f1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6e55f94d-a276-4dcd-93b1-8056c2f27638 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-6e55f94d-a276-4dcd-93b1-8056c2f27638 img.shogun-image {
    

    
    
    
  }


#s-6e55f94d-a276-4dcd-93b1-8056c2f27638 .shogun-image-content {
  
    align-items: center;
  
}

#s-719da8dc-09e8-458e-abd6-7e8c4e260605 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-719da8dc-09e8-458e-abd6-7e8c4e260605"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-719da8dc-09e8-458e-abd6-7e8c4e260605"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-719da8dc-09e8-458e-abd6-7e8c4e260605"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-719da8dc-09e8-458e-abd6-7e8c4e260605"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-950d2299-0283-4457-bc2c-29072c16dbd0 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-950d2299-0283-4457-bc2c-29072c16dbd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-950d2299-0283-4457-bc2c-29072c16dbd0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f8dcdf5a-bf3d-4db1-836d-f05a758b82bb {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-f8dcdf5a-bf3d-4db1-836d-f05a758b82bb img.shogun-image {
    

    
    
    
  }


#s-f8dcdf5a-bf3d-4db1-836d-f05a758b82bb .shogun-image-content {
  
    align-items: center;
  
}

#s-95c05015-a539-4663-bab9-36a08759c1c2 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-95c05015-a539-4663-bab9-36a08759c1c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95c05015-a539-4663-bab9-36a08759c1c2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-df9ca625-47d9-48ea-abc1-3a6e9b69d980 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-df9ca625-47d9-48ea-abc1-3a6e9b69d980 img.shogun-image {
    

    
    
    
  }


#s-df9ca625-47d9-48ea-abc1-3a6e9b69d980 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2564818-933f-4bb5-a15d-d5db01960b8b {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-d2564818-933f-4bb5-a15d-d5db01960b8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2564818-933f-4bb5-a15d-d5db01960b8b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4e64fb6e-aaa7-4d58-a05e-7f8e8892fcc3 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-4e64fb6e-aaa7-4d58-a05e-7f8e8892fcc3 img.shogun-image {
    

    
    
    
  }


#s-4e64fb6e-aaa7-4d58-a05e-7f8e8892fcc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a3ce033-6707-42b2-a34a-2b91dca49280 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-7a3ce033-6707-42b2-a34a-2b91dca49280 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a3ce033-6707-42b2-a34a-2b91dca49280.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-07c78704-cd12-4d7d-a0c4-0dcbb6968afa {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-07c78704-cd12-4d7d-a0c4-0dcbb6968afa img.shogun-image {
    

    
    
    
  }


#s-07c78704-cd12-4d7d-a0c4-0dcbb6968afa .shogun-image-content {
  
    align-items: center;
  
}

#s-5e1339eb-0b4c-4ee3-8bda-bfcd45b6b6b7 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-5e1339eb-0b4c-4ee3-8bda-bfcd45b6b6b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-5e1339eb-0b4c-4ee3-8bda-bfcd45b6b6b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-5e1339eb-0b4c-4ee3-8bda-bfcd45b6b6b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-5e1339eb-0b4c-4ee3-8bda-bfcd45b6b6b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-75f12a45-ad64-48cf-815b-d51f89b8ee5a {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-75f12a45-ad64-48cf-815b-d51f89b8ee5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75f12a45-ad64-48cf-815b-d51f89b8ee5a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-083bcdfb-980d-4690-87c1-8432ae54fa3a {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-083bcdfb-980d-4690-87c1-8432ae54fa3a img.shogun-image {
    

    
    
    
  }


#s-083bcdfb-980d-4690-87c1-8432ae54fa3a .shogun-image-content {
  
    align-items: center;
  
}

#s-57c07a5c-4f4e-4b86-a439-e2ded4ab96e8 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-57c07a5c-4f4e-4b86-a439-e2ded4ab96e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57c07a5c-4f4e-4b86-a439-e2ded4ab96e8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fb7e46a6-9577-4c5b-a717-82f84a68166a {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-fb7e46a6-9577-4c5b-a717-82f84a68166a img.shogun-image {
    

    
    
    
  }


#s-fb7e46a6-9577-4c5b-a717-82f84a68166a .shogun-image-content {
  
    align-items: center;
  
}

#s-450e8959-3323-4c29-bc6c-097cfa4d4dd8 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-450e8959-3323-4c29-bc6c-097cfa4d4dd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-450e8959-3323-4c29-bc6c-097cfa4d4dd8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b4c06bd1-4508-481e-8000-42fd9a15bb0d {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-b4c06bd1-4508-481e-8000-42fd9a15bb0d img.shogun-image {
    

    
    
    
  }


#s-b4c06bd1-4508-481e-8000-42fd9a15bb0d .shogun-image-content {
  
    align-items: center;
  
}

#s-1bae5645-266e-4dce-96de-0c57eaee95c5 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-1bae5645-266e-4dce-96de-0c57eaee95c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bae5645-266e-4dce-96de-0c57eaee95c5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-106e4b0e-486d-4380-998c-da6fd9ba266c {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-106e4b0e-486d-4380-998c-da6fd9ba266c img.shogun-image {
    

    
    
    
  }


#s-106e4b0e-486d-4380-998c-da6fd9ba266c .shogun-image-content {
  
    align-items: center;
  
}

#s-a0d958d4-0ccf-4a8d-9f8c-6d30537450df {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-a0d958d4-0ccf-4a8d-9f8c-6d30537450df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0d958d4-0ccf-4a8d-9f8c-6d30537450df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd9d7d3e-025c-4452-9f41-cfaacebe7036 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bd9d7d3e-025c-4452-9f41-cfaacebe7036 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.5em;
  
  
  text-align: left;
}



#s-f990c0f0-cf0e-4684-96bc-c9e287a5f189 {
  padding-top: 0em;
}

@media (min-width: 0px) {
[id="s-f990c0f0-cf0e-4684-96bc-c9e287a5f189"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f990c0f0-cf0e-4684-96bc-c9e287a5f189"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f990c0f0-cf0e-4684-96bc-c9e287a5f189"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f990c0f0-cf0e-4684-96bc-c9e287a5f189"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-6a9718d6-8535-47cb-a4db-2214391be8ec {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-6a9718d6-8535-47cb-a4db-2214391be8ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a9718d6-8535-47cb-a4db-2214391be8ec img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6a9718d6-8535-47cb-a4db-2214391be8ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a9718d6-8535-47cb-a4db-2214391be8ec img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6a9718d6-8535-47cb-a4db-2214391be8ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a9718d6-8535-47cb-a4db-2214391be8ec img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6a9718d6-8535-47cb-a4db-2214391be8ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a9718d6-8535-47cb-a4db-2214391be8ec img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-6a9718d6-8535-47cb-a4db-2214391be8ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6a9718d6-8535-47cb-a4db-2214391be8ec img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-2ad1792a-8fbe-4e7a-9bd0-88b2e61e8d83 {
  padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-2ad1792a-8fbe-4e7a-9bd0-88b2e61e8d83 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-d679ebf3-32ef-4289-8f70-ccb1f92820f1 {
  text-align: left;
}

#s-d679ebf3-32ef-4289-8f70-ccb1f92820f1 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-d679ebf3-32ef-4289-8f70-ccb1f92820f1 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-d679ebf3-32ef-4289-8f70-ccb1f92820f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-408bc451-1496-4ebf-80c1-90d46222d572 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-408bc451-1496-4ebf-80c1-90d46222d572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-408bc451-1496-4ebf-80c1-90d46222d572 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-408bc451-1496-4ebf-80c1-90d46222d572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-408bc451-1496-4ebf-80c1-90d46222d572 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-408bc451-1496-4ebf-80c1-90d46222d572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-408bc451-1496-4ebf-80c1-90d46222d572 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-408bc451-1496-4ebf-80c1-90d46222d572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-408bc451-1496-4ebf-80c1-90d46222d572 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-408bc451-1496-4ebf-80c1-90d46222d572 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-408bc451-1496-4ebf-80c1-90d46222d572 img.shogun-image {
  width: 100%;
}



}
#s-c38fdf46-5efb-454c-98a5-e0d5eea20367 {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-c38fdf46-5efb-454c-98a5-e0d5eea20367 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-274a6019-c801-47de-aeb1-67ccf22e7cc9 {
  text-align: left;
}

#s-274a6019-c801-47de-aeb1-67ccf22e7cc9 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-274a6019-c801-47de-aeb1-67ccf22e7cc9 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-274a6019-c801-47de-aeb1-67ccf22e7cc9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bd15f588-a7f3-4176-9015-a58e48af0a03 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-bd15f588-a7f3-4176-9015-a58e48af0a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd15f588-a7f3-4176-9015-a58e48af0a03 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bd15f588-a7f3-4176-9015-a58e48af0a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd15f588-a7f3-4176-9015-a58e48af0a03 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bd15f588-a7f3-4176-9015-a58e48af0a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd15f588-a7f3-4176-9015-a58e48af0a03 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bd15f588-a7f3-4176-9015-a58e48af0a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd15f588-a7f3-4176-9015-a58e48af0a03 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-bd15f588-a7f3-4176-9015-a58e48af0a03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd15f588-a7f3-4176-9015-a58e48af0a03 img.shogun-image {
  width: 100%;
}



}
#s-3cb095d6-f227-474b-a983-e9a2df2e3015 {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-3cb095d6-f227-474b-a983-e9a2df2e3015 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-57530826-06ee-424a-8e63-bf1447e9ddc4 {
  text-align: left;
}

#s-57530826-06ee-424a-8e63-bf1447e9ddc4 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-57530826-06ee-424a-8e63-bf1447e9ddc4 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-57530826-06ee-424a-8e63-bf1447e9ddc4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8bfed6f5-5a2f-45ca-993e-ddcda589bfb1 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-8bfed6f5-5a2f-45ca-993e-ddcda589bfb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bfed6f5-5a2f-45ca-993e-ddcda589bfb1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8bfed6f5-5a2f-45ca-993e-ddcda589bfb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bfed6f5-5a2f-45ca-993e-ddcda589bfb1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8bfed6f5-5a2f-45ca-993e-ddcda589bfb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bfed6f5-5a2f-45ca-993e-ddcda589bfb1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8bfed6f5-5a2f-45ca-993e-ddcda589bfb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bfed6f5-5a2f-45ca-993e-ddcda589bfb1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-8bfed6f5-5a2f-45ca-993e-ddcda589bfb1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8bfed6f5-5a2f-45ca-993e-ddcda589bfb1 img.shogun-image {
  width: 100%;
}



}
#s-eac675bf-716f-43ab-9288-88f05452769b {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-eac675bf-716f-43ab-9288-88f05452769b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-a6743379-7852-4330-8b78-93b9d86b6930 {
  text-align: left;
}

#s-a6743379-7852-4330-8b78-93b9d86b6930 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-a6743379-7852-4330-8b78-93b9d86b6930 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-a6743379-7852-4330-8b78-93b9d86b6930 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
  padding-left: 10px;
}

#s-582dae6d-38ff-4475-a92a-4ba5df46e34b {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-582dae6d-38ff-4475-a92a-4ba5df46e34b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-582dae6d-38ff-4475-a92a-4ba5df46e34b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-582dae6d-38ff-4475-a92a-4ba5df46e34b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-582dae6d-38ff-4475-a92a-4ba5df46e34b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-582dae6d-38ff-4475-a92a-4ba5df46e34b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-582dae6d-38ff-4475-a92a-4ba5df46e34b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-582dae6d-38ff-4475-a92a-4ba5df46e34b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-582dae6d-38ff-4475-a92a-4ba5df46e34b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-582dae6d-38ff-4475-a92a-4ba5df46e34b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-582dae6d-38ff-4475-a92a-4ba5df46e34b img.shogun-image {
  width: 100%;
}



}
#s-02a6d733-025c-4cf7-a557-58345f526ad2 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-02a6d733-025c-4cf7-a557-58345f526ad2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-453d03e2-550d-4125-a135-c76395341f37 {
  text-align: left;
}

#s-453d03e2-550d-4125-a135-c76395341f37 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-453d03e2-550d-4125-a135-c76395341f37 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-453d03e2-550d-4125-a135-c76395341f37 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
  padding-left: 10px;
}

#s-d488eecd-1ff2-4a85-83a8-f611f0d7f8ad {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-d488eecd-1ff2-4a85-83a8-f611f0d7f8ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d488eecd-1ff2-4a85-83a8-f611f0d7f8ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d488eecd-1ff2-4a85-83a8-f611f0d7f8ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d488eecd-1ff2-4a85-83a8-f611f0d7f8ad img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d488eecd-1ff2-4a85-83a8-f611f0d7f8ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d488eecd-1ff2-4a85-83a8-f611f0d7f8ad img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d488eecd-1ff2-4a85-83a8-f611f0d7f8ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d488eecd-1ff2-4a85-83a8-f611f0d7f8ad img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-d488eecd-1ff2-4a85-83a8-f611f0d7f8ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d488eecd-1ff2-4a85-83a8-f611f0d7f8ad img.shogun-image {
  width: 100%;
}



}
#s-ad84ba04-35a0-46d4-bc24-d105e671ae07 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-ad84ba04-35a0-46d4-bc24-d105e671ae07 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-4748ad4b-352b-4984-ab11-fa2f97393dd8 {
  text-align: left;
}

#s-4748ad4b-352b-4984-ab11-fa2f97393dd8 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-4748ad4b-352b-4984-ab11-fa2f97393dd8 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-4748ad4b-352b-4984-ab11-fa2f97393dd8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
  padding-left: 10px;
}

#s-e16f8145-bd95-4cfc-872b-470e74710a78 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-e16f8145-bd95-4cfc-872b-470e74710a78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e16f8145-bd95-4cfc-872b-470e74710a78.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-37762165-377c-4c00-b47c-d2829af6fef7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37762165-377c-4c00-b47c-d2829af6fef7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-37762165-377c-4c00-b47c-d2829af6fef7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-37762165-377c-4c00-b47c-d2829af6fef7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-37762165-377c-4c00-b47c-d2829af6fef7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-37762165-377c-4c00-b47c-d2829af6fef7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-37762165-377c-4c00-b47c-d2829af6fef7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

#s-4b8cfff0-a79d-40df-b532-450eefe64663 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-4b8cfff0-a79d-40df-b532-450eefe64663 img.shogun-image {
    

    
    
    
  }


#s-4b8cfff0-a79d-40df-b532-450eefe64663 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9bb193c-982e-4706-9cdf-ec07db3f2b59 {
  margin-bottom: 0em;
}








#s-d9bb193c-982e-4706-9cdf-ec07db3f2b59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9bb193c-982e-4706-9cdf-ec07db3f2b59.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-71fafb96-091f-43c3-bcd9-49554d58c5d7 {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-71fafb96-091f-43c3-bcd9-49554d58c5d7 {
  margin-top: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71fafb96-091f-43c3-bcd9-49554d58c5d7 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-71fafb96-091f-43c3-bcd9-49554d58c5d7 {
  margin-top: 0em;
}
}






  #s-71fafb96-091f-43c3-bcd9-49554d58c5d7 img.shogun-image {
    

    
    
    
  }


#s-71fafb96-091f-43c3-bcd9-49554d58c5d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-65899a4b-5e0e-4085-b831-bd87f95faf4f {
  margin-top: 1em;
}

@media (min-width: 0px) {
[id="s-65899a4b-5e0e-4085-b831-bd87f95faf4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-65899a4b-5e0e-4085-b831-bd87f95faf4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-65899a4b-5e0e-4085-b831-bd87f95faf4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-65899a4b-5e0e-4085-b831-bd87f95faf4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-17788d6f-2b3e-4e28-9773-1c8616051851 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-17788d6f-2b3e-4e28-9773-1c8616051851 img.shogun-image {
    

    
    
    
  }


#s-17788d6f-2b3e-4e28-9773-1c8616051851 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bacee92-1c72-4503-ab2d-1b2591400c73 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-7bacee92-1c72-4503-ab2d-1b2591400c73 img.shogun-image {
    

    
    
    
  }


#s-7bacee92-1c72-4503-ab2d-1b2591400c73 .shogun-image-content {
  
    align-items: center;
  
}

#s-7dd8de80-96ad-4b03-843d-a11b7efe90db {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 30em;
background-position: center center;
}








#s-7dd8de80-96ad-4b03-843d-a11b7efe90db > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-7dd8de80-96ad-4b03-843d-a11b7efe90db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-8932d301-e3bc-43ca-bbdb-e39a7995d821 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-8932d301-e3bc-43ca-bbdb-e39a7995d821 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8932d301-e3bc-43ca-bbdb-e39a7995d821 .shg-sld-nav-button.shg-sld-left,
#s-8932d301-e3bc-43ca-bbdb-e39a7995d821 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-00ee6f48-5eb9-47d5-9ba6-7262d3106f9c {
  min-height: 50px;
}








#s-00ee6f48-5eb9-47d5-9ba6-7262d3106f9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00ee6f48-5eb9-47d5-9ba6-7262d3106f9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd266774-6bac-4fa3-941e-83b1c8ec3e4e {
  max-width: 200px;
}

#s-dd266774-6bac-4fa3-941e-83b1c8ec3e4e .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-dd266774-6bac-4fa3-941e-83b1c8ec3e4e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-dd266774-6bac-4fa3-941e-83b1c8ec3e4e td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-dd266774-6bac-4fa3-941e-83b1c8ec3e4e td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-dd266774-6bac-4fa3-941e-83b1c8ec3e4e td.shogun-table-column, #s-dd266774-6bac-4fa3-941e-83b1c8ec3e4e td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-667fab42-1baf-4701-9d07-8aa4963664fe .shogun-icon-wrapper {
  text-align: center;
}


#s-667fab42-1baf-4701-9d07-8aa4963664fe .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-c6b1cef5-9642-4e6f-bb92-ba97db81e9cc .shogun-icon-wrapper {
  text-align: center;
}


#s-c6b1cef5-9642-4e6f-bb92-ba97db81e9cc .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-28bf51b8-2bce-41c8-abde-1dfaaa704eed .shogun-icon-wrapper {
  text-align: center;
}


#s-28bf51b8-2bce-41c8-abde-1dfaaa704eed .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-37e274ca-8763-4382-b30b-b0bf0b157813 .shogun-icon-wrapper {
  text-align: center;
}


#s-37e274ca-8763-4382-b30b-b0bf0b157813 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-9ec078f3-484a-4fb5-951f-e463e454ff94 .shogun-icon-wrapper {
  text-align: center;
}


#s-9ec078f3-484a-4fb5-951f-e463e454ff94 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-e81980b2-7098-4589-b2f6-dd933492d2d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e81980b2-7098-4589-b2f6-dd933492d2d7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-8d2a2d8e-2761-454b-b094-9599b0d1497f {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d2a2d8e-2761-454b-b094-9599b0d1497f {
  max-width: 100%;
}
}@media (max-width: 767px){#s-8d2a2d8e-2761-454b-b094-9599b0d1497f {
  max-width: 100%;
}
}
#s-68e6ec6f-32ea-404c-a011-37f40f39288a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68e6ec6f-32ea-404c-a011-37f40f39288a .shogun-heading-component h4 {
  color: rgba(105, 255, 226, 1);
  font-weight:  700 ;
  font-family: "PT Sans";
  font-style:  normal ;
  font-size: 1.2em;
  
  
  
}



#s-4b6cb308-f4cc-4551-b6b1-0f3dc48a4214 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4b6cb308-f4cc-4551-b6b1-0f3dc48a4214 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b6cb308-f4cc-4551-b6b1-0f3dc48a4214.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5af0a631-3100-4792-a393-c2e1ca1ef057 {
  max-width: 200px;
}

#s-5af0a631-3100-4792-a393-c2e1ca1ef057 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-5af0a631-3100-4792-a393-c2e1ca1ef057 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5af0a631-3100-4792-a393-c2e1ca1ef057 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-5af0a631-3100-4792-a393-c2e1ca1ef057 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-5af0a631-3100-4792-a393-c2e1ca1ef057 td.shogun-table-column, #s-5af0a631-3100-4792-a393-c2e1ca1ef057 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-9488f698-812a-4264-83ca-b1544a85afe2 .shogun-icon-wrapper {
  text-align: center;
}


#s-9488f698-812a-4264-83ca-b1544a85afe2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-459d4b9d-443c-4fad-b172-33748e3eb2b1 .shogun-icon-wrapper {
  text-align: center;
}


#s-459d4b9d-443c-4fad-b172-33748e3eb2b1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-436213bb-24bb-4fd7-9b75-97521150b6aa .shogun-icon-wrapper {
  text-align: center;
}


#s-436213bb-24bb-4fd7-9b75-97521150b6aa .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-c90929b2-2ad2-49aa-b964-84a3ef3724ef .shogun-icon-wrapper {
  text-align: center;
}


#s-c90929b2-2ad2-49aa-b964-84a3ef3724ef .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-1140043f-4a37-4c43-bcd9-76858a5e8726 .shogun-icon-wrapper {
  text-align: center;
}


#s-1140043f-4a37-4c43-bcd9-76858a5e8726 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-ea79f53b-1680-4c20-9ff4-63640abb2df0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea79f53b-1680-4c20-9ff4-63640abb2df0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-60a35337-10fa-4162-afba-ead840885ecf {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-60a35337-10fa-4162-afba-ead840885ecf {
  max-width: 100%;
}
}@media (max-width: 767px){#s-60a35337-10fa-4162-afba-ead840885ecf {
  max-width: 100%;
}
}
#s-78422e8d-5172-40d8-a53e-116c47fe547f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78422e8d-5172-40d8-a53e-116c47fe547f .shogun-heading-component h4 {
  color: rgba(105, 255, 226, 1);
  font-weight:  700 ;
  font-family: "PT Sans";
  font-style:  normal ;
  font-size: 1.2em;
  
  
  
}



/*
  $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}
