.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-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
min-height: 60px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}@media (max-width: 767px){#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 {
  
}
}







#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3ea0d791-6904-4d5c-9ded-a42f6e5606d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: left;
}
@media (min-width: 1200px){#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  
}
}@media (max-width: 767px){#s-ec08c90f-696b-48eb-8e56-64c1044015e3 {
  
}
}
#s-ec08c90f-696b-48eb-8e56-64c1044015e3 .shogun-heading-component h1 {
  color: rgba(62, 62, 62, 1);
  font-weight:   ;
  font-family: "Josefin Sans";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}



#s-2a44c59a-24d1-4ee3-89d8-f45ec7ae8ef5 {
  margin-top: 40px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-2a44c59a-24d1-4ee3-89d8-f45ec7ae8ef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a44c59a-24d1-4ee3-89d8-f45ec7ae8ef5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e0ab41ca-04dc-4053-a023-a064000dbde8 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-e0ab41ca-04dc-4053-a023-a064000dbde8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0ab41ca-04dc-4053-a023-a064000dbde8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0ab41ca-04dc-4053-a023-a064000dbde8 {
  
}
}@media (max-width: 767px){#s-e0ab41ca-04dc-4053-a023-a064000dbde8 {
  
}
}
#s-e0ab41ca-04dc-4053-a023-a064000dbde8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Josefin Sans";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}



.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-c78e1688-eeac-4774-8bd1-2fbc01034b8f {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-c78e1688-eeac-4774-8bd1-2fbc01034b8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c78e1688-eeac-4774-8bd1-2fbc01034b8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c78e1688-eeac-4774-8bd1-2fbc01034b8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c78e1688-eeac-4774-8bd1-2fbc01034b8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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-407a16a3-078b-486d-83d3-288c187e5593 {
  text-align: center;
}







  #s-407a16a3-078b-486d-83d3-288c187e5593 img.shogun-image {
    

    
    
    
  }


#s-407a16a3-078b-486d-83d3-288c187e5593 .shogun-image-content {
  
    align-items: center;
  
}

.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-2dd4aa27-a4ed-4ff1-b473-97fde0d36a25 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2dd4aa27-a4ed-4ff1-b473-97fde0d36a25:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-2dd4aa27-a4ed-4ff1-b473-97fde0d36a25:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2dd4aa27-a4ed-4ff1-b473-97fde0d36a25-btn-wrapper {
    text-align: center;
  }


#s-2dd4aa27-a4ed-4ff1-b473-97fde0d36a25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2dd4aa27-a4ed-4ff1-b473-97fde0d36a25-btn-wrapper {
    text-align: center;
  }


#s-2dd4aa27-a4ed-4ff1-b473-97fde0d36a25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2dd4aa27-a4ed-4ff1-b473-97fde0d36a25-btn-wrapper {
    text-align: center;
  }


#s-2dd4aa27-a4ed-4ff1-b473-97fde0d36a25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2dd4aa27-a4ed-4ff1-b473-97fde0d36a25-btn-wrapper {
    text-align: center;
  }


#s-2dd4aa27-a4ed-4ff1-b473-97fde0d36a25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2dd4aa27-a4ed-4ff1-b473-97fde0d36a25-btn-wrapper {
    text-align: center;
  }


#s-2dd4aa27-a4ed-4ff1-b473-97fde0d36a25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
.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: ;
}

@media (max-width: 767px){#s-0b293046-ad8f-4235-a7a5-4ceec1f100ba {
  display: none;
}
#s-0b293046-ad8f-4235-a7a5-4ceec1f100ba, #wrap-s-0b293046-ad8f-4235-a7a5-4ceec1f100ba { display:none !important; }}
#s-31869880-abef-4a81-b243-6538dceee9db {
  text-align: center;
}







  #s-31869880-abef-4a81-b243-6538dceee9db img.shogun-image {
    

    
    
    
  }


#s-31869880-abef-4a81-b243-6538dceee9db .shogun-image-content {
  
    align-items: center;
  
}

#s-a7b3b283-29d5-4bdf-a181-625fe5547f77 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a7b3b283-29d5-4bdf-a181-625fe5547f77:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-a7b3b283-29d5-4bdf-a181-625fe5547f77:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a7b3b283-29d5-4bdf-a181-625fe5547f77-btn-wrapper {
    text-align: center;
  }


#s-a7b3b283-29d5-4bdf-a181-625fe5547f77.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a7b3b283-29d5-4bdf-a181-625fe5547f77-btn-wrapper {
    text-align: center;
  }


#s-a7b3b283-29d5-4bdf-a181-625fe5547f77.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7b3b283-29d5-4bdf-a181-625fe5547f77-btn-wrapper {
    text-align: center;
  }


#s-a7b3b283-29d5-4bdf-a181-625fe5547f77.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7b3b283-29d5-4bdf-a181-625fe5547f77-btn-wrapper {
    text-align: center;
  }


#s-a7b3b283-29d5-4bdf-a181-625fe5547f77.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a7b3b283-29d5-4bdf-a181-625fe5547f77-btn-wrapper {
    text-align: center;
  }


#s-a7b3b283-29d5-4bdf-a181-625fe5547f77.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
@media (max-width: 767px){#s-de7bbf1f-28e0-46b1-8b0a-7de0246feeb4 {
  display: none;
}
#s-de7bbf1f-28e0-46b1-8b0a-7de0246feeb4, #wrap-s-de7bbf1f-28e0-46b1-8b0a-7de0246feeb4 { display:none !important; }}
#s-d578f052-72c1-4a23-a9e6-bd731b188182 {
  text-align: center;
}







  #s-d578f052-72c1-4a23-a9e6-bd731b188182 img.shogun-image {
    

    
    
    
  }


#s-d578f052-72c1-4a23-a9e6-bd731b188182 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab4fe379-8eb8-4474-aa38-16a0a11bb816 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ab4fe379-8eb8-4474-aa38-16a0a11bb816:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-ab4fe379-8eb8-4474-aa38-16a0a11bb816:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ab4fe379-8eb8-4474-aa38-16a0a11bb816-btn-wrapper {
    text-align: center;
  }


#s-ab4fe379-8eb8-4474-aa38-16a0a11bb816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ab4fe379-8eb8-4474-aa38-16a0a11bb816-btn-wrapper {
    text-align: center;
  }


#s-ab4fe379-8eb8-4474-aa38-16a0a11bb816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab4fe379-8eb8-4474-aa38-16a0a11bb816-btn-wrapper {
    text-align: center;
  }


#s-ab4fe379-8eb8-4474-aa38-16a0a11bb816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab4fe379-8eb8-4474-aa38-16a0a11bb816-btn-wrapper {
    text-align: center;
  }


#s-ab4fe379-8eb8-4474-aa38-16a0a11bb816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ab4fe379-8eb8-4474-aa38-16a0a11bb816-btn-wrapper {
    text-align: center;
  }


#s-ab4fe379-8eb8-4474-aa38-16a0a11bb816.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
@media (max-width: 767px){#s-e20b2c0d-5870-4668-8b92-a27b1e11c67b {
  display: none;
}
#s-e20b2c0d-5870-4668-8b92-a27b1e11c67b, #wrap-s-e20b2c0d-5870-4668-8b92-a27b1e11c67b { display:none !important; }}
#s-cc310c3f-fdac-4b6c-afb4-f44b58d52cd4 {
  text-align: center;
}







  #s-cc310c3f-fdac-4b6c-afb4-f44b58d52cd4 img.shogun-image {
    

    
    
    
  }


#s-cc310c3f-fdac-4b6c-afb4-f44b58d52cd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b628cea1-f65d-4341-9f9e-4c6b7d891815 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b628cea1-f65d-4341-9f9e-4c6b7d891815:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-b628cea1-f65d-4341-9f9e-4c6b7d891815:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b628cea1-f65d-4341-9f9e-4c6b7d891815-btn-wrapper {
    text-align: center;
  }


#s-b628cea1-f65d-4341-9f9e-4c6b7d891815.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b628cea1-f65d-4341-9f9e-4c6b7d891815-btn-wrapper {
    text-align: center;
  }


#s-b628cea1-f65d-4341-9f9e-4c6b7d891815.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b628cea1-f65d-4341-9f9e-4c6b7d891815-btn-wrapper {
    text-align: center;
  }


#s-b628cea1-f65d-4341-9f9e-4c6b7d891815.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b628cea1-f65d-4341-9f9e-4c6b7d891815-btn-wrapper {
    text-align: center;
  }


#s-b628cea1-f65d-4341-9f9e-4c6b7d891815.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b628cea1-f65d-4341-9f9e-4c6b7d891815-btn-wrapper {
    text-align: center;
  }


#s-b628cea1-f65d-4341-9f9e-4c6b7d891815.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
@media (max-width: 767px){#s-4cf7de83-6d66-495f-ae53-3277666312ab {
  display: none;
}
#s-4cf7de83-6d66-495f-ae53-3277666312ab, #wrap-s-4cf7de83-6d66-495f-ae53-3277666312ab { display:none !important; }}
#s-79910dc5-90ce-47b8-8abb-bad70b959486 {
  margin-top: 40px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-79910dc5-90ce-47b8-8abb-bad70b959486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79910dc5-90ce-47b8-8abb-bad70b959486.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ee2f7465-f2b8-429b-81d6-06f3c854d31e {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-ee2f7465-f2b8-429b-81d6-06f3c854d31e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee2f7465-f2b8-429b-81d6-06f3c854d31e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee2f7465-f2b8-429b-81d6-06f3c854d31e {
  
}
}@media (max-width: 767px){#s-ee2f7465-f2b8-429b-81d6-06f3c854d31e {
  
}
}
#s-ee2f7465-f2b8-429b-81d6-06f3c854d31e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Josefin Sans";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}



#s-2b3524fc-919e-4084-84a2-49c7f22daefe {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-2b3524fc-919e-4084-84a2-49c7f22daefe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2b3524fc-919e-4084-84a2-49c7f22daefe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2b3524fc-919e-4084-84a2-49c7f22daefe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2b3524fc-919e-4084-84a2-49c7f22daefe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-442498c9-895f-4859-9218-fad86e05eb2b {
  text-align: center;
}







  #s-442498c9-895f-4859-9218-fad86e05eb2b img.shogun-image {
    

    
    
    
  }


#s-442498c9-895f-4859-9218-fad86e05eb2b .shogun-image-content {
  
    align-items: center;
  
}

#s-b738f526-a617-4838-83ec-9b357d3f0d25 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b738f526-a617-4838-83ec-9b357d3f0d25:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-b738f526-a617-4838-83ec-9b357d3f0d25:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b738f526-a617-4838-83ec-9b357d3f0d25-btn-wrapper {
    text-align: center;
  }


#s-b738f526-a617-4838-83ec-9b357d3f0d25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b738f526-a617-4838-83ec-9b357d3f0d25-btn-wrapper {
    text-align: center;
  }


#s-b738f526-a617-4838-83ec-9b357d3f0d25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b738f526-a617-4838-83ec-9b357d3f0d25-btn-wrapper {
    text-align: center;
  }


#s-b738f526-a617-4838-83ec-9b357d3f0d25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b738f526-a617-4838-83ec-9b357d3f0d25-btn-wrapper {
    text-align: center;
  }


#s-b738f526-a617-4838-83ec-9b357d3f0d25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b738f526-a617-4838-83ec-9b357d3f0d25-btn-wrapper {
    text-align: center;
  }


#s-b738f526-a617-4838-83ec-9b357d3f0d25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-dae6b1cd-ab9f-4ec4-a386-db37ea4997bd {
  text-align: center;
}







  #s-dae6b1cd-ab9f-4ec4-a386-db37ea4997bd img.shogun-image {
    

    
    
    
  }


#s-dae6b1cd-ab9f-4ec4-a386-db37ea4997bd .shogun-image-content {
  
    align-items: center;
  
}

#s-cfe513cf-2b87-403d-9b61-bb06c67d06c5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cfe513cf-2b87-403d-9b61-bb06c67d06c5:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-cfe513cf-2b87-403d-9b61-bb06c67d06c5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cfe513cf-2b87-403d-9b61-bb06c67d06c5-btn-wrapper {
    text-align: center;
  }


#s-cfe513cf-2b87-403d-9b61-bb06c67d06c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cfe513cf-2b87-403d-9b61-bb06c67d06c5-btn-wrapper {
    text-align: center;
  }


#s-cfe513cf-2b87-403d-9b61-bb06c67d06c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfe513cf-2b87-403d-9b61-bb06c67d06c5-btn-wrapper {
    text-align: center;
  }


#s-cfe513cf-2b87-403d-9b61-bb06c67d06c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfe513cf-2b87-403d-9b61-bb06c67d06c5-btn-wrapper {
    text-align: center;
  }


#s-cfe513cf-2b87-403d-9b61-bb06c67d06c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cfe513cf-2b87-403d-9b61-bb06c67d06c5-btn-wrapper {
    text-align: center;
  }


#s-cfe513cf-2b87-403d-9b61-bb06c67d06c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-8ad7a52a-e441-42a2-8c75-134a3f993158 {
  text-align: center;
}







  #s-8ad7a52a-e441-42a2-8c75-134a3f993158 img.shogun-image {
    

    
    
    
  }


#s-8ad7a52a-e441-42a2-8c75-134a3f993158 .shogun-image-content {
  
    align-items: center;
  
}

#s-381fd076-4e02-48e4-a3e3-2fec4a704d96 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-381fd076-4e02-48e4-a3e3-2fec4a704d96:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-381fd076-4e02-48e4-a3e3-2fec4a704d96:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-381fd076-4e02-48e4-a3e3-2fec4a704d96-btn-wrapper {
    text-align: center;
  }


#s-381fd076-4e02-48e4-a3e3-2fec4a704d96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-381fd076-4e02-48e4-a3e3-2fec4a704d96-btn-wrapper {
    text-align: center;
  }


#s-381fd076-4e02-48e4-a3e3-2fec4a704d96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-381fd076-4e02-48e4-a3e3-2fec4a704d96-btn-wrapper {
    text-align: center;
  }


#s-381fd076-4e02-48e4-a3e3-2fec4a704d96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-381fd076-4e02-48e4-a3e3-2fec4a704d96-btn-wrapper {
    text-align: center;
  }


#s-381fd076-4e02-48e4-a3e3-2fec4a704d96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-381fd076-4e02-48e4-a3e3-2fec4a704d96-btn-wrapper {
    text-align: center;
  }


#s-381fd076-4e02-48e4-a3e3-2fec4a704d96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-1ce1447f-3439-4758-ae64-e619d00e968d {
  margin-top: 40px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-1ce1447f-3439-4758-ae64-e619d00e968d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ce1447f-3439-4758-ae64-e619d00e968d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a8e37dca-ee69-4c75-80a6-8a9dd87e2325 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-a8e37dca-ee69-4c75-80a6-8a9dd87e2325 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8e37dca-ee69-4c75-80a6-8a9dd87e2325 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8e37dca-ee69-4c75-80a6-8a9dd87e2325 {
  
}
}@media (max-width: 767px){#s-a8e37dca-ee69-4c75-80a6-8a9dd87e2325 {
  
}
}
#s-a8e37dca-ee69-4c75-80a6-8a9dd87e2325 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Josefin Sans";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}



#s-0aa1ee84-3d8d-4a6a-b4af-bd30ced262a7 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-0aa1ee84-3d8d-4a6a-b4af-bd30ced262a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0aa1ee84-3d8d-4a6a-b4af-bd30ced262a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0aa1ee84-3d8d-4a6a-b4af-bd30ced262a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0aa1ee84-3d8d-4a6a-b4af-bd30ced262a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-dabba175-da55-4398-80d3-ad9c1886a1f7 {
  text-align: center;
}







  #s-dabba175-da55-4398-80d3-ad9c1886a1f7 img.shogun-image {
    

    
    
    
  }


#s-dabba175-da55-4398-80d3-ad9c1886a1f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-073d23c8-3d10-4921-8c55-8d9746b21ee9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-073d23c8-3d10-4921-8c55-8d9746b21ee9:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-073d23c8-3d10-4921-8c55-8d9746b21ee9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-073d23c8-3d10-4921-8c55-8d9746b21ee9-btn-wrapper {
    text-align: center;
  }


#s-073d23c8-3d10-4921-8c55-8d9746b21ee9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-073d23c8-3d10-4921-8c55-8d9746b21ee9-btn-wrapper {
    text-align: center;
  }


#s-073d23c8-3d10-4921-8c55-8d9746b21ee9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-073d23c8-3d10-4921-8c55-8d9746b21ee9-btn-wrapper {
    text-align: center;
  }


#s-073d23c8-3d10-4921-8c55-8d9746b21ee9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-073d23c8-3d10-4921-8c55-8d9746b21ee9-btn-wrapper {
    text-align: center;
  }


#s-073d23c8-3d10-4921-8c55-8d9746b21ee9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-073d23c8-3d10-4921-8c55-8d9746b21ee9-btn-wrapper {
    text-align: center;
  }


#s-073d23c8-3d10-4921-8c55-8d9746b21ee9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-8bc84f94-c723-4a9c-a8da-a6f58ca523fc {
  text-align: center;
}







  #s-8bc84f94-c723-4a9c-a8da-a6f58ca523fc img.shogun-image {
    

    
    
    
  }


#s-8bc84f94-c723-4a9c-a8da-a6f58ca523fc .shogun-image-content {
  
    align-items: center;
  
}

#s-62401eef-f49c-405c-8fe9-106a5ff8ff2a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-62401eef-f49c-405c-8fe9-106a5ff8ff2a:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-62401eef-f49c-405c-8fe9-106a5ff8ff2a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-62401eef-f49c-405c-8fe9-106a5ff8ff2a-btn-wrapper {
    text-align: center;
  }


#s-62401eef-f49c-405c-8fe9-106a5ff8ff2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-62401eef-f49c-405c-8fe9-106a5ff8ff2a-btn-wrapper {
    text-align: center;
  }


#s-62401eef-f49c-405c-8fe9-106a5ff8ff2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62401eef-f49c-405c-8fe9-106a5ff8ff2a-btn-wrapper {
    text-align: center;
  }


#s-62401eef-f49c-405c-8fe9-106a5ff8ff2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62401eef-f49c-405c-8fe9-106a5ff8ff2a-btn-wrapper {
    text-align: center;
  }


#s-62401eef-f49c-405c-8fe9-106a5ff8ff2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-62401eef-f49c-405c-8fe9-106a5ff8ff2a-btn-wrapper {
    text-align: center;
  }


#s-62401eef-f49c-405c-8fe9-106a5ff8ff2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-9e7b50f4-92c2-4297-b039-16a84ff7d839 {
  text-align: center;
}







  #s-9e7b50f4-92c2-4297-b039-16a84ff7d839 img.shogun-image {
    

    
    
    
  }


#s-9e7b50f4-92c2-4297-b039-16a84ff7d839 .shogun-image-content {
  
    align-items: center;
  
}

#s-d99fd406-733f-4cf3-a730-55274dd3e61c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
line-height: 1em;
}
#s-d99fd406-733f-4cf3-a730-55274dd3e61c:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-d99fd406-733f-4cf3-a730-55274dd3e61c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d99fd406-733f-4cf3-a730-55274dd3e61c-btn-wrapper {
    text-align: center;
  }


#s-d99fd406-733f-4cf3-a730-55274dd3e61c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d99fd406-733f-4cf3-a730-55274dd3e61c-btn-wrapper {
    text-align: center;
  }


#s-d99fd406-733f-4cf3-a730-55274dd3e61c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d99fd406-733f-4cf3-a730-55274dd3e61c-btn-wrapper {
    text-align: center;
  }


#s-d99fd406-733f-4cf3-a730-55274dd3e61c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d99fd406-733f-4cf3-a730-55274dd3e61c-btn-wrapper {
    text-align: center;
  }


#s-d99fd406-733f-4cf3-a730-55274dd3e61c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d99fd406-733f-4cf3-a730-55274dd3e61c-btn-wrapper {
    text-align: center;
  }


#s-d99fd406-733f-4cf3-a730-55274dd3e61c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-e290bc3e-0d30-49bc-9867-519eed304c02 {
  text-align: center;
}







  #s-e290bc3e-0d30-49bc-9867-519eed304c02 img.shogun-image {
    

    
    
    
  }


#s-e290bc3e-0d30-49bc-9867-519eed304c02 .shogun-image-content {
  
    align-items: center;
  
}

#s-85b99578-d089-4287-ac2c-69a9e7d3f89f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-85b99578-d089-4287-ac2c-69a9e7d3f89f:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-85b99578-d089-4287-ac2c-69a9e7d3f89f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-85b99578-d089-4287-ac2c-69a9e7d3f89f-btn-wrapper {
    text-align: center;
  }


#s-85b99578-d089-4287-ac2c-69a9e7d3f89f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-85b99578-d089-4287-ac2c-69a9e7d3f89f-btn-wrapper {
    text-align: center;
  }


#s-85b99578-d089-4287-ac2c-69a9e7d3f89f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85b99578-d089-4287-ac2c-69a9e7d3f89f-btn-wrapper {
    text-align: center;
  }


#s-85b99578-d089-4287-ac2c-69a9e7d3f89f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85b99578-d089-4287-ac2c-69a9e7d3f89f-btn-wrapper {
    text-align: center;
  }


#s-85b99578-d089-4287-ac2c-69a9e7d3f89f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-85b99578-d089-4287-ac2c-69a9e7d3f89f-btn-wrapper {
    text-align: center;
  }


#s-85b99578-d089-4287-ac2c-69a9e7d3f89f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-6e99a2ff-31bd-4cb5-9c04-a7513d7686e4 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-6e99a2ff-31bd-4cb5-9c04-a7513d7686e4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6e99a2ff-31bd-4cb5-9c04-a7513d7686e4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6e99a2ff-31bd-4cb5-9c04-a7513d7686e4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6e99a2ff-31bd-4cb5-9c04-a7513d7686e4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-21f725cf-8a07-4fc1-b48a-d597baaa57cc {
  text-align: center;
}







  #s-21f725cf-8a07-4fc1-b48a-d597baaa57cc img.shogun-image {
    

    
    
    
  }


#s-21f725cf-8a07-4fc1-b48a-d597baaa57cc .shogun-image-content {
  
    align-items: center;
  
}

#s-e1b1de1d-8756-4290-9fb7-65951cfdce3f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e1b1de1d-8756-4290-9fb7-65951cfdce3f:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-e1b1de1d-8756-4290-9fb7-65951cfdce3f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1b1de1d-8756-4290-9fb7-65951cfdce3f-btn-wrapper {
    text-align: center;
  }


#s-e1b1de1d-8756-4290-9fb7-65951cfdce3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e1b1de1d-8756-4290-9fb7-65951cfdce3f-btn-wrapper {
    text-align: center;
  }


#s-e1b1de1d-8756-4290-9fb7-65951cfdce3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1b1de1d-8756-4290-9fb7-65951cfdce3f-btn-wrapper {
    text-align: center;
  }


#s-e1b1de1d-8756-4290-9fb7-65951cfdce3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1b1de1d-8756-4290-9fb7-65951cfdce3f-btn-wrapper {
    text-align: center;
  }


#s-e1b1de1d-8756-4290-9fb7-65951cfdce3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e1b1de1d-8756-4290-9fb7-65951cfdce3f-btn-wrapper {
    text-align: center;
  }


#s-e1b1de1d-8756-4290-9fb7-65951cfdce3f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-7041c53d-7782-486c-bb54-00c2412b0345 {
  text-align: center;
}







  #s-7041c53d-7782-486c-bb54-00c2412b0345 img.shogun-image {
    

    
    
    
  }


#s-7041c53d-7782-486c-bb54-00c2412b0345 .shogun-image-content {
  
    align-items: center;
  
}

#s-48b33e8d-5592-4b3a-bf7f-73d2c1189b43 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-48b33e8d-5592-4b3a-bf7f-73d2c1189b43:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-48b33e8d-5592-4b3a-bf7f-73d2c1189b43:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-48b33e8d-5592-4b3a-bf7f-73d2c1189b43-btn-wrapper {
    text-align: center;
  }


#s-48b33e8d-5592-4b3a-bf7f-73d2c1189b43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-48b33e8d-5592-4b3a-bf7f-73d2c1189b43-btn-wrapper {
    text-align: center;
  }


#s-48b33e8d-5592-4b3a-bf7f-73d2c1189b43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-48b33e8d-5592-4b3a-bf7f-73d2c1189b43-btn-wrapper {
    text-align: center;
  }


#s-48b33e8d-5592-4b3a-bf7f-73d2c1189b43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-48b33e8d-5592-4b3a-bf7f-73d2c1189b43-btn-wrapper {
    text-align: center;
  }


#s-48b33e8d-5592-4b3a-bf7f-73d2c1189b43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-48b33e8d-5592-4b3a-bf7f-73d2c1189b43-btn-wrapper {
    text-align: center;
  }


#s-48b33e8d-5592-4b3a-bf7f-73d2c1189b43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-3989bc4f-900f-4ea8-ad60-b1a2f75740bc {
  text-align: center;
}







  #s-3989bc4f-900f-4ea8-ad60-b1a2f75740bc img.shogun-image {
    

    
    
    
  }


#s-3989bc4f-900f-4ea8-ad60-b1a2f75740bc .shogun-image-content {
  
    align-items: center;
  
}

#s-52b9ac6b-2eae-4083-b63d-8111c96718d3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-52b9ac6b-2eae-4083-b63d-8111c96718d3:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-52b9ac6b-2eae-4083-b63d-8111c96718d3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-52b9ac6b-2eae-4083-b63d-8111c96718d3-btn-wrapper {
    text-align: center;
  }


#s-52b9ac6b-2eae-4083-b63d-8111c96718d3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-52b9ac6b-2eae-4083-b63d-8111c96718d3-btn-wrapper {
    text-align: center;
  }


#s-52b9ac6b-2eae-4083-b63d-8111c96718d3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52b9ac6b-2eae-4083-b63d-8111c96718d3-btn-wrapper {
    text-align: center;
  }


#s-52b9ac6b-2eae-4083-b63d-8111c96718d3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52b9ac6b-2eae-4083-b63d-8111c96718d3-btn-wrapper {
    text-align: center;
  }


#s-52b9ac6b-2eae-4083-b63d-8111c96718d3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-52b9ac6b-2eae-4083-b63d-8111c96718d3-btn-wrapper {
    text-align: center;
  }


#s-52b9ac6b-2eae-4083-b63d-8111c96718d3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-c3787ee9-fa15-4610-97ad-da87682bbad9 {
  text-align: center;
}







  #s-c3787ee9-fa15-4610-97ad-da87682bbad9 img.shogun-image {
    

    
    
    
  }


#s-c3787ee9-fa15-4610-97ad-da87682bbad9 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d0c0ae3-b673-43ab-865f-4725e922bfef {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2d0c0ae3-b673-43ab-865f-4725e922bfef:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-2d0c0ae3-b673-43ab-865f-4725e922bfef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2d0c0ae3-b673-43ab-865f-4725e922bfef-btn-wrapper {
    text-align: center;
  }


#s-2d0c0ae3-b673-43ab-865f-4725e922bfef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2d0c0ae3-b673-43ab-865f-4725e922bfef-btn-wrapper {
    text-align: center;
  }


#s-2d0c0ae3-b673-43ab-865f-4725e922bfef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d0c0ae3-b673-43ab-865f-4725e922bfef-btn-wrapper {
    text-align: center;
  }


#s-2d0c0ae3-b673-43ab-865f-4725e922bfef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d0c0ae3-b673-43ab-865f-4725e922bfef-btn-wrapper {
    text-align: center;
  }


#s-2d0c0ae3-b673-43ab-865f-4725e922bfef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2d0c0ae3-b673-43ab-865f-4725e922bfef-btn-wrapper {
    text-align: center;
  }


#s-2d0c0ae3-b673-43ab-865f-4725e922bfef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-5867aa93-a070-45c2-8e94-b59436a53bd4 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-5867aa93-a070-45c2-8e94-b59436a53bd4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5867aa93-a070-45c2-8e94-b59436a53bd4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5867aa93-a070-45c2-8e94-b59436a53bd4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5867aa93-a070-45c2-8e94-b59436a53bd4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8343dd6c-f475-449a-87d2-7771ea1b6508 {
  text-align: center;
}







  #s-8343dd6c-f475-449a-87d2-7771ea1b6508 img.shogun-image {
    

    
    
    
  }


#s-8343dd6c-f475-449a-87d2-7771ea1b6508 .shogun-image-content {
  
    align-items: center;
  
}

#s-55a5fb7f-6efa-4c62-8d79-6be569c0bd61 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-55a5fb7f-6efa-4c62-8d79-6be569c0bd61:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-55a5fb7f-6efa-4c62-8d79-6be569c0bd61:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-55a5fb7f-6efa-4c62-8d79-6be569c0bd61-btn-wrapper {
    text-align: center;
  }


#s-55a5fb7f-6efa-4c62-8d79-6be569c0bd61.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-55a5fb7f-6efa-4c62-8d79-6be569c0bd61-btn-wrapper {
    text-align: center;
  }


#s-55a5fb7f-6efa-4c62-8d79-6be569c0bd61.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55a5fb7f-6efa-4c62-8d79-6be569c0bd61-btn-wrapper {
    text-align: center;
  }


#s-55a5fb7f-6efa-4c62-8d79-6be569c0bd61.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55a5fb7f-6efa-4c62-8d79-6be569c0bd61-btn-wrapper {
    text-align: center;
  }


#s-55a5fb7f-6efa-4c62-8d79-6be569c0bd61.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-55a5fb7f-6efa-4c62-8d79-6be569c0bd61-btn-wrapper {
    text-align: center;
  }


#s-55a5fb7f-6efa-4c62-8d79-6be569c0bd61.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-6fe91933-2ecb-448c-b823-1dde5464686a {
  text-align: center;
}







  #s-6fe91933-2ecb-448c-b823-1dde5464686a img.shogun-image {
    

    
    
    
  }


#s-6fe91933-2ecb-448c-b823-1dde5464686a .shogun-image-content {
  
    align-items: center;
  
}

#s-20f0e1e5-74b2-46ef-b6b2-aa9e9b883159 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-20f0e1e5-74b2-46ef-b6b2-aa9e9b883159:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-20f0e1e5-74b2-46ef-b6b2-aa9e9b883159:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-20f0e1e5-74b2-46ef-b6b2-aa9e9b883159-btn-wrapper {
    text-align: center;
  }


#s-20f0e1e5-74b2-46ef-b6b2-aa9e9b883159.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-20f0e1e5-74b2-46ef-b6b2-aa9e9b883159-btn-wrapper {
    text-align: center;
  }


#s-20f0e1e5-74b2-46ef-b6b2-aa9e9b883159.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20f0e1e5-74b2-46ef-b6b2-aa9e9b883159-btn-wrapper {
    text-align: center;
  }


#s-20f0e1e5-74b2-46ef-b6b2-aa9e9b883159.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20f0e1e5-74b2-46ef-b6b2-aa9e9b883159-btn-wrapper {
    text-align: center;
  }


#s-20f0e1e5-74b2-46ef-b6b2-aa9e9b883159.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-20f0e1e5-74b2-46ef-b6b2-aa9e9b883159-btn-wrapper {
    text-align: center;
  }


#s-20f0e1e5-74b2-46ef-b6b2-aa9e9b883159.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-977dc752-1a5d-4a60-8f40-c77e1a045ea8 {
  text-align: center;
}







  #s-977dc752-1a5d-4a60-8f40-c77e1a045ea8 img.shogun-image {
    

    
    
    
  }


#s-977dc752-1a5d-4a60-8f40-c77e1a045ea8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3647c60b-9ee8-437b-8b29-595a06f16b2f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3647c60b-9ee8-437b-8b29-595a06f16b2f:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-3647c60b-9ee8-437b-8b29-595a06f16b2f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3647c60b-9ee8-437b-8b29-595a06f16b2f-btn-wrapper {
    text-align: center;
  }


#s-3647c60b-9ee8-437b-8b29-595a06f16b2f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3647c60b-9ee8-437b-8b29-595a06f16b2f-btn-wrapper {
    text-align: center;
  }


#s-3647c60b-9ee8-437b-8b29-595a06f16b2f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3647c60b-9ee8-437b-8b29-595a06f16b2f-btn-wrapper {
    text-align: center;
  }


#s-3647c60b-9ee8-437b-8b29-595a06f16b2f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3647c60b-9ee8-437b-8b29-595a06f16b2f-btn-wrapper {
    text-align: center;
  }


#s-3647c60b-9ee8-437b-8b29-595a06f16b2f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3647c60b-9ee8-437b-8b29-595a06f16b2f-btn-wrapper {
    text-align: center;
  }


#s-3647c60b-9ee8-437b-8b29-595a06f16b2f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-6b70d635-335c-4154-b8a2-58ca34c516c5 {
  text-align: center;
}







  #s-6b70d635-335c-4154-b8a2-58ca34c516c5 img.shogun-image {
    

    
    
    
  }


#s-6b70d635-335c-4154-b8a2-58ca34c516c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ff8381c-c7d5-4fc0-977d-da8778ba91f7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1ff8381c-c7d5-4fc0-977d-da8778ba91f7:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-1ff8381c-c7d5-4fc0-977d-da8778ba91f7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1ff8381c-c7d5-4fc0-977d-da8778ba91f7-btn-wrapper {
    text-align: center;
  }


#s-1ff8381c-c7d5-4fc0-977d-da8778ba91f7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1ff8381c-c7d5-4fc0-977d-da8778ba91f7-btn-wrapper {
    text-align: center;
  }


#s-1ff8381c-c7d5-4fc0-977d-da8778ba91f7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ff8381c-c7d5-4fc0-977d-da8778ba91f7-btn-wrapper {
    text-align: center;
  }


#s-1ff8381c-c7d5-4fc0-977d-da8778ba91f7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ff8381c-c7d5-4fc0-977d-da8778ba91f7-btn-wrapper {
    text-align: center;
  }


#s-1ff8381c-c7d5-4fc0-977d-da8778ba91f7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1ff8381c-c7d5-4fc0-977d-da8778ba91f7-btn-wrapper {
    text-align: center;
  }


#s-1ff8381c-c7d5-4fc0-977d-da8778ba91f7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-eb41a85b-eb1c-4506-be92-a2468dd9c4d2 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-eb41a85b-eb1c-4506-be92-a2468dd9c4d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eb41a85b-eb1c-4506-be92-a2468dd9c4d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-eb41a85b-eb1c-4506-be92-a2468dd9c4d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-eb41a85b-eb1c-4506-be92-a2468dd9c4d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e92c859f-18bc-4c7f-86c7-9f541d6fc3f6 {
  text-align: center;
}







  #s-e92c859f-18bc-4c7f-86c7-9f541d6fc3f6 img.shogun-image {
    

    
    
    
  }


#s-e92c859f-18bc-4c7f-86c7-9f541d6fc3f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5d97fff-4665-4eac-9061-c0f6d4490b94 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d5d97fff-4665-4eac-9061-c0f6d4490b94:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-d5d97fff-4665-4eac-9061-c0f6d4490b94:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5d97fff-4665-4eac-9061-c0f6d4490b94-btn-wrapper {
    text-align: center;
  }


#s-d5d97fff-4665-4eac-9061-c0f6d4490b94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d5d97fff-4665-4eac-9061-c0f6d4490b94-btn-wrapper {
    text-align: center;
  }


#s-d5d97fff-4665-4eac-9061-c0f6d4490b94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5d97fff-4665-4eac-9061-c0f6d4490b94-btn-wrapper {
    text-align: center;
  }


#s-d5d97fff-4665-4eac-9061-c0f6d4490b94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5d97fff-4665-4eac-9061-c0f6d4490b94-btn-wrapper {
    text-align: center;
  }


#s-d5d97fff-4665-4eac-9061-c0f6d4490b94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d5d97fff-4665-4eac-9061-c0f6d4490b94-btn-wrapper {
    text-align: center;
  }


#s-d5d97fff-4665-4eac-9061-c0f6d4490b94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-34312b8a-c059-49da-bc14-ecfad5afc131 {
  text-align: center;
}







  #s-34312b8a-c059-49da-bc14-ecfad5afc131 img.shogun-image {
    

    
    
    
  }


#s-34312b8a-c059-49da-bc14-ecfad5afc131 .shogun-image-content {
  
    align-items: center;
  
}

#s-28329d94-00a9-4e1c-97dc-9f53aaaf6c15 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-28329d94-00a9-4e1c-97dc-9f53aaaf6c15:hover {background-color: rgba(86, 136, 148, 1) !important;
text-decoration: none !important;}#s-28329d94-00a9-4e1c-97dc-9f53aaaf6c15:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28329d94-00a9-4e1c-97dc-9f53aaaf6c15-btn-wrapper {
    text-align: center;
  }


#s-28329d94-00a9-4e1c-97dc-9f53aaaf6c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-28329d94-00a9-4e1c-97dc-9f53aaaf6c15-btn-wrapper {
    text-align: center;
  }


#s-28329d94-00a9-4e1c-97dc-9f53aaaf6c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28329d94-00a9-4e1c-97dc-9f53aaaf6c15-btn-wrapper {
    text-align: center;
  }


#s-28329d94-00a9-4e1c-97dc-9f53aaaf6c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28329d94-00a9-4e1c-97dc-9f53aaaf6c15-btn-wrapper {
    text-align: center;
  }


#s-28329d94-00a9-4e1c-97dc-9f53aaaf6c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-28329d94-00a9-4e1c-97dc-9f53aaaf6c15-btn-wrapper {
    text-align: center;
  }


#s-28329d94-00a9-4e1c-97dc-9f53aaaf6c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-59f56ce7-669a-43d6-ae12-fe36196699a8 {
  min-height: 50px;
}








#s-59f56ce7-669a-43d6-ae12-fe36196699a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59f56ce7-669a-43d6-ae12-fe36196699a8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eba9df22-d3c6-4c27-b5fa-cd169d504f99 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

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

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

#s-53a25af4-624c-4af8-89d8-73066a31ca32 hr {
  border-top: 1px solid #ddd;
}

#s-63625e66-2de7-4d71-b7f0-5ec999381092 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-63625e66-2de7-4d71-b7f0-5ec999381092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63625e66-2de7-4d71-b7f0-5ec999381092.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-45c8d3d3-3b48-4132-a199-7e9b7d4d79f6 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-45c8d3d3-3b48-4132-a199-7e9b7d4d79f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45c8d3d3-3b48-4132-a199-7e9b7d4d79f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45c8d3d3-3b48-4132-a199-7e9b7d4d79f6 {
  
}
}@media (max-width: 767px){#s-45c8d3d3-3b48-4132-a199-7e9b7d4d79f6 {
  
}
}
#s-45c8d3d3-3b48-4132-a199-7e9b7d4d79f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Josefin Sans";
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  
}



/*
  $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}
