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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-c936ccd0-3ccc-467b-9c83-4a21887220e3 {
  min-height: 630px;
max-width: 100%;
text-align: center;
}







  #s-c936ccd0-3ccc-467b-9c83-4a21887220e3 img.shogun-image {
    

    
    
    
  }


#s-c936ccd0-3ccc-467b-9c83-4a21887220e3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

.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-f0a80676-d3ec-41a2-b1a2-4f0d40cb081a {
  margin-left: auto;
margin-right: auto;
}








#s-f0a80676-d3ec-41a2-b1a2-4f0d40cb081a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0a80676-d3ec-41a2-b1a2-4f0d40cb081a.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: #000;
  font-family: ;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000;
  font-family: inherit;
}

.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: #000;
  font-family: ;
  font-weight: normal;
}

.shg-theme-text-content p {
  color: #000;
  font-family: inherit;
  font-weight: normal;
}

.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: #000;
  font-family: ;
  text-transform: none;
  font-weight: normal;
  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-aaed9f59-b53d-4e47-bf4e-81bdf7ee94f4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-aaed9f59-b53d-4e47-bf4e-81bdf7ee94f4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 72px;
  line-height: 1.25em;
  letter-spacing: ;
  
}



.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: normal;
  font-family: inherit;
}

.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-f9b8c42a-5919-47cd-985c-00078c769e59 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 102, 81, 1);
background-image: none;
hover-type: color;
}
#s-f9b8c42a-5919-47cd-985c-00078c769e59:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(121, 202, 192, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f9b8c42a-5919-47cd-985c-00078c769e59:active {background-color: rgba(121, 202, 192, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f9b8c42a-5919-47cd-985c-00078c769e59-btn-wrapper {
    text-align: center;
  }


#s-f9b8c42a-5919-47cd-985c-00078c769e59.shg-btn {
  color: rgba(255, 102, 81, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f9b8c42a-5919-47cd-985c-00078c769e59-btn-wrapper {
    text-align: center;
  }


#s-f9b8c42a-5919-47cd-985c-00078c769e59.shg-btn {
  color: rgba(255, 102, 81, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9b8c42a-5919-47cd-985c-00078c769e59-btn-wrapper {
    text-align: center;
  }


#s-f9b8c42a-5919-47cd-985c-00078c769e59.shg-btn {
  color: rgba(255, 102, 81, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9b8c42a-5919-47cd-985c-00078c769e59-btn-wrapper {
    text-align: center;
  }


#s-f9b8c42a-5919-47cd-985c-00078c769e59.shg-btn {
  color: rgba(255, 102, 81, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f9b8c42a-5919-47cd-985c-00078c769e59-btn-wrapper {
    text-align: center;
  }


#s-f9b8c42a-5919-47cd-985c-00078c769e59.shg-btn {
  color: rgba(255, 102, 81, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-2e633f51-a05c-4ca8-a7fb-9d03483f9dd2 {
  display: none;
}
#s-2e633f51-a05c-4ca8-a7fb-9d03483f9dd2, #wrap-s-2e633f51-a05c-4ca8-a7fb-9d03483f9dd2 { display:none !important; }}@media (max-width: 767px){#s-2e633f51-a05c-4ca8-a7fb-9d03483f9dd2 {
  display: none;
}
#s-2e633f51-a05c-4ca8-a7fb-9d03483f9dd2, #wrap-s-2e633f51-a05c-4ca8-a7fb-9d03483f9dd2 { display:none !important; }}
.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);
}

@media (min-width: 1200px){#s-df608f55-ffa6-48a6-bcb9-fa8e772e9663 {
  display: none;
}
#s-df608f55-ffa6-48a6-bcb9-fa8e772e9663, #wrap-s-df608f55-ffa6-48a6-bcb9-fa8e772e9663 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df608f55-ffa6-48a6-bcb9-fa8e772e9663 {
  display: none;
}
#s-df608f55-ffa6-48a6-bcb9-fa8e772e9663, #wrap-s-df608f55-ffa6-48a6-bcb9-fa8e772e9663 { display:none !important; }}
#s-df608f55-ffa6-48a6-bcb9-fa8e772e9663 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-df608f55-ffa6-48a6-bcb9-fa8e772e9663 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-df608f55-ffa6-48a6-bcb9-fa8e772e9663 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 102, 81, 1);
}

#s-df608f55-ffa6-48a6-bcb9-fa8e772e9663 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-df608f55-ffa6-48a6-bcb9-fa8e772e9663 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 102, 81, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-df608f55-ffa6-48a6-bcb9-fa8e772e9663 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-35e70f96-7780-4044-8f0a-2d584b01dda7 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-35e70f96-7780-4044-8f0a-2d584b01dda7 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-35e70f96-7780-4044-8f0a-2d584b01dda7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35e70f96-7780-4044-8f0a-2d584b01dda7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-955ea55a-2711-4920-86d6-3b7f71c60476 {
  text-align: left;
}

#s-1a525e0c-6914-45c0-b0cd-aeafce4bc9dc {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1a525e0c-6914-45c0-b0cd-aeafce4bc9dc .shogun-heading-component h2 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-1a525e0c-6914-45c0-b0cd-aeafce4bc9dc .shogun-heading-component h2 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 26.8px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}


}







#s-6afcc41c-1a82-437b-b24f-7fb246720242 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6afcc41c-1a82-437b-b24f-7fb246720242.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-b04f5cff-0d33-4eba-9d23-91f85f9cc40a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b04f5cff-0d33-4eba-9d23-91f85f9cc40a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b04f5cff-0d33-4eba-9d23-91f85f9cc40a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b04f5cff-0d33-4eba-9d23-91f85f9cc40a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}








#s-f3699a80-5f61-4e57-8f2b-d8a6b944f480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3699a80-5f61-4e57-8f2b-d8a6b944f480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e4513ed-56f6-4cab-b6fd-3ac46dcf5ad8 {
  text-align: center;
}







  #s-4e4513ed-56f6-4cab-b6fd-3ac46dcf5ad8 img.shogun-image {
    

    
    
    
  }


#s-4e4513ed-56f6-4cab-b6fd-3ac46dcf5ad8 .shogun-image-content {
  
    align-items: center;
  
}








#s-2d4aea38-c55e-43c3-8e15-71a645a4e39a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d4aea38-c55e-43c3-8e15-71a645a4e39a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f5a7435-3f55-47d7-a73e-024e83e2f7ec {
  text-align: left;
}

#s-9f5a7435-3f55-47d7-a73e-024e83e2f7ec .shogun-heading-component h2 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f8c546f0-c0a7-4b92-a498-7d157c6c1cfe {
  border-style: solid;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(60, 60, 60, 1);
background-image: none;
hover-type: color;
}
#s-f8c546f0-c0a7-4b92-a498-7d157c6c1cfe:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(60, 60, 60, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f8c546f0-c0a7-4b92-a498-7d157c6c1cfe:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(60, 60, 60, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f8c546f0-c0a7-4b92-a498-7d157c6c1cfe-btn-wrapper {
    text-align: left;
  }


#s-f8c546f0-c0a7-4b92-a498-7d157c6c1cfe.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8c546f0-c0a7-4b92-a498-7d157c6c1cfe-btn-wrapper {
    text-align: left;
  }


#s-f8c546f0-c0a7-4b92-a498-7d157c6c1cfe.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8c546f0-c0a7-4b92-a498-7d157c6c1cfe-btn-wrapper {
    text-align: left;
  }


#s-f8c546f0-c0a7-4b92-a498-7d157c6c1cfe.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8c546f0-c0a7-4b92-a498-7d157c6c1cfe-btn-wrapper {
    text-align: left;
  }


#s-f8c546f0-c0a7-4b92-a498-7d157c6c1cfe.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8c546f0-c0a7-4b92-a498-7d157c6c1cfe-btn-wrapper {
    text-align: left;
  }


#s-f8c546f0-c0a7-4b92-a498-7d157c6c1cfe.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-92fc5c0c-b2cf-48c7-8594-8bd24c89f53f {
  min-height: 50px;
}








#s-92fc5c0c-b2cf-48c7-8594-8bd24c89f53f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92fc5c0c-b2cf-48c7-8594-8bd24c89f53f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43ca7066-b0c2-43c4-b93d-35a68bc55c8b {
  text-align: center;
}







  #s-43ca7066-b0c2-43c4-b93d-35a68bc55c8b img.shogun-image {
    

    
    
    
  }


#s-43ca7066-b0c2-43c4-b93d-35a68bc55c8b .shogun-image-content {
  
    align-items: center;
  
}








#s-ec69082a-410e-41c7-a7f5-2d70b56cf9dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec69082a-410e-41c7-a7f5-2d70b56cf9dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9934438-66f2-48f3-a9f6-55fec9083321 {
  text-align: left;
}

#s-c9934438-66f2-48f3-a9f6-55fec9083321 .shogun-heading-component h2 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  
}



#s-3ad9280d-2527-48a4-b298-f6816435eb5b {
  border-style: solid;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(60, 60, 60, 1);
}
#s-3ad9280d-2527-48a4-b298-f6816435eb5b:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(60, 60, 60, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3ad9280d-2527-48a4-b298-f6816435eb5b:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(60, 60, 60, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3ad9280d-2527-48a4-b298-f6816435eb5b-btn-wrapper {
    text-align: left;
  }


#s-3ad9280d-2527-48a4-b298-f6816435eb5b.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ad9280d-2527-48a4-b298-f6816435eb5b-btn-wrapper {
    text-align: left;
  }


#s-3ad9280d-2527-48a4-b298-f6816435eb5b.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ad9280d-2527-48a4-b298-f6816435eb5b-btn-wrapper {
    text-align: left;
  }


#s-3ad9280d-2527-48a4-b298-f6816435eb5b.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ad9280d-2527-48a4-b298-f6816435eb5b-btn-wrapper {
    text-align: left;
  }


#s-3ad9280d-2527-48a4-b298-f6816435eb5b.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ad9280d-2527-48a4-b298-f6816435eb5b-btn-wrapper {
    text-align: left;
  }


#s-3ad9280d-2527-48a4-b298-f6816435eb5b.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-58bacdc5-ddc6-4958-9015-4261a1740e51 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-58bacdc5-ddc6-4958-9015-4261a1740e51 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-58bacdc5-ddc6-4958-9015-4261a1740e51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58bacdc5-ddc6-4958-9015-4261a1740e51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e953fa9-3b4b-44e3-b5ca-a7de57653253 {
  text-align: left;
}








#s-d2584957-c493-4a6c-8308-cce2413e3bdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2584957-c493-4a6c-8308-cce2413e3bdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a22b387-51cf-4cd4-8bec-f02722aac8d1 {
  border-style: solid;
border-color: rgba(34, 25, 77, 0);
background-color: rgba(255, 102, 81, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-8a22b387-51cf-4cd4-8bec-f02722aac8d1:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(255, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8a22b387-51cf-4cd4-8bec-f02722aac8d1:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(255, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8a22b387-51cf-4cd4-8bec-f02722aac8d1-btn-wrapper {
    text-align: left;
  }


#s-8a22b387-51cf-4cd4-8bec-f02722aac8d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a22b387-51cf-4cd4-8bec-f02722aac8d1-btn-wrapper {
    text-align: left;
  }


#s-8a22b387-51cf-4cd4-8bec-f02722aac8d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a22b387-51cf-4cd4-8bec-f02722aac8d1-btn-wrapper {
    text-align: left;
  }


#s-8a22b387-51cf-4cd4-8bec-f02722aac8d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a22b387-51cf-4cd4-8bec-f02722aac8d1-btn-wrapper {
    text-align: left;
  }


#s-8a22b387-51cf-4cd4-8bec-f02722aac8d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a22b387-51cf-4cd4-8bec-f02722aac8d1-btn-wrapper {
    text-align: left;
  }


#s-8a22b387-51cf-4cd4-8bec-f02722aac8d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-d658ba2a-f450-49af-b507-4ebb495975d9 {
  margin-left: auto;
margin-right: auto;
min-height: 5px;
}








#s-d658ba2a-f450-49af-b507-4ebb495975d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d658ba2a-f450-49af-b507-4ebb495975d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b098e1d0-8189-49fa-8786-1fec8c724d10 {
  text-align: center;
}







  #s-b098e1d0-8189-49fa-8786-1fec8c724d10 img.shogun-image {
    

    
    
    
  }


#s-b098e1d0-8189-49fa-8786-1fec8c724d10 .shogun-image-content {
  
    align-items: center;
  
}








#s-010e2d84-259e-439b-b4a1-2233f6f66d3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-010e2d84-259e-439b-b4a1-2233f6f66d3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34ab2d07-7b77-4338-a3fc-ff18ba54dd36 {
  text-align: left;
}

#s-088d030d-3899-4641-915b-00b684436905 {
  text-align: left;
}

#s-088d030d-3899-4641-915b-00b684436905 .shogun-heading-component h2 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: ;
  
}



#s-b6b91f83-d614-4af7-9354-0a08cb35f78c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b6b91f83-d614-4af7-9354-0a08cb35f78c {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-b6b91f83-d614-4af7-9354-0a08cb35f78c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6b91f83-d614-4af7-9354-0a08cb35f78c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-a836ecb6-666a-488d-b520-9bfaa03c648b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a836ecb6-666a-488d-b520-9bfaa03c648b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac729f49-3fa8-4e1f-a06c-3170c615c2da {
  border-style: solid;
border-color: rgba(34, 25, 77, 0);
background-color: rgba(255, 102, 81, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ac729f49-3fa8-4e1f-a06c-3170c615c2da:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(255, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac729f49-3fa8-4e1f-a06c-3170c615c2da:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(255, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ac729f49-3fa8-4e1f-a06c-3170c615c2da-btn-wrapper {
    text-align: left;
  }


#s-ac729f49-3fa8-4e1f-a06c-3170c615c2da.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac729f49-3fa8-4e1f-a06c-3170c615c2da-btn-wrapper {
    text-align: left;
  }


#s-ac729f49-3fa8-4e1f-a06c-3170c615c2da.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac729f49-3fa8-4e1f-a06c-3170c615c2da-btn-wrapper {
    text-align: left;
  }


#s-ac729f49-3fa8-4e1f-a06c-3170c615c2da.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac729f49-3fa8-4e1f-a06c-3170c615c2da-btn-wrapper {
    text-align: left;
  }


#s-ac729f49-3fa8-4e1f-a06c-3170c615c2da.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac729f49-3fa8-4e1f-a06c-3170c615c2da-btn-wrapper {
    text-align: left;
  }


#s-ac729f49-3fa8-4e1f-a06c-3170c615c2da.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-62d7644f-58a1-4e89-ba8e-79a4a1cda09a {
  margin-left: auto;
margin-right: auto;
min-height: 5px;
}








#s-62d7644f-58a1-4e89-ba8e-79a4a1cda09a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62d7644f-58a1-4e89-ba8e-79a4a1cda09a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d41bcbdb-eb00-4208-9413-7d25e323e195 {
  text-align: center;
}







  #s-d41bcbdb-eb00-4208-9413-7d25e323e195 img.shogun-image {
    

    
    
    
  }


#s-d41bcbdb-eb00-4208-9413-7d25e323e195 .shogun-image-content {
  
    align-items: center;
  
}








#s-0027872c-c225-4535-982e-1f0eecfb5d9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0027872c-c225-4535-982e-1f0eecfb5d9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9097c7bb-2a71-49c0-9ca3-e6d0d5181b47 {
  text-align: left;
}

#s-a07a7de0-977c-405d-8324-7251efe26095 {
  text-align: left;
}

#s-a07a7de0-977c-405d-8324-7251efe26095 .shogun-heading-component h2 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: ;
  
}



#s-a7adac69-fb36-4a65-ad88-110ce0c97f62 {
  border-style: solid;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}








#s-a7adac69-fb36-4a65-ad88-110ce0c97f62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7adac69-fb36-4a65-ad88-110ce0c97f62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95e8b5aa-aa65-4646-b14b-4e508ee442e6 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(34, 25, 77, 0);
border-style: solid;
background-color: rgba(60, 60, 60, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 60, 60, 1);
}
#s-95e8b5aa-aa65-4646-b14b-4e508ee442e6:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(60, 60, 60, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 60, 60, 1) !important;}#s-95e8b5aa-aa65-4646-b14b-4e508ee442e6:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(60, 60, 60, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 60, 60, 1) !important;}

  #s-95e8b5aa-aa65-4646-b14b-4e508ee442e6-btn-wrapper {
    text-align: left;
  }


#s-95e8b5aa-aa65-4646-b14b-4e508ee442e6.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-95e8b5aa-aa65-4646-b14b-4e508ee442e6-btn-wrapper {
    text-align: left;
  }


#s-95e8b5aa-aa65-4646-b14b-4e508ee442e6.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95e8b5aa-aa65-4646-b14b-4e508ee442e6-btn-wrapper {
    text-align: left;
  }


#s-95e8b5aa-aa65-4646-b14b-4e508ee442e6.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95e8b5aa-aa65-4646-b14b-4e508ee442e6-btn-wrapper {
    text-align: left;
  }


#s-95e8b5aa-aa65-4646-b14b-4e508ee442e6.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-95e8b5aa-aa65-4646-b14b-4e508ee442e6-btn-wrapper {
    text-align: left;
  }


#s-95e8b5aa-aa65-4646-b14b-4e508ee442e6.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-88d57ba9-1437-4fb9-9539-762e6eed3ba9 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-88d57ba9-1437-4fb9-9539-762e6eed3ba9 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-88d57ba9-1437-4fb9-9539-762e6eed3ba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88d57ba9-1437-4fb9-9539-762e6eed3ba9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-0f40f9a8-ead5-43cb-be00-3e0acd746792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f40f9a8-ead5-43cb-be00-3e0acd746792.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce1cdd90-39a0-469b-a3a8-502f18d1743e {
  border-style: solid;
border-color: rgba(34, 25, 77, 0);
background-color: rgba(255, 102, 81, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ce1cdd90-39a0-469b-a3a8-502f18d1743e:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(255, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ce1cdd90-39a0-469b-a3a8-502f18d1743e:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(255, 102, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ce1cdd90-39a0-469b-a3a8-502f18d1743e-btn-wrapper {
    text-align: left;
  }


#s-ce1cdd90-39a0-469b-a3a8-502f18d1743e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ce1cdd90-39a0-469b-a3a8-502f18d1743e-btn-wrapper {
    text-align: left;
  }


#s-ce1cdd90-39a0-469b-a3a8-502f18d1743e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce1cdd90-39a0-469b-a3a8-502f18d1743e-btn-wrapper {
    text-align: left;
  }


#s-ce1cdd90-39a0-469b-a3a8-502f18d1743e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce1cdd90-39a0-469b-a3a8-502f18d1743e-btn-wrapper {
    text-align: left;
  }


#s-ce1cdd90-39a0-469b-a3a8-502f18d1743e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ce1cdd90-39a0-469b-a3a8-502f18d1743e-btn-wrapper {
    text-align: left;
  }


#s-ce1cdd90-39a0-469b-a3a8-502f18d1743e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-49047f43-78c2-4a04-8274-682fc7b9761e {
  margin-left: auto;
margin-right: auto;
}








#s-49047f43-78c2-4a04-8274-682fc7b9761e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49047f43-78c2-4a04-8274-682fc7b9761e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af244312-8a54-4e13-9b2f-acd8354680cb {
  min-height: 300px;
text-align: center;
}







  #s-af244312-8a54-4e13-9b2f-acd8354680cb img.shogun-image {
    

    
    
    
  }


#s-af244312-8a54-4e13-9b2f-acd8354680cb .shogun-image-content {
  
    align-items: center;
  
}

#s-7ad1a77d-347f-41a8-bc3b-ec409598856b {
  min-height: 50px;
}








#s-7ad1a77d-347f-41a8-bc3b-ec409598856b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ad1a77d-347f-41a8-bc3b-ec409598856b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74c73844-29e2-425d-9954-e938856b7148 {
  text-align: left;
}

#s-345ead0d-5602-4776-bdfd-b08b27f51faf {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-345ead0d-5602-4776-bdfd-b08b27f51faf .shogun-heading-component h2 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  
}










#s-c67589e0-9e50-4c28-bf4b-2c7cdda0b6ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c67589e0-9e50-4c28-bf4b-2c7cdda0b6ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6ce90a0-0afb-4fbf-9482-31f014c111a0 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
}
#s-d6ce90a0-0afb-4fbf-9482-31f014c111a0:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d6ce90a0-0afb-4fbf-9482-31f014c111a0:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d6ce90a0-0afb-4fbf-9482-31f014c111a0-btn-wrapper {
    text-align: center;
  }


#s-d6ce90a0-0afb-4fbf-9482-31f014c111a0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6ce90a0-0afb-4fbf-9482-31f014c111a0-btn-wrapper {
    text-align: center;
  }


#s-d6ce90a0-0afb-4fbf-9482-31f014c111a0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6ce90a0-0afb-4fbf-9482-31f014c111a0-btn-wrapper {
    text-align: center;
  }


#s-d6ce90a0-0afb-4fbf-9482-31f014c111a0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6ce90a0-0afb-4fbf-9482-31f014c111a0-btn-wrapper {
    text-align: center;
  }


#s-d6ce90a0-0afb-4fbf-9482-31f014c111a0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6ce90a0-0afb-4fbf-9482-31f014c111a0-btn-wrapper {
    text-align: center;
  }


#s-d6ce90a0-0afb-4fbf-9482-31f014c111a0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-6eedb61e-9cb4-4308-a539-fca5d598784b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-6eedb61e-9cb4-4308-a539-fca5d598784b {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-6eedb61e-9cb4-4308-a539-fca5d598784b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6eedb61e-9cb4-4308-a539-fca5d598784b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd696a79-9b16-4c4c-ae7f-014776cb31d6 {
  text-align: left;
}

#s-2cce9e26-364c-4388-9ccd-745ad76d2b0a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2cce9e26-364c-4388-9ccd-745ad76d2b0a .shogun-heading-component h2 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-2cce9e26-364c-4388-9ccd-745ad76d2b0a .shogun-heading-component h2 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 26.8px;
  line-height: 1.25em;
  letter-spacing: ;
  text-align: left;
}


}
#s-f2f53008-5b99-41ce-b109-82d8fc3c4745 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f2f53008-5b99-41ce-b109-82d8fc3c4745 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2f53008-5b99-41ce-b109-82d8fc3c4745.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a0cb026-d182-4fbf-b602-df8bc7129c2d {
  padding-top: 0px;
padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-1a0cb026-d182-4fbf-b602-df8bc7129c2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a0cb026-d182-4fbf-b602-df8bc7129c2d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1a0cb026-d182-4fbf-b602-df8bc7129c2d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a0cb026-d182-4fbf-b602-df8bc7129c2d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-848b38b6-816c-4323-a540-6ec516f62189 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-848b38b6-816c-4323-a540-6ec516f62189 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-848b38b6-816c-4323-a540-6ec516f62189.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da05cc62-2583-45f2-9f23-aa4c29493d5b {
  min-height: 50px;
}








#s-da05cc62-2583-45f2-9f23-aa4c29493d5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da05cc62-2583-45f2-9f23-aa4c29493d5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7ad7dc5-ad71-4538-b696-cab38e5d9a04 {
  text-align: center;
}

#s-b7ad7dc5-ad71-4538-b696-cab38e5d9a04 .shogun-heading-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-ec643498-c9b4-4e92-89ff-d421bda57dcc {
  border-style: solid;
border-color: rgba(34, 25, 77, 0);
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(60, 60, 60, 1);
background-image: none;
hover-type: color;
}
#s-ec643498-c9b4-4e92-89ff-d421bda57dcc:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(60, 60, 60, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ec643498-c9b4-4e92-89ff-d421bda57dcc:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(60, 60, 60, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ec643498-c9b4-4e92-89ff-d421bda57dcc-btn-wrapper {
    text-align: center;
  }


#s-ec643498-c9b4-4e92-89ff-d421bda57dcc.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec643498-c9b4-4e92-89ff-d421bda57dcc-btn-wrapper {
    text-align: center;
  }


#s-ec643498-c9b4-4e92-89ff-d421bda57dcc.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec643498-c9b4-4e92-89ff-d421bda57dcc-btn-wrapper {
    text-align: center;
  }


#s-ec643498-c9b4-4e92-89ff-d421bda57dcc.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec643498-c9b4-4e92-89ff-d421bda57dcc-btn-wrapper {
    text-align: center;
  }


#s-ec643498-c9b4-4e92-89ff-d421bda57dcc.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec643498-c9b4-4e92-89ff-d421bda57dcc-btn-wrapper {
    text-align: center;
  }


#s-ec643498-c9b4-4e92-89ff-d421bda57dcc.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-58c286dd-7ae6-4573-8b77-3b35869e0b1e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-58c286dd-7ae6-4573-8b77-3b35869e0b1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58c286dd-7ae6-4573-8b77-3b35869e0b1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-f76e59af-090e-4a58-900f-75ed58956faf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f76e59af-090e-4a58-900f-75ed58956faf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1fbaae9-689f-492a-bb1b-2ff203ef868e {
  text-align: center;
}

#s-e1fbaae9-689f-492a-bb1b-2ff203ef868e .shogun-heading-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  
}



#s-2b489adf-d182-46ec-917d-656232b95d84 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(60, 60, 60, 1);
background-image: none;
hover-type: color;
}
#s-2b489adf-d182-46ec-917d-656232b95d84:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(60, 60, 60, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2b489adf-d182-46ec-917d-656232b95d84:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(60, 60, 60, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2b489adf-d182-46ec-917d-656232b95d84-btn-wrapper {
    text-align: center;
  }


#s-2b489adf-d182-46ec-917d-656232b95d84.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b489adf-d182-46ec-917d-656232b95d84-btn-wrapper {
    text-align: center;
  }


#s-2b489adf-d182-46ec-917d-656232b95d84.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b489adf-d182-46ec-917d-656232b95d84-btn-wrapper {
    text-align: center;
  }


#s-2b489adf-d182-46ec-917d-656232b95d84.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b489adf-d182-46ec-917d-656232b95d84-btn-wrapper {
    text-align: center;
  }


#s-2b489adf-d182-46ec-917d-656232b95d84.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b489adf-d182-46ec-917d-656232b95d84-btn-wrapper {
    text-align: center;
  }


#s-2b489adf-d182-46ec-917d-656232b95d84.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-be592a45-d071-4f65-8efb-ac1c0a1edcc7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-be592a45-d071-4f65-8efb-ac1c0a1edcc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be592a45-d071-4f65-8efb-ac1c0a1edcc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-dc79ab2a-2b25-4e19-b760-4486f8302d42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc79ab2a-2b25-4e19-b760-4486f8302d42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cd4126a-c6cb-4195-8790-a12a417eaf4c {
  text-align: center;
}

#s-6cd4126a-c6cb-4195-8790-a12a417eaf4c .shogun-heading-component h3 {
  color: rgba(60, 60, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-5959a39b-4ab1-4105-aceb-659d46adf2bb {
  border-style: solid;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(60, 60, 60, 1);
}
#s-5959a39b-4ab1-4105-aceb-659d46adf2bb:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(60, 60, 60, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5959a39b-4ab1-4105-aceb-659d46adf2bb:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(60, 60, 60, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5959a39b-4ab1-4105-aceb-659d46adf2bb-btn-wrapper {
    text-align: center;
  }


#s-5959a39b-4ab1-4105-aceb-659d46adf2bb.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5959a39b-4ab1-4105-aceb-659d46adf2bb-btn-wrapper {
    text-align: center;
  }


#s-5959a39b-4ab1-4105-aceb-659d46adf2bb.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5959a39b-4ab1-4105-aceb-659d46adf2bb-btn-wrapper {
    text-align: center;
  }


#s-5959a39b-4ab1-4105-aceb-659d46adf2bb.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5959a39b-4ab1-4105-aceb-659d46adf2bb-btn-wrapper {
    text-align: center;
  }


#s-5959a39b-4ab1-4105-aceb-659d46adf2bb.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5959a39b-4ab1-4105-aceb-659d46adf2bb-btn-wrapper {
    text-align: center;
  }


#s-5959a39b-4ab1-4105-aceb-659d46adf2bb.shg-btn {
  color: rgba(60, 60, 60, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-0526df74-e2fd-437c-a2ac-fd95603a3700 {
  box-shadow:1px 1px 50px 1px rgba(240, 240, 240, 1);
border-style: solid;
margin-top: 100px;
margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0526df74-e2fd-437c-a2ac-fd95603a3700 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0526df74-e2fd-437c-a2ac-fd95603a3700 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-0526df74-e2fd-437c-a2ac-fd95603a3700 {
  padding-left: 1%;
padding-right: 1%;
}
}







#s-0526df74-e2fd-437c-a2ac-fd95603a3700 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0526df74-e2fd-437c-a2ac-fd95603a3700.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-539b91b8-7106-4b7c-bc32-80ee1aa9d7ce {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-539b91b8-7106-4b7c-bc32-80ee1aa9d7ce .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  
}


@media (max-width: 767px){#s-539b91b8-7106-4b7c-bc32-80ee1aa9d7ce .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}


}
@media (max-width: 767px){#s-589ce7df-7f1c-41c8-bbd1-22423a53f19e {
  display: none;
}
#s-589ce7df-7f1c-41c8-bbd1-22423a53f19e, #wrap-s-589ce7df-7f1c-41c8-bbd1-22423a53f19e { display:none !important; }}
@media (min-width: 1200px){#s-7de56db9-8503-4174-a026-343e8b943f3b {
  display: none;
}
#s-7de56db9-8503-4174-a026-343e8b943f3b, #wrap-s-7de56db9-8503-4174-a026-343e8b943f3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7de56db9-8503-4174-a026-343e8b943f3b {
  display: none;
}
#s-7de56db9-8503-4174-a026-343e8b943f3b, #wrap-s-7de56db9-8503-4174-a026-343e8b943f3b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7de56db9-8503-4174-a026-343e8b943f3b {
  display: none;
}
#s-7de56db9-8503-4174-a026-343e8b943f3b, #wrap-s-7de56db9-8503-4174-a026-343e8b943f3b { display:none !important; }}
/*
  $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}
