.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: 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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-cbaafd8c-eeeb-4e6b-bd9c-74e02eb05cba {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cbaafd8c-eeeb-4e6b-bd9c-74e02eb05cba {
  display: none;
}
#s-cbaafd8c-eeeb-4e6b-bd9c-74e02eb05cba, #wrap-s-cbaafd8c-eeeb-4e6b-bd9c-74e02eb05cba { display:none !important; }}@media (max-width: 767px){#s-cbaafd8c-eeeb-4e6b-bd9c-74e02eb05cba {
  display: none;
}
#s-cbaafd8c-eeeb-4e6b-bd9c-74e02eb05cba, #wrap-s-cbaafd8c-eeeb-4e6b-bd9c-74e02eb05cba { display:none !important; }}







#s-cbaafd8c-eeeb-4e6b-bd9c-74e02eb05cba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbaafd8c-eeeb-4e6b-bd9c-74e02eb05cba.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-a30216e6-2c60-453f-8522-b8988874635f {
  margin-bottom: 48px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3040d38e-d34f-4522-abbe-9257f52df898 {
  min-height: 50px;
}








#s-3040d38e-d34f-4522-abbe-9257f52df898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3040d38e-d34f-4522-abbe-9257f52df898.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-a7157622-76dd-4628-9765-288493b5b850 {
  text-align: center;
}




  #s-a7157622-76dd-4628-9765-288493b5b850 img.shogun-image {
    
    width: px;
  }


#s-a7157622-76dd-4628-9765-288493b5b850 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6446497e-6ee9-48a6-a990-3f555045ea87 {
  padding-top: 0px;
padding-left: 52px;
padding-bottom: 0px;
padding-right: 52px;
min-height: 50px;
max-width: 485px;
}
@media (min-width: 1200px){#s-6446497e-6ee9-48a6-a990-3f555045ea87 {
  display: none;
}
#s-6446497e-6ee9-48a6-a990-3f555045ea87, #wrap-s-6446497e-6ee9-48a6-a990-3f555045ea87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6446497e-6ee9-48a6-a990-3f555045ea87 {
  display: none;
}
#s-6446497e-6ee9-48a6-a990-3f555045ea87, #wrap-s-6446497e-6ee9-48a6-a990-3f555045ea87 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6446497e-6ee9-48a6-a990-3f555045ea87 {
  display: none;
}
#s-6446497e-6ee9-48a6-a990-3f555045ea87, #wrap-s-6446497e-6ee9-48a6-a990-3f555045ea87 { display:none !important; }}@media (max-width: 767px){#s-6446497e-6ee9-48a6-a990-3f555045ea87 {
  display: none;
}
#s-6446497e-6ee9-48a6-a990-3f555045ea87, #wrap-s-6446497e-6ee9-48a6-a990-3f555045ea87 { display:none !important; }}







#s-6446497e-6ee9-48a6-a990-3f555045ea87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6446497e-6ee9-48a6-a990-3f555045ea87.shg-box.shg-c {
  -webkit-box-pack: 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: #000;
  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-3d5fab91-c429-4718-9f13-d03d06b182a8 {
  padding-top: 20px;
padding-bottom: 20px;
max-width: 220px;
text-align: left;
}

#s-3d5fab91-c429-4718-9f13-d03d06b182a8 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: HelveticaNeueLTStd;
  font-style:   ;
  font-size: 40px;
  line-height: 1.375em;
  letter-spacing: 0.8px;
  text-align: left;
}



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

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.5px);
}

[id="s-25977e14-5c86-4486-ba4a-140be496089f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.5px);
}

}

.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.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-7e7b7352-6e46-4181-8ac8-9d49a5938ea9 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 11.5px;
padding-left: 20px;
padding-bottom: 11.5px;
padding-right: 20px;
border-radius: 0px;
max-width: 181px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-7e7b7352-6e46-4181-8ac8-9d49a5938ea9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-7e7b7352-6e46-4181-8ac8-9d49a5938ea9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7e7b7352-6e46-4181-8ac8-9d49a5938ea9.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-63d79b37-095b-4823-8403-fbd12e327d8a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 11.5px;
padding-left: 20px;
padding-bottom: 11.5px;
padding-right: 20px;
border-radius: 2px;
max-width: 181px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-63d79b37-095b-4823-8403-fbd12e327d8a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-63d79b37-095b-4823-8403-fbd12e327d8a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-63d79b37-095b-4823-8403-fbd12e327d8a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-7071b4d7-95aa-4400-b841-968fbc86ee88 {
  min-height: 50px;
}








#s-7071b4d7-95aa-4400-b841-968fbc86ee88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7071b4d7-95aa-4400-b841-968fbc86ee88.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-42100b09-5c2e-424c-abf7-fee546b3d1ab {
  text-align: center;
}




  #s-42100b09-5c2e-424c-abf7-fee546b3d1ab img.shogun-image {
    
    width: px;
  }


#s-42100b09-5c2e-424c-abf7-fee546b3d1ab .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4a302bdb-5ee3-4c69-8546-f1b028225d2d {
  padding-top: 0px;
padding-left: 52px;
padding-bottom: 0px;
padding-right: 52px;
min-height: 50px;
max-width: 485px;
}
@media (min-width: 1200px){#s-4a302bdb-5ee3-4c69-8546-f1b028225d2d {
  display: none;
}
#s-4a302bdb-5ee3-4c69-8546-f1b028225d2d, #wrap-s-4a302bdb-5ee3-4c69-8546-f1b028225d2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a302bdb-5ee3-4c69-8546-f1b028225d2d {
  display: none;
}
#s-4a302bdb-5ee3-4c69-8546-f1b028225d2d, #wrap-s-4a302bdb-5ee3-4c69-8546-f1b028225d2d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a302bdb-5ee3-4c69-8546-f1b028225d2d {
  display: none;
}
#s-4a302bdb-5ee3-4c69-8546-f1b028225d2d, #wrap-s-4a302bdb-5ee3-4c69-8546-f1b028225d2d { display:none !important; }}@media (max-width: 767px){#s-4a302bdb-5ee3-4c69-8546-f1b028225d2d {
  display: none;
}
#s-4a302bdb-5ee3-4c69-8546-f1b028225d2d, #wrap-s-4a302bdb-5ee3-4c69-8546-f1b028225d2d { display:none !important; }}







#s-4a302bdb-5ee3-4c69-8546-f1b028225d2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a302bdb-5ee3-4c69-8546-f1b028225d2d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c89c10e9-b0c1-4418-8eba-d75079a78ba0 {
  padding-top: 20px;
padding-bottom: 20px;
max-width: 220px;
text-align: left;
}

#s-c89c10e9-b0c1-4418-8eba-d75079a78ba0 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: HelveticaNeueLTStd;
  font-style:   ;
  font-size: 40px;
  line-height: 1.375em;
  letter-spacing: 0.8px;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.5px);
}

[id="s-9bb27428-2292-44c5-9d70-2446a843e69d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.5px);
}

}

#s-15605726-cef7-45b1-82bb-77936c136e90 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 11.5px;
padding-left: 20px;
padding-bottom: 11.5px;
padding-right: 20px;
border-radius: 0px;
max-width: 181px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-15605726-cef7-45b1-82bb-77936c136e90:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-15605726-cef7-45b1-82bb-77936c136e90:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-15605726-cef7-45b1-82bb-77936c136e90.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-66b19d56-7630-4381-b6d5-842ba527a841 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 11.5px;
padding-left: 20px;
padding-bottom: 11.5px;
padding-right: 20px;
border-radius: 2px;
max-width: 181px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-66b19d56-7630-4381-b6d5-842ba527a841:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-66b19d56-7630-4381-b6d5-842ba527a841:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66b19d56-7630-4381-b6d5-842ba527a841.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-0e239a44-baac-4d6d-8904-090d81f69f59 {
  margin-bottom: 65px;
padding-top: 21px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0e239a44-baac-4d6d-8904-090d81f69f59 {
  display: none;
}
#s-0e239a44-baac-4d6d-8904-090d81f69f59, #wrap-s-0e239a44-baac-4d6d-8904-090d81f69f59 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e239a44-baac-4d6d-8904-090d81f69f59 {
  display: none;
}
#s-0e239a44-baac-4d6d-8904-090d81f69f59, #wrap-s-0e239a44-baac-4d6d-8904-090d81f69f59 { display:none !important; }}







#s-0e239a44-baac-4d6d-8904-090d81f69f59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e239a44-baac-4d6d-8904-090d81f69f59.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-fa0862aa-c6da-4317-9cb4-09010b958e43 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-c633ca69-659f-4174-8fb5-11cbbc0b78d6 {
  min-height: 50px;
}








#s-c633ca69-659f-4174-8fb5-11cbbc0b78d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c633ca69-659f-4174-8fb5-11cbbc0b78d6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-cf7297d5-72c4-4b54-ae80-17dc013ef84a {
  text-align: center;
}




  #s-cf7297d5-72c4-4b54-ae80-17dc013ef84a img.shogun-image {
    
    width: px;
  }


#s-cf7297d5-72c4-4b54-ae80-17dc013ef84a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4d11ad45-4232-4037-a0f4-7ee5cbdda8f3 {
  min-height: 50px;
}








#s-4d11ad45-4232-4037-a0f4-7ee5cbdda8f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d11ad45-4232-4037-a0f4-7ee5cbdda8f3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-28187889-6db3-48b5-97c9-dc6472a6de09 {
  text-align: center;
}




  #s-28187889-6db3-48b5-97c9-dc6472a6de09 img.shogun-image {
    
    width: px;
  }


#s-28187889-6db3-48b5-97c9-dc6472a6de09 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 420px;
}
@media (min-width: 1200px){#s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c {
  display: none;
}
#s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c, #wrap-s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c {
  display: none;
}
#s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c, #wrap-s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c {
  display: none;
}
#s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c, #wrap-s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c { display:none !important; }}@media (max-width: 767px){#s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c {
  display: none;
}
#s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c, #wrap-s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c { display:none !important; }}







#s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f6137e4-5483-4c36-9cfd-4da55e9fe42c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-65b1b8a6-9272-4232-bf03-339adb2fae95 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 220px;
text-align: center;
}

#s-65b1b8a6-9272-4232-bf03-339adb2fae95 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 24px;
  line-height: 1.375em;
  letter-spacing: 0.8px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.5px);
}

[id="s-b13e8680-329f-4452-a412-0f61760c48f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.5px);
}

}

#s-82ff7942-f7e3-49a4-ab8a-05a857c1ff71 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 11.5px;
padding-left: 10px;
padding-bottom: 11.5px;
padding-right: 10px;
border-radius: 0px;
max-width: 155px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-82ff7942-f7e3-49a4-ab8a-05a857c1ff71:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-82ff7942-f7e3-49a4-ab8a-05a857c1ff71:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-82ff7942-f7e3-49a4-ab8a-05a857c1ff71.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a4493d2a-8817-43a4-bcd8-49b3992197d1 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 11.5px;
padding-left: 10px;
padding-bottom: 11.5px;
padding-right: 10px;
border-radius: 2px;
max-width: 155px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-a4493d2a-8817-43a4-bcd8-49b3992197d1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-a4493d2a-8817-43a4-bcd8-49b3992197d1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a4493d2a-8817-43a4-bcd8-49b3992197d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-70781e61-50bc-4ae3-a6dc-d2b2f047359c {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 420px;
}
@media (min-width: 1200px){#s-70781e61-50bc-4ae3-a6dc-d2b2f047359c {
  display: none;
}
#s-70781e61-50bc-4ae3-a6dc-d2b2f047359c, #wrap-s-70781e61-50bc-4ae3-a6dc-d2b2f047359c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70781e61-50bc-4ae3-a6dc-d2b2f047359c {
  display: none;
}
#s-70781e61-50bc-4ae3-a6dc-d2b2f047359c, #wrap-s-70781e61-50bc-4ae3-a6dc-d2b2f047359c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70781e61-50bc-4ae3-a6dc-d2b2f047359c {
  display: none;
}
#s-70781e61-50bc-4ae3-a6dc-d2b2f047359c, #wrap-s-70781e61-50bc-4ae3-a6dc-d2b2f047359c { display:none !important; }}@media (max-width: 767px){#s-70781e61-50bc-4ae3-a6dc-d2b2f047359c {
  display: none;
}
#s-70781e61-50bc-4ae3-a6dc-d2b2f047359c, #wrap-s-70781e61-50bc-4ae3-a6dc-d2b2f047359c { display:none !important; }}







#s-70781e61-50bc-4ae3-a6dc-d2b2f047359c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70781e61-50bc-4ae3-a6dc-d2b2f047359c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f804e401-cd1e-455b-a9c6-94ee093ad4c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 220px;
text-align: center;
}

#s-f804e401-cd1e-455b-a9c6-94ee093ad4c5 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 24px;
  line-height: 1.375em;
  letter-spacing: 0.8px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.5px);
}

}

@media (min-width: 768px) {
[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.5px);
}

[id="s-999bc4e4-919c-42af-82a2-c8cb5b14e314"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.5px);
}

}

#s-e9ec7acf-327e-40bc-a841-d48a428942cf {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 11.5px;
padding-left: 10px;
padding-bottom: 11.5px;
padding-right: 10px;
border-radius: 0px;
max-width: 155px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-e9ec7acf-327e-40bc-a841-d48a428942cf:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-e9ec7acf-327e-40bc-a841-d48a428942cf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e9ec7acf-327e-40bc-a841-d48a428942cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c74860d2-6b91-4a9d-b967-c75c7a9655f8 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 11.5px;
padding-left: 10px;
padding-bottom: 11.5px;
padding-right: 10px;
max-width: 155px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-c74860d2-6b91-4a9d-b967-c75c7a9655f8:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c74860d2-6b91-4a9d-b967-c75c7a9655f8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c74860d2-6b91-4a9d-b967-c75c7a9655f8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-335ff068-b2ae-47ee-b8b6-a3dc04010670 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-335ff068-b2ae-47ee-b8b6-a3dc04010670 {
  display: none;
}
#s-335ff068-b2ae-47ee-b8b6-a3dc04010670, #wrap-s-335ff068-b2ae-47ee-b8b6-a3dc04010670 { display:none !important; }}@media (max-width: 767px){#s-335ff068-b2ae-47ee-b8b6-a3dc04010670 {
  display: none;
}
#s-335ff068-b2ae-47ee-b8b6-a3dc04010670, #wrap-s-335ff068-b2ae-47ee-b8b6-a3dc04010670 { display:none !important; }}







#s-335ff068-b2ae-47ee-b8b6-a3dc04010670 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-335ff068-b2ae-47ee-b8b6-a3dc04010670.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6 {
  margin-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d3b2079e-e9f2-4bdc-bc8d-a1f0bcd3b8c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-13c4f0d4-a660-4093-aabd-4f1a2cdf611f {
  min-height: 50px;
}








#s-13c4f0d4-a660-4093-aabd-4f1a2cdf611f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13c4f0d4-a660-4093-aabd-4f1a2cdf611f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ce5361ff-9e73-4be0-bbff-48987262fbf1 {
  text-align: center;
}




  #s-ce5361ff-9e73-4be0-bbff-48987262fbf1 img.shogun-image {
    
    width: px;
  }


#s-ce5361ff-9e73-4be0-bbff-48987262fbf1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7b50c444-a3c5-49a5-817f-e147b6b1e3da {
  padding-top: 13px;
padding-bottom: 2px;
text-align: center;
}

#s-7b50c444-a3c5-49a5-817f-e147b6b1e3da .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: 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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.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;
}

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-03e72320-515d-46e3-83d9-52edbcd98bfd {
  margin-bottom: 10px;
}

#s-69b311af-6118-4787-aced-7c504ef9496b {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 9.5px;
padding-left: 20px;
padding-bottom: 9.5px;
padding-right: 20px;
border-radius: 0px;
max-width: 155px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-69b311af-6118-4787-aced-7c504ef9496b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69b311af-6118-4787-aced-7c504ef9496b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-69b311af-6118-4787-aced-7c504ef9496b-btn-wrapper {
    text-align: center;
  }


#s-69b311af-6118-4787-aced-7c504ef9496b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8c183ce2-68a6-40d1-a3b6-df86c48f867f {
  min-height: 50px;
}








#s-8c183ce2-68a6-40d1-a3b6-df86c48f867f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c183ce2-68a6-40d1-a3b6-df86c48f867f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-bdd26499-982d-48f5-8cb9-7798453833f1 {
  text-align: center;
}




  #s-bdd26499-982d-48f5-8cb9-7798453833f1 img.shogun-image {
    
    width: px;
  }


#s-bdd26499-982d-48f5-8cb9-7798453833f1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-60dacf2b-9eab-4202-b807-057167620e7b {
  padding-top: 13px;
padding-bottom: 2px;
text-align: center;
}

#s-60dacf2b-9eab-4202-b807-057167620e7b .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: Avenir Next;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e792aa57-e0b6-42e4-b941-8ef9d4da4285 {
  margin-bottom: 10px;
}

#s-61a4e526-dcc6-4551-8c02-e8d81e90a199 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 9.5px;
padding-left: 15px;
padding-bottom: 9.5px;
padding-right: 15px;
border-radius: 0px;
max-width: 155px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-61a4e526-dcc6-4551-8c02-e8d81e90a199:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61a4e526-dcc6-4551-8c02-e8d81e90a199:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61a4e526-dcc6-4551-8c02-e8d81e90a199-btn-wrapper {
    text-align: center;
  }


#s-61a4e526-dcc6-4551-8c02-e8d81e90a199.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3c8e61d3-17d3-4d31-bcec-525d4aac63ed {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3c8e61d3-17d3-4d31-bcec-525d4aac63ed {
  display: none;
}
#s-3c8e61d3-17d3-4d31-bcec-525d4aac63ed, #wrap-s-3c8e61d3-17d3-4d31-bcec-525d4aac63ed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c8e61d3-17d3-4d31-bcec-525d4aac63ed {
  display: none;
}
#s-3c8e61d3-17d3-4d31-bcec-525d4aac63ed, #wrap-s-3c8e61d3-17d3-4d31-bcec-525d4aac63ed { display:none !important; }}







#s-3c8e61d3-17d3-4d31-bcec-525d4aac63ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c8e61d3-17d3-4d31-bcec-525d4aac63ed.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-633e89f7-e75b-4576-a0d1-763eb36630ee {
  margin-bottom: 35px;
min-height: 50px;
}








#s-633e89f7-e75b-4576-a0d1-763eb36630ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-633e89f7-e75b-4576-a0d1-763eb36630ee.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-802cd7a0-340c-490d-931f-1f147a8c0d1f {
  text-align: center;
}




  #s-802cd7a0-340c-490d-931f-1f147a8c0d1f img.shogun-image {
    
    width: px;
  }


#s-802cd7a0-340c-490d-931f-1f147a8c0d1f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0846f788-f29c-4fb7-a176-fa17cf672cd6 {
  padding-top: 13px;
text-align: center;
}

#s-0846f788-f29c-4fb7-a176-fa17cf672cd6 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: HelveticaNeueLTStd;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1b156f98-cf99-4adf-b504-8ac40f5381f5 {
  margin-bottom: 10px;
}

#s-c68b2ffa-0733-4f1c-8188-fc31b625569f {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 9.5px;
padding-left: 20px;
padding-bottom: 9.5px;
padding-right: 20px;
border-radius: 0px;
max-width: 155px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-c68b2ffa-0733-4f1c-8188-fc31b625569f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c68b2ffa-0733-4f1c-8188-fc31b625569f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c68b2ffa-0733-4f1c-8188-fc31b625569f-btn-wrapper {
    text-align: center;
  }


#s-c68b2ffa-0733-4f1c-8188-fc31b625569f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d6b6fb13-4a98-4e42-92d9-dc51f729fd7c {
  margin-bottom: 35px;
min-height: 50px;
}








#s-d6b6fb13-4a98-4e42-92d9-dc51f729fd7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6b6fb13-4a98-4e42-92d9-dc51f729fd7c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-73c87fe8-0793-4d57-b0df-6c0d5c427ab5 {
  text-align: center;
}




  #s-73c87fe8-0793-4d57-b0df-6c0d5c427ab5 img.shogun-image {
    
    width: px;
  }


#s-73c87fe8-0793-4d57-b0df-6c0d5c427ab5 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c3797762-a806-41e1-ab94-48b4518121e0 {
  padding-top: 13px;
text-align: center;
}

#s-c3797762-a806-41e1-ab94-48b4518121e0 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: HelveticaNeueLTStd;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c0a256c3-bf3f-4f5e-b3d2-2f4447f86929 {
  margin-bottom: 10px;
}

#s-01bb370e-f76e-48f1-ba59-7b144f3bb70a {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 9.5px;
padding-left: 10px;
padding-bottom: 9.5px;
padding-right: 10px;
border-radius: 0px;
max-width: 155px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-01bb370e-f76e-48f1-ba59-7b144f3bb70a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-01bb370e-f76e-48f1-ba59-7b144f3bb70a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01bb370e-f76e-48f1-ba59-7b144f3bb70a-btn-wrapper {
    text-align: center;
  }


#s-01bb370e-f76e-48f1-ba59-7b144f3bb70a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-caff905e-9a02-409c-8935-61a73771ee0f {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-caff905e-9a02-409c-8935-61a73771ee0f {
  display: none;
}
#s-caff905e-9a02-409c-8935-61a73771ee0f, #wrap-s-caff905e-9a02-409c-8935-61a73771ee0f { display:none !important; }}@media (max-width: 767px){#s-caff905e-9a02-409c-8935-61a73771ee0f {
  display: none;
}
#s-caff905e-9a02-409c-8935-61a73771ee0f, #wrap-s-caff905e-9a02-409c-8935-61a73771ee0f { display:none !important; }}







#s-caff905e-9a02-409c-8935-61a73771ee0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caff905e-9a02-409c-8935-61a73771ee0f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-a5a0b1ec-c7a0-415f-b8b3-ff8ede643ee3 {
  margin-bottom: 110px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5a0b1ec-c7a0-415f-b8b3-ff8ede643ee3 {
  
}
}@media (max-width: 767px){#s-a5a0b1ec-c7a0-415f-b8b3-ff8ede643ee3 {
  
}
}







#s-a5a0b1ec-c7a0-415f-b8b3-ff8ede643ee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5a0b1ec-c7a0-415f-b8b3-ff8ede643ee3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ef122108-35aa-4071-a8ec-c05f14be1b09 {
  text-align: center;
}




  #s-ef122108-35aa-4071-a8ec-c05f14be1b09 img.shogun-image {
    
    width: px;
  }


#s-ef122108-35aa-4071-a8ec-c05f14be1b09 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c6dc28a9-379a-420f-8412-03fc70cd7c35 {
  margin-top: 13em;
}
@media (min-width: 1200px){#s-c6dc28a9-379a-420f-8412-03fc70cd7c35 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6dc28a9-379a-420f-8412-03fc70cd7c35 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6dc28a9-379a-420f-8412-03fc70cd7c35 {
  
}
}@media (max-width: 767px){#s-c6dc28a9-379a-420f-8412-03fc70cd7c35 {
  
}
}
@media (min-width: 0px) {
[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c6dc28a9-379a-420f-8412-03fc70cd7c35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c16b5bab-0b01-4b74-a7fd-a6d830cc6800 {
  padding-right: 0px;
min-height: 50px;
}








#s-c16b5bab-0b01-4b74-a7fd-a6d830cc6800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c16b5bab-0b01-4b74-a7fd-a6d830cc6800.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0b272a46-e102-4ef6-ba39-9b900aff9fc2 {
  padding-top: 0px;
padding-bottom: 11px;
text-align: left;
}
@media (min-width: 1200px){#s-0b272a46-e102-4ef6-ba39-9b900aff9fc2 {
  display: none;
}
#s-0b272a46-e102-4ef6-ba39-9b900aff9fc2, #wrap-s-0b272a46-e102-4ef6-ba39-9b900aff9fc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b272a46-e102-4ef6-ba39-9b900aff9fc2 {
  display: none;
}
#s-0b272a46-e102-4ef6-ba39-9b900aff9fc2, #wrap-s-0b272a46-e102-4ef6-ba39-9b900aff9fc2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b272a46-e102-4ef6-ba39-9b900aff9fc2 {
  display: none;
}
#s-0b272a46-e102-4ef6-ba39-9b900aff9fc2, #wrap-s-0b272a46-e102-4ef6-ba39-9b900aff9fc2 { display:none !important; }}@media (max-width: 767px){#s-0b272a46-e102-4ef6-ba39-9b900aff9fc2 {
  display: none;
}
#s-0b272a46-e102-4ef6-ba39-9b900aff9fc2, #wrap-s-0b272a46-e102-4ef6-ba39-9b900aff9fc2 { display:none !important; }}
#s-0b272a46-e102-4ef6-ba39-9b900aff9fc2 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: HelveticaNeueLTStd;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3f038c33-f314-4a5d-9bce-351f029ce656 {
  max-width: 495px;
}
@media (min-width: 1200px){#s-3f038c33-f314-4a5d-9bce-351f029ce656 {
  display: none;
}
#s-3f038c33-f314-4a5d-9bce-351f029ce656, #wrap-s-3f038c33-f314-4a5d-9bce-351f029ce656 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f038c33-f314-4a5d-9bce-351f029ce656 {
  display: none;
}
#s-3f038c33-f314-4a5d-9bce-351f029ce656, #wrap-s-3f038c33-f314-4a5d-9bce-351f029ce656 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f038c33-f314-4a5d-9bce-351f029ce656 {
  display: none;
}
#s-3f038c33-f314-4a5d-9bce-351f029ce656, #wrap-s-3f038c33-f314-4a5d-9bce-351f029ce656 { display:none !important; }}@media (max-width: 767px){#s-3f038c33-f314-4a5d-9bce-351f029ce656 {
  display: none;
}
#s-3f038c33-f314-4a5d-9bce-351f029ce656, #wrap-s-3f038c33-f314-4a5d-9bce-351f029ce656 { display:none !important; }}
#s-76833c46-86ff-4d0c-868f-b5ba75aaeb65 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-left: 2em;
}

@media (min-width: 0px) {
[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-76833c46-86ff-4d0c-868f-b5ba75aaeb65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-2e149f6a-d36f-4a46-ac0e-58e7f76b0c4e {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 11.5px;
padding-left: 15px;
padding-bottom: 11.5px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-2e149f6a-d36f-4a46-ac0e-58e7f76b0c4e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e149f6a-d36f-4a46-ac0e-58e7f76b0c4e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e149f6a-d36f-4a46-ac0e-58e7f76b0c4e-btn-wrapper {
    text-align: center;
  }


#s-2e149f6a-d36f-4a46-ac0e-58e7f76b0c4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6e2d1ebe-1729-43b5-a50e-da1109b7643e {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 11.5px;
padding-left: 20px;
padding-bottom: 11.5px;
padding-right: 20px;
border-radius: 0px;
max-width: 19em;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-6e2d1ebe-1729-43b5-a50e-da1109b7643e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e2d1ebe-1729-43b5-a50e-da1109b7643e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6e2d1ebe-1729-43b5-a50e-da1109b7643e-btn-wrapper {
    text-align: center;
  }


#s-6e2d1ebe-1729-43b5-a50e-da1109b7643e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0a72cba9-dac4-40c1-8b6c-d0e084c23727 {
  margin-bottom: 113px;
}

@media (min-width: 0px) {
[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a72cba9-dac4-40c1-8b6c-d0e084c23727"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-638ff7a5-a6a4-4842-ae0f-506b4bde18c5 {
  min-height: 50px;
}








#s-638ff7a5-a6a4-4842-ae0f-506b4bde18c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-638ff7a5-a6a4-4842-ae0f-506b4bde18c5.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-72decd82-08a6-4881-af45-38cef49b0050 {
  padding-top: 10px;
padding-bottom: 14px;
text-align: left;
}

#s-72decd82-08a6-4881-af45-38cef49b0050 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: HelveticaNeueLTStd;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-51a03a41-988d-4afd-b2d9-2763c8a31eea {
  padding-top: 0px;
padding-bottom: 17px;
text-align: left;
}

#s-51a03a41-988d-4afd-b2d9-2763c8a31eea .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: Gotham;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5a9bc072-67aa-4f83-8ff5-16987958006d {
  margin-bottom: 22px;
}

#s-1df083e0-23c6-4afb-89f2-d755d8e9e88a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 11.5px;
padding-left: 33px;
padding-bottom: 11.5px;
padding-right: 33px;
border-radius: 0px;
background-color: rgba(0, 61, 165, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-1df083e0-23c6-4afb-89f2-d755d8e9e88a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-1df083e0-23c6-4afb-89f2-d755d8e9e88a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1df083e0-23c6-4afb-89f2-d755d8e9e88a-btn-wrapper {
    text-align: left;
  }


#s-1df083e0-23c6-4afb-89f2-d755d8e9e88a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-1d5b1962-3b56-4cd8-9313-ec826ef9dadb {
  padding-left: 50px;
min-height: 50px;
}








#s-1d5b1962-3b56-4cd8-9313-ec826ef9dadb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d5b1962-3b56-4cd8-9313-ec826ef9dadb.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ff651b22-7f00-42dd-b261-aa9c68bb777e {
  text-align: center;
}




  #s-ff651b22-7f00-42dd-b261-aa9c68bb777e img.shogun-image {
    
    width: px;
  }


#s-ff651b22-7f00-42dd-b261-aa9c68bb777e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-70485727-0ff3-4927-be34-9435432ffce3 {
  margin-bottom: 82px;
min-height: 50px;
}
@media (min-width: 1200px){#s-70485727-0ff3-4927-be34-9435432ffce3 {
  display: none;
}
#s-70485727-0ff3-4927-be34-9435432ffce3, #wrap-s-70485727-0ff3-4927-be34-9435432ffce3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70485727-0ff3-4927-be34-9435432ffce3 {
  display: none;
}
#s-70485727-0ff3-4927-be34-9435432ffce3, #wrap-s-70485727-0ff3-4927-be34-9435432ffce3 { display:none !important; }}







#s-70485727-0ff3-4927-be34-9435432ffce3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70485727-0ff3-4927-be34-9435432ffce3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e1a80979-b77a-4955-a19f-1143d8cf08d4 {
  min-height: 50px;
}








#s-e1a80979-b77a-4955-a19f-1143d8cf08d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1a80979-b77a-4955-a19f-1143d8cf08d4.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-14bac28d-2a86-4212-9b07-5fb2776b42c6 {
  text-align: center;
}




  #s-14bac28d-2a86-4212-9b07-5fb2776b42c6 img.shogun-image {
    
    width: px;
  }


#s-14bac28d-2a86-4212-9b07-5fb2776b42c6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-aaa9aa01-f25f-4315-89e4-47a34ae2d414 {
  min-height: 50px;
}








#s-aaa9aa01-f25f-4315-89e4-47a34ae2d414 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaa9aa01-f25f-4315-89e4-47a34ae2d414.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-80bc54f5-e6f5-4f0a-bf58-0d68264ca41b {
  padding-top: 22px;
padding-bottom: 8px;
text-align: left;
}

#s-80bc54f5-e6f5-4f0a-bf58-0d68264ca41b .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: HelveticaNeueLTStd;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f0b685fd-1a7f-4cac-99b4-c78c4a61c851 {
  padding-top: 0px;
padding-bottom: 17px;
text-align: left;
}

#s-f0b685fd-1a7f-4cac-99b4-c78c4a61c851 .shogun-heading-component h5 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: 1.667em;
  letter-spacing: ;
  text-align: left;
}



#s-524a0642-1d2c-4a24-858b-6bf71431f56c {
  margin-bottom: 13px;
}

#s-129c54b6-9408-421f-bc49-cb97632b1807 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 9.5px;
padding-left: 33px;
padding-bottom: 9.5px;
padding-right: 33px;
border-radius: 0px;
background-color: rgba(0, 61, 165, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-129c54b6-9408-421f-bc49-cb97632b1807:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-129c54b6-9408-421f-bc49-cb97632b1807:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-129c54b6-9408-421f-bc49-cb97632b1807-btn-wrapper {
    text-align: left;
  }


#s-129c54b6-9408-421f-bc49-cb97632b1807.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-b312ec6f-ae14-4b31-bf77-32541f7601a6 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b312ec6f-ae14-4b31-bf77-32541f7601a6 {
  display: none;
}
#s-b312ec6f-ae14-4b31-bf77-32541f7601a6, #wrap-s-b312ec6f-ae14-4b31-bf77-32541f7601a6 { display:none !important; }}@media (max-width: 767px){#s-b312ec6f-ae14-4b31-bf77-32541f7601a6 {
  display: none;
}
#s-b312ec6f-ae14-4b31-bf77-32541f7601a6, #wrap-s-b312ec6f-ae14-4b31-bf77-32541f7601a6 { display:none !important; }}







#s-b312ec6f-ae14-4b31-bf77-32541f7601a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b312ec6f-ae14-4b31-bf77-32541f7601a6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-9e3b7a3a-27bc-4fc8-ad1a-e2d39a5d7961 {
  margin-bottom: 70px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9e3b7a3a-27bc-4fc8-ad1a-e2d39a5d7961 {
  display: none;
}
#s-9e3b7a3a-27bc-4fc8-ad1a-e2d39a5d7961, #wrap-s-9e3b7a3a-27bc-4fc8-ad1a-e2d39a5d7961 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e3b7a3a-27bc-4fc8-ad1a-e2d39a5d7961 {
  display: none;
}
#s-9e3b7a3a-27bc-4fc8-ad1a-e2d39a5d7961, #wrap-s-9e3b7a3a-27bc-4fc8-ad1a-e2d39a5d7961 { display:none !important; }}







#s-9e3b7a3a-27bc-4fc8-ad1a-e2d39a5d7961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e3b7a3a-27bc-4fc8-ad1a-e2d39a5d7961.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-49ea37a2-77c0-4169-8ed5-834ca5077a4a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-49ea37a2-77c0-4169-8ed5-834ca5077a4a {
  display: none;
}
#s-49ea37a2-77c0-4169-8ed5-834ca5077a4a, #wrap-s-49ea37a2-77c0-4169-8ed5-834ca5077a4a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49ea37a2-77c0-4169-8ed5-834ca5077a4a {
  display: none;
}
#s-49ea37a2-77c0-4169-8ed5-834ca5077a4a, #wrap-s-49ea37a2-77c0-4169-8ed5-834ca5077a4a { display:none !important; }}







#s-49ea37a2-77c0-4169-8ed5-834ca5077a4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49ea37a2-77c0-4169-8ed5-834ca5077a4a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-adeab122-9048-432d-8ef7-7bda13c2cc68 {
  text-align: center;
}




  #s-adeab122-9048-432d-8ef7-7bda13c2cc68 img.shogun-image {
    
    width: px;
  }


#s-adeab122-9048-432d-8ef7-7bda13c2cc68 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2c074bc6-218b-4ebd-8f63-e09b61c902bb {
  padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2c074bc6-218b-4ebd-8f63-e09b61c902bb {
  display: none;
}
#s-2c074bc6-218b-4ebd-8f63-e09b61c902bb, #wrap-s-2c074bc6-218b-4ebd-8f63-e09b61c902bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c074bc6-218b-4ebd-8f63-e09b61c902bb {
  display: none;
}
#s-2c074bc6-218b-4ebd-8f63-e09b61c902bb, #wrap-s-2c074bc6-218b-4ebd-8f63-e09b61c902bb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c074bc6-218b-4ebd-8f63-e09b61c902bb {
  display: none;
}
#s-2c074bc6-218b-4ebd-8f63-e09b61c902bb, #wrap-s-2c074bc6-218b-4ebd-8f63-e09b61c902bb { display:none !important; }}@media (max-width: 767px){#s-2c074bc6-218b-4ebd-8f63-e09b61c902bb {
  display: none;
}
#s-2c074bc6-218b-4ebd-8f63-e09b61c902bb, #wrap-s-2c074bc6-218b-4ebd-8f63-e09b61c902bb { display:none !important; }}







#s-2c074bc6-218b-4ebd-8f63-e09b61c902bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c074bc6-218b-4ebd-8f63-e09b61c902bb.shg-box.shg-c {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

#s-4b4e68bf-b3e9-40f3-860e-5b130b3ac62d {
  padding-top: 0px;
padding-bottom: 11px;
text-align: center;
}
@media (min-width: 1200px){#s-4b4e68bf-b3e9-40f3-860e-5b130b3ac62d {
  display: none;
}
#s-4b4e68bf-b3e9-40f3-860e-5b130b3ac62d, #wrap-s-4b4e68bf-b3e9-40f3-860e-5b130b3ac62d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b4e68bf-b3e9-40f3-860e-5b130b3ac62d {
  display: none;
}
#s-4b4e68bf-b3e9-40f3-860e-5b130b3ac62d, #wrap-s-4b4e68bf-b3e9-40f3-860e-5b130b3ac62d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b4e68bf-b3e9-40f3-860e-5b130b3ac62d {
  
}
}@media (max-width: 767px){#s-4b4e68bf-b3e9-40f3-860e-5b130b3ac62d {
  
}
}
#s-4b4e68bf-b3e9-40f3-860e-5b130b3ac62d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: HelveticaNeueLTStd;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cd936bdb-0a4c-4dae-8782-b51a20fe55f3 {
  margin-bottom: 15px;
max-width: 495px;
}

#s-756656d1-ec9c-41a3-a3b3-0a68cc065ceb {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 9.5px;
padding-left: 20px;
padding-bottom: 9.5px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-756656d1-ec9c-41a3-a3b3-0a68cc065ceb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-756656d1-ec9c-41a3-a3b3-0a68cc065ceb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-756656d1-ec9c-41a3-a3b3-0a68cc065ceb-btn-wrapper {
    text-align: center;
  }


#s-756656d1-ec9c-41a3-a3b3-0a68cc065ceb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-85c845b9-a53b-44a5-a092-bcde3e8fc8ef {
  margin-top: 15px;
min-height: 50px;
}








#s-85c845b9-a53b-44a5-a092-bcde3e8fc8ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85c845b9-a53b-44a5-a092-bcde3e8fc8ef.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ec11ccd-d5c4-473d-bd0e-d4f807a54b0d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7d993354-3322-4eba-b21e-67ebf1128b62 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-7d993354-3322-4eba-b21e-67ebf1128b62:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d993354-3322-4eba-b21e-67ebf1128b62:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7d993354-3322-4eba-b21e-67ebf1128b62.shg-btn {
  color: #ffffff;
  font-size: 8px;
  
  
  
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-7d993354-3322-4eba-b21e-67ebf1128b62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){

#s-7d993354-3322-4eba-b21e-67ebf1128b62.shg-btn {
  color: #ffffff;
  font-size: 8px;
  
  
  
  display:  block ;
}
}
#s-92595a72-4216-452a-888c-2d2e562f8db9 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-92595a72-4216-452a-888c-2d2e562f8db9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92595a72-4216-452a-888c-2d2e562f8db9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-92595a72-4216-452a-888c-2d2e562f8db9.shg-btn {
  color: #ffffff;
  font-size: 8px;
  
  
  
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-92595a72-4216-452a-888c-2d2e562f8db9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-bd674ad7-da46-408a-9719-4f3ff35ddb9e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd674ad7-da46-408a-9719-4f3ff35ddb9e {
  display: none;
}
#s-bd674ad7-da46-408a-9719-4f3ff35ddb9e, #wrap-s-bd674ad7-da46-408a-9719-4f3ff35ddb9e { display:none !important; }}@media (max-width: 767px){#s-bd674ad7-da46-408a-9719-4f3ff35ddb9e {
  display: none;
}
#s-bd674ad7-da46-408a-9719-4f3ff35ddb9e, #wrap-s-bd674ad7-da46-408a-9719-4f3ff35ddb9e { display:none !important; }}







#s-bd674ad7-da46-408a-9719-4f3ff35ddb9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd674ad7-da46-408a-9719-4f3ff35ddb9e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-66b68932-da82-487f-b291-19768dd18728 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-66b68932-da82-487f-b291-19768dd18728 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: HelveticaNeueLTStd;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d1f131ba-88a4-4be1-8fcd-68301a065694 {
  margin-bottom: 2px;
}

#s-9968830b-c385-4dbd-aa1f-dae5228bf74d {
  margin-bottom: 23px;
}

@media (min-width: 0px) {
[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9968830b-c385-4dbd-aa1f-dae5228bf74d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7b4d8e92-5570-4304-88d8-556f28973a02 {
  margin-right: 55px;
min-height: 50px;
}








#s-7b4d8e92-5570-4304-88d8-556f28973a02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b4d8e92-5570-4304-88d8-556f28973a02.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-30faaaf2-99d3-4530-a5c3-97a12428c483 {
  text-align: center;
}




  #s-30faaaf2-99d3-4530-a5c3-97a12428c483 img.shogun-image {
    
    width: px;
  }


#s-30faaaf2-99d3-4530-a5c3-97a12428c483 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f743d31e-8b48-41f1-a2a8-9c840f488754 {
  min-height: 50px;
}








#s-f743d31e-8b48-41f1-a2a8-9c840f488754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f743d31e-8b48-41f1-a2a8-9c840f488754.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-3b760936-1846-4fb1-bd2c-fd6e627245ce {
  margin-top: auto;
margin-bottom: auto;
padding-top: 10px;
padding-bottom: 10px;
}

.custom-product-box {
    padding: 17px;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.15);
    background-color: #fff;
}

.custom-product-box .product-image a{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.custom-product-box .product-image img {
    display: none;
}
.custom-product-box .product-content {
    text-align: center;
}
.custom-product-box .product-content .product-title {
    font-size: 13px;
    line-height: 20px;
    color: #010101;
    margin: 24px 0 8px;
    text-transform: uppercase;
}

.custom-product-box .product-content .product-sku {
    font-size: 15px;
    margin-bottom: 15px;
}

.custom-product-box .product-content .product-title a {
    text-decoration: none;
}

.custom-product-box .product-content .button {
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
}
@media screen and (min-width: 0124px) {
    .custom-product-box .product-content .product-title {
        font-size: 14px;
    }
}
#s-1222d02a-44e3-4f03-be48-67a0082011ef {
  margin-top: auto;
margin-bottom: auto;
}

#s-f68e781a-c997-4dd5-864a-a761bfec12eb {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 11.5px;
padding-left: 20px;
padding-bottom: 11.5px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-f68e781a-c997-4dd5-864a-a761bfec12eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f68e781a-c997-4dd5-864a-a761bfec12eb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f68e781a-c997-4dd5-864a-a761bfec12eb {
  display: none;
}
#s-f68e781a-c997-4dd5-864a-a761bfec12eb, #wrap-s-f68e781a-c997-4dd5-864a-a761bfec12eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f68e781a-c997-4dd5-864a-a761bfec12eb {
  display: none;
}
#s-f68e781a-c997-4dd5-864a-a761bfec12eb, #wrap-s-f68e781a-c997-4dd5-864a-a761bfec12eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f68e781a-c997-4dd5-864a-a761bfec12eb {
  display: none;
}
#s-f68e781a-c997-4dd5-864a-a761bfec12eb, #wrap-s-f68e781a-c997-4dd5-864a-a761bfec12eb { display:none !important; }}@media (max-width: 767px){#s-f68e781a-c997-4dd5-864a-a761bfec12eb {
  display: none;
}
#s-f68e781a-c997-4dd5-864a-a761bfec12eb, #wrap-s-f68e781a-c997-4dd5-864a-a761bfec12eb { display:none !important; }}


#s-f68e781a-c997-4dd5-864a-a761bfec12eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-21e2ad38-ded5-48df-b555-bc46faee160a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-21e2ad38-ded5-48df-b555-bc46faee160a {
  display: none;
}
#s-21e2ad38-ded5-48df-b555-bc46faee160a, #wrap-s-21e2ad38-ded5-48df-b555-bc46faee160a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21e2ad38-ded5-48df-b555-bc46faee160a {
  display: none;
}
#s-21e2ad38-ded5-48df-b555-bc46faee160a, #wrap-s-21e2ad38-ded5-48df-b555-bc46faee160a { display:none !important; }}







#s-21e2ad38-ded5-48df-b555-bc46faee160a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21e2ad38-ded5-48df-b555-bc46faee160a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-28db4f66-7243-43c1-8fc7-bcab5e16a292 {
  padding-top: 0px;
padding-bottom: 3px;
text-align: center;
}

#s-28db4f66-7243-43c1-8fc7-bcab5e16a292 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: HelveticaNeueLTStd;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a197b378-9acd-4b6a-aea0-3f6c9d832857 {
  margin-bottom: 15px;
}

#s-d37976dd-5b21-4246-8f48-2c73f229f901 {
  min-height: 50px;
}








#s-d37976dd-5b21-4246-8f48-2c73f229f901 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d37976dd-5b21-4246-8f48-2c73f229f901.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4536c1f6-cd0e-4d86-8e71-4aee0f60ca41 {
  text-align: center;
}




  #s-4536c1f6-cd0e-4d86-8e71-4aee0f60ca41 img.shogun-image {
    
    width: px;
  }


#s-4536c1f6-cd0e-4d86-8e71-4aee0f60ca41 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d2c8cd9d-5d45-4be2-b6ca-cdfe57d3af88 {
  margin-top: -35px;
margin-bottom: 35px;
min-height: 50px;
}








#s-d2c8cd9d-5d45-4be2-b6ca-cdfe57d3af88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2c8cd9d-5d45-4be2-b6ca-cdfe57d3af88.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-00f9ef20-4c52-443a-bbd9-89f88eb56c89 {
  margin-top: auto;
margin-bottom: auto;
}

#s-cb5b1d37-afba-4cfb-9f41-8639a8f778d6 {
  margin-top: auto;
margin-bottom: auto;
}

#s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 11.5px;
padding-left: 20px;
padding-bottom: 11.5px;
padding-right: 20px;
background-color: rgba(0, 61, 165, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54 {
  display: none;
}
#s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54, #wrap-s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54 {
  display: none;
}
#s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54, #wrap-s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54 {
  display: none;
}
#s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54, #wrap-s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54 { display:none !important; }}@media (max-width: 767px){#s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54 {
  display: none;
}
#s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54, #wrap-s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54 { display:none !important; }}


#s-43bd2317-0c3b-46c4-a12c-ac617ce0fd54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

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

#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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
