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

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

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

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

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

.shg-box-vertical-align-bottom {
  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-ba0e6157-9b6c-433f-804e-02c8d982bc23 {
  min-height: 50px;
background-color: rgba(225, 225, 225, 0);
}








#s-ba0e6157-9b6c-433f-804e-02c8d982bc23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba0e6157-9b6c-433f-804e-02c8d982bc23.shg-box.shg-c {
  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-bd402bd0-b9ba-4529-b58b-6b34bef3f522 {
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-465f036d-dc92-429e-b29f-4d11abe7cc9a {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
opacity: 1;
}




  #s-465f036d-dc92-429e-b29f-4d11abe7cc9a img.shogun-image {
    
    width: px;
  }


#s-465f036d-dc92-429e-b29f-4d11abe7cc9a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7a3b4e38-6bf8-4f72-8dda-8483dbb4ea21 {
  padding-top: 10px;
padding-bottom: 10px;
}

.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-5d708673-fc8b-4d69-9f3c-e5760f84841b {
  border-style: solid;
margin-top: 0px;
margin-left: 100px;
margin-bottom: -36px;
margin-right: 100px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) and (max-width: 991px){#s-5d708673-fc8b-4d69-9f3c-e5760f84841b {
  display: none;
}
#s-5d708673-fc8b-4d69-9f3c-e5760f84841b, #wrap-s-5d708673-fc8b-4d69-9f3c-e5760f84841b { display:none !important; }}@media (max-width: 767px){#s-5d708673-fc8b-4d69-9f3c-e5760f84841b {
  display: none;
}
#s-5d708673-fc8b-4d69-9f3c-e5760f84841b, #wrap-s-5d708673-fc8b-4d69-9f3c-e5760f84841b { display:none !important; }}
.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-bd27f1a7-710d-4a3a-a9e3-a97e02292e45 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(54, 170, 221, 1);
text-decoration: none;
}
#s-bd27f1a7-710d-4a3a-a9e3-a97e02292e45:hover {background-color: rgba(79, 182, 231, 1) !important;
text-decoration: none !important;}#s-bd27f1a7-710d-4a3a-a9e3-a97e02292e45:active {background-color: rgba(54, 170, 221, 1) !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-bd27f1a7-710d-4a3a-a9e3-a97e02292e45 {
  display: none;
}
#s-bd27f1a7-710d-4a3a-a9e3-a97e02292e45, #wrap-s-bd27f1a7-710d-4a3a-a9e3-a97e02292e45 { display:none !important; }}@media (max-width: 767px){#s-bd27f1a7-710d-4a3a-a9e3-a97e02292e45 {
  display: none;
}
#s-bd27f1a7-710d-4a3a-a9e3-a97e02292e45, #wrap-s-bd27f1a7-710d-4a3a-a9e3-a97e02292e45 { display:none !important; }}


#s-bd27f1a7-710d-4a3a-a9e3-a97e02292e45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 2px;
padding-top: 27px;
padding-left: 20px;
padding-bottom: 27px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 2px;
background-color: rgba(54, 170, 221, 1);
text-decoration: none;
}
#s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58:hover {background-color: rgba(54, 170, 221, 1) !important;
text-decoration: none !important;}#s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58:active {background-color: rgba(54, 170, 221, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58 {
  display: none;
}
#s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58, #wrap-s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58 {
  display: none;
}
#s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58, #wrap-s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58 {
  display: none;
}
#s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58, #wrap-s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58 { display:none !important; }}@media (max-width: 767px){#s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58 {
  display: none;
}
#s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58, #wrap-s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58 { display:none !important; }}


#s-c72dcddd-0b3d-4fbd-9ef9-92a99f8cdd58.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-d2036071-eee2-49e2-bb96-c04e0968b5fa {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2036071-eee2-49e2-bb96-c04e0968b5fa {
  display: none;
}
#s-d2036071-eee2-49e2-bb96-c04e0968b5fa, #wrap-s-d2036071-eee2-49e2-bb96-c04e0968b5fa { display:none !important; }}@media (max-width: 767px){#s-d2036071-eee2-49e2-bb96-c04e0968b5fa {
  display: none;
}
#s-d2036071-eee2-49e2-bb96-c04e0968b5fa, #wrap-s-d2036071-eee2-49e2-bb96-c04e0968b5fa { display:none !important; }}







#s-d2036071-eee2-49e2-bb96-c04e0968b5fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2036071-eee2-49e2-bb96-c04e0968b5fa.shg-box.shg-c {
  justify-content: flex-start;
}

.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-994e9487-ceae-40da-9fd6-bde8da5af527 {
  text-align: center;
}

#s-994e9487-ceae-40da-9fd6-bde8da5af527 .shogun-heading-component h2 {
  color: rgba(54, 170, 221, 1);
  font-weight:  700 ;
  font-family: Hind;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
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-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 11.0px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.5px);
}

}

@media (min-width: 992px) {
[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.5px);
}

[id="s-4d730479-6b0c-4a76-9290-90d838aa9a17"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.5px);
}

}

#s-31ee124f-2afe-4ee5-b5cf-5b4a76f42b4b {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

#s-68f11002-06af-48db-a616-e8e9b135e8bf {
  text-align: center;
}


.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf {
  max-width: 100%;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf .shg-image-zoom,
.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf {
  max-width: 100%;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf .shg-image-zoom,
.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf {
  max-width: 100%;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf .shg-image-zoom,
.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf {
  max-width: 100%;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf .shg-image-zoom,
.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf {
  max-width: 100%;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf .shg-image-zoom,
.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68f11002-06af-48db-a616-e8e9b135e8bf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-92ffd921-587f-4ed0-a9c0-7b1b34f5294c {
  text-align: center;
}

#s-92ffd921-587f-4ed0-a9c0-7b1b34f5294c .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-0dd523ef-3fb7-4dea-88cb-cfc56984aeb2 {
  border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
#s-0dd523ef-3fb7-4dea-88cb-cfc56984aeb2:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}#s-0dd523ef-3fb7-4dea-88cb-cfc56984aeb2:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-0dd523ef-3fb7-4dea-88cb-cfc56984aeb2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0dd523ef-3fb7-4dea-88cb-cfc56984aeb2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0dd523ef-3fb7-4dea-88cb-cfc56984aeb2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Open Sans;
  display:  block ;
}

#s-0dd523ef-3fb7-4dea-88cb-cfc56984aeb2.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Open Sans;
  
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
}


  #s-0dd523ef-3fb7-4dea-88cb-cfc56984aeb2.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Open Sans;
    
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
  }


#s-42feee5c-8c67-4aea-b0ea-d1c4637ccb05 {
  display: none;
}
#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 {
  text-align: center;
}


.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 {
  max-width: 100%;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 .shg-image-zoom,
.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 {
  max-width: 100%;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 .shg-image-zoom,
.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 {
  max-width: 100%;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 .shg-image-zoom,
.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 {
  max-width: 100%;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 .shg-image-zoom,
.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 {
  max-width: 100%;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 .shg-image-zoom,
.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21ffd283-3e7f-49fa-8425-ed32d6c1d900 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-731229d3-575f-46c3-a1c3-59c228740586 {
  text-align: center;
}

#s-731229d3-575f-46c3-a1c3-59c228740586 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eaa7e546-ad75-4319-befa-dabb454b6e15 {
  border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
#s-eaa7e546-ad75-4319-befa-dabb454b6e15:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}#s-eaa7e546-ad75-4319-befa-dabb454b6e15:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-eaa7e546-ad75-4319-befa-dabb454b6e15 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eaa7e546-ad75-4319-befa-dabb454b6e15.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eaa7e546-ad75-4319-befa-dabb454b6e15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Open Sans;
  display:  block ;
}

#s-eaa7e546-ad75-4319-befa-dabb454b6e15.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Open Sans;
  
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
}


  #s-eaa7e546-ad75-4319-befa-dabb454b6e15.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Open Sans;
    
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
  }


#s-6aae70af-a7b5-473e-97b2-42b1e4e1ad36 {
  display: none;
}
#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 {
  text-align: center;
}


.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 {
  max-width: 100%;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 .shg-image-zoom,
.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 {
  max-width: 100%;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 .shg-image-zoom,
.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 {
  max-width: 100%;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 .shg-image-zoom,
.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 {
  max-width: 100%;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 .shg-image-zoom,
.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 {
  max-width: 100%;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 .shg-image-zoom,
.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-058efaa0-8480-40cb-8a1b-246bf24b5ed8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-052ea953-bc77-4cb4-9104-749a8179d7f9 {
  text-align: center;
}

#s-052ea953-bc77-4cb4-9104-749a8179d7f9 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-19f2e15d-f88e-40bb-8455-486bf779e574 {
  border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
#s-19f2e15d-f88e-40bb-8455-486bf779e574:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}#s-19f2e15d-f88e-40bb-8455-486bf779e574:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-19f2e15d-f88e-40bb-8455-486bf779e574 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-19f2e15d-f88e-40bb-8455-486bf779e574.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19f2e15d-f88e-40bb-8455-486bf779e574.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Open Sans;
  display:  block ;
}

#s-19f2e15d-f88e-40bb-8455-486bf779e574.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Open Sans;
  
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
}


  #s-19f2e15d-f88e-40bb-8455-486bf779e574.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Open Sans;
    
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
  }


#s-8cbde29e-1f3f-46fc-b0e6-8d33e8735034 {
  display: none;
}
#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 {
  text-align: left;
}


.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 {
  max-width: 100%;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 .shg-image-zoom,
.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 {
  max-width: 100%;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 .shg-image-zoom,
.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 {
  max-width: 100%;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 .shg-image-zoom,
.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 {
  max-width: 100%;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 .shg-image-zoom,
.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 {
  max-width: 100%;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 .shg-image-zoom,
.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2db787b-cdd5-4803-831d-cc8a24b9f861 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ef407fec-5a7c-4efc-a0ac-41304d3ddcd7 {
  text-align: center;
}

#s-ef407fec-5a7c-4efc-a0ac-41304d3ddcd7 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d1e83a8b-dd67-4625-b701-eba3d9a91f99 {
  border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
#s-d1e83a8b-dd67-4625-b701-eba3d9a91f99:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}#s-d1e83a8b-dd67-4625-b701-eba3d9a91f99:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-d1e83a8b-dd67-4625-b701-eba3d9a91f99 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d1e83a8b-dd67-4625-b701-eba3d9a91f99.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1e83a8b-dd67-4625-b701-eba3d9a91f99.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Open Sans;
  display:  block ;
}

#s-d1e83a8b-dd67-4625-b701-eba3d9a91f99.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Open Sans;
  
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
}


  #s-d1e83a8b-dd67-4625-b701-eba3d9a91f99.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Open Sans;
    
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
  }


#s-8fc7a7d6-a7b9-43eb-84f4-95b3aef4b37e {
  border-style: solid;
margin-top: 1px;
margin-left: 6px;
margin-bottom: 1px;
margin-right: 6px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-8fc7a7d6-a7b9-43eb-84f4-95b3aef4b37e {
  display: none;
}
#s-8fc7a7d6-a7b9-43eb-84f4-95b3aef4b37e, #wrap-s-8fc7a7d6-a7b9-43eb-84f4-95b3aef4b37e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fc7a7d6-a7b9-43eb-84f4-95b3aef4b37e {
  display: none;
}
#s-8fc7a7d6-a7b9-43eb-84f4-95b3aef4b37e, #wrap-s-8fc7a7d6-a7b9-43eb-84f4-95b3aef4b37e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8fc7a7d6-a7b9-43eb-84f4-95b3aef4b37e {
  
}
}
#s-94e9a066-cfee-4fc9-9cc2-6fa9ead91d61 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-d300c2b5-6217-4419-a965-38a4eefdb860 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d300c2b5-6217-4419-a965-38a4eefdb860 {
  display: none;
}
#s-d300c2b5-6217-4419-a965-38a4eefdb860, #wrap-s-d300c2b5-6217-4419-a965-38a4eefdb860 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d300c2b5-6217-4419-a965-38a4eefdb860 {
  display: none;
}
#s-d300c2b5-6217-4419-a965-38a4eefdb860, #wrap-s-d300c2b5-6217-4419-a965-38a4eefdb860 { display:none !important; }}







#s-d300c2b5-6217-4419-a965-38a4eefdb860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d300c2b5-6217-4419-a965-38a4eefdb860.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7b5534b7-3b33-4188-ad08-7888ab50b531 {
  text-align: center;
}

#s-7b5534b7-3b33-4188-ad08-7888ab50b531 .shogun-heading-component h2 {
  color: rgba(54, 170, 221, 1);
  font-weight:  700 ;
  font-family: Hind;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c455cc4d-38ee-46eb-943e-ded0750c5984 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-da6acaad-cd0e-404a-88dc-bda4bebf3150 {
  display: none;
}
#s-c5f4f4c8-3814-4207-9716-95bcb5177410 {
  text-align: center;
}


.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 {
  max-width: 100%;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 .shg-image-zoom,
.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 {
  max-width: 100%;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 .shg-image-zoom,
.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 {
  max-width: 100%;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 .shg-image-zoom,
.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 {
  max-width: 100%;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 .shg-image-zoom,
.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 {
  max-width: 100%;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 .shg-image-zoom,
.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5f4f4c8-3814-4207-9716-95bcb5177410 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-06a64f07-07a6-47c8-90e3-612c500052c9 {
  text-align: center;
}

#s-06a64f07-07a6-47c8-90e3-612c500052c9 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1ca01eb2-7d7d-45bc-8f4d-38e340d2e8ab {
  border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
#s-1ca01eb2-7d7d-45bc-8f4d-38e340d2e8ab:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}#s-1ca01eb2-7d7d-45bc-8f4d-38e340d2e8ab:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-1ca01eb2-7d7d-45bc-8f4d-38e340d2e8ab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ca01eb2-7d7d-45bc-8f4d-38e340d2e8ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ca01eb2-7d7d-45bc-8f4d-38e340d2e8ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Open Sans;
  display:  block ;
}

#s-1ca01eb2-7d7d-45bc-8f4d-38e340d2e8ab.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Open Sans;
  
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
}


  #s-1ca01eb2-7d7d-45bc-8f4d-38e340d2e8ab.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Open Sans;
    
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
  }


#s-6bdaf2c6-6b13-4f2a-ba15-803a88112dd5 {
  display: none;
}
#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b {
  text-align: center;
}


.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b {
  max-width: 100%;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b .shg-image-zoom,
.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b {
  max-width: 100%;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b .shg-image-zoom,
.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b {
  max-width: 100%;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b .shg-image-zoom,
.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b {
  max-width: 100%;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b .shg-image-zoom,
.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b {
  max-width: 100%;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b .shg-image-zoom,
.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-efa0fb53-0ef6-40e4-8d3c-6bdac706127b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-282ca36f-c74f-4b64-91d2-96e8ee9dfbe0 {
  text-align: center;
}

#s-282ca36f-c74f-4b64-91d2-96e8ee9dfbe0 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6a54e1b7-d13c-4c9f-b785-8d51e9b67af8 {
  border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
#s-6a54e1b7-d13c-4c9f-b785-8d51e9b67af8:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}#s-6a54e1b7-d13c-4c9f-b785-8d51e9b67af8:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-6a54e1b7-d13c-4c9f-b785-8d51e9b67af8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6a54e1b7-d13c-4c9f-b785-8d51e9b67af8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6a54e1b7-d13c-4c9f-b785-8d51e9b67af8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Open Sans;
  display:  block ;
}

#s-6a54e1b7-d13c-4c9f-b785-8d51e9b67af8.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Open Sans;
  
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
}


  #s-6a54e1b7-d13c-4c9f-b785-8d51e9b67af8.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Open Sans;
    
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
  }


#s-cff38fa8-add4-44b7-88dc-c72e6659cd2c {
  display: none;
}
#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 {
  text-align: center;
}


.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 {
  max-width: 100%;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 .shg-image-zoom,
.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 {
  max-width: 100%;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 .shg-image-zoom,
.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 {
  max-width: 100%;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 .shg-image-zoom,
.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 {
  max-width: 100%;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 .shg-image-zoom,
.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 {
  max-width: 100%;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 .shg-image-zoom,
.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c9a40bb5-6d22-4e48-ace5-b2a21ff0a6b8 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-eaf8ce08-fa2a-4399-924d-8424ff70410d {
  text-align: center;
}

#s-eaf8ce08-fa2a-4399-924d-8424ff70410d .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0c439cf7-824e-4d56-9a09-58dc7086669b {
  border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
#s-0c439cf7-824e-4d56-9a09-58dc7086669b:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}#s-0c439cf7-824e-4d56-9a09-58dc7086669b:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-0c439cf7-824e-4d56-9a09-58dc7086669b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c439cf7-824e-4d56-9a09-58dc7086669b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c439cf7-824e-4d56-9a09-58dc7086669b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Open Sans;
  display:  block ;
}

#s-0c439cf7-824e-4d56-9a09-58dc7086669b.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Open Sans;
  
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
}


  #s-0c439cf7-824e-4d56-9a09-58dc7086669b.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Open Sans;
    
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
  }


#s-56a82651-683e-4dd2-ad16-ba5fa0bb0092 {
  display: none;
}
#s-22a251c4-9743-4c9a-80e0-34c001ac4194 {
  text-align: center;
}


.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 {
  max-width: 100%;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 .shg-image-zoom,
.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 {
  max-width: 100%;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 .shg-image-zoom,
.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 {
  max-width: 100%;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 .shg-image-zoom,
.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 {
  max-width: 100%;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 .shg-image-zoom,
.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 {
  max-width: 100%;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 .shg-image-zoom,
.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22a251c4-9743-4c9a-80e0-34c001ac4194 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0f635430-b60f-4118-b63d-1a5c3bd4ce70 {
  text-align: center;
}

#s-0f635430-b60f-4118-b63d-1a5c3bd4ce70 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f361e7b0-2de6-4747-b59c-522193971770 {
  border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
#s-f361e7b0-2de6-4747-b59c-522193971770:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}#s-f361e7b0-2de6-4747-b59c-522193971770:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-f361e7b0-2de6-4747-b59c-522193971770 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f361e7b0-2de6-4747-b59c-522193971770.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f361e7b0-2de6-4747-b59c-522193971770.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Open Sans;
  display:  block ;
}

#s-f361e7b0-2de6-4747-b59c-522193971770.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Open Sans;
  
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
}


  #s-f361e7b0-2de6-4747-b59c-522193971770.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Open Sans;
    
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
  }


#s-e3d27e6d-2fa6-4a4f-90f9-15c494f3b426 {
  display: none;
}
#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 {
  text-align: center;
}


.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 {
  max-width: 100%;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 .shg-image-zoom,
.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 {
  max-width: 100%;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 .shg-image-zoom,
.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 {
  max-width: 100%;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 .shg-image-zoom,
.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 {
  max-width: 100%;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 .shg-image-zoom,
.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 {
  max-width: 100%;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 .shg-image-zoom,
.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58dd8cbe-4cc0-43a1-9b2b-de2c93490340 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-77a195c9-da5f-4816-aff3-e2de3a4c07e2 {
  text-align: center;
}

#s-77a195c9-da5f-4816-aff3-e2de3a4c07e2 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a43fe1ee-8ab3-4b7b-9829-18a3eb4b320a {
  border-radius: 4px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
#s-a43fe1ee-8ab3-4b7b-9829-18a3eb4b320a:hover {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}#s-a43fe1ee-8ab3-4b7b-9829-18a3eb4b320a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}


#s-a43fe1ee-8ab3-4b7b-9829-18a3eb4b320a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a43fe1ee-8ab3-4b7b-9829-18a3eb4b320a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a43fe1ee-8ab3-4b7b-9829-18a3eb4b320a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Open Sans;
  display:  block ;
}

#s-a43fe1ee-8ab3-4b7b-9829-18a3eb4b320a.shg-btn.shg-product-atc-error {
  font-weight: normal;
  font-family: Open Sans;
  
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
}


  #s-a43fe1ee-8ab3-4b7b-9829-18a3eb4b320a.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Open Sans;
    
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
  }


#s-8e457de5-cbff-46c5-a7b9-1c54f0d81c21 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center center;
}








#s-8e457de5-cbff-46c5-a7b9-1c54f0d81c21 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.005);
  opacity: 0.5;
}#s-8e457de5-cbff-46c5-a7b9-1c54f0d81c21.shg-box.shg-c {
  justify-content: center;
}

#s-55754190-c6e8-4d7e-8925-69b85ad9a8e0 {
  min-height: 50px;
}








#s-55754190-c6e8-4d7e-8925-69b85ad9a8e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55754190-c6e8-4d7e-8925-69b85ad9a8e0.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb0026b8-d40c-4972-8691-7fa5e23df0cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fb00f5e2-8c19-4f56-a6bc-4fe33cb70c34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a19d4896-0787-454b-be01-b6b4842876f2 {
  text-align: left;
}

#s-a19d4896-0787-454b-be01-b6b4842876f2 .shogun-heading-component h2 {
  color: rgba(54, 170, 221, 1);
  font-weight:  700 ;
  font-family: Hind;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ef697f76-c8c8-4b83-a89d-311053baed93"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5794338a-1ab2-402f-a613-8cda5823ec0a {
  text-align: center;
}




  #s-5794338a-1ab2-402f-a613-8cda5823ec0a img.shogun-image {
    
    width: px;
  }


#s-5794338a-1ab2-402f-a613-8cda5823ec0a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-080b8490-9d48-4879-9dc0-60d13a5a5d0d {
  text-align: center;
}




  #s-080b8490-9d48-4879-9dc0-60d13a5a5d0d img.shogun-image {
    
    width: px;
  }


#s-080b8490-9d48-4879-9dc0-60d13a5a5d0d .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b221a1ef-caeb-49d6-88e4-add41cae5cce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3798f257-5061-4580-90e9-ec410f6c8d47 {
  text-align: center;
}




  #s-3798f257-5061-4580-90e9-ec410f6c8d47 img.shogun-image {
    
    width: px;
  }


#s-3798f257-5061-4580-90e9-ec410f6c8d47 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2cf75616-aa15-4945-8dba-5f3b7400f706 {
  text-align: center;
}




  #s-2cf75616-aa15-4945-8dba-5f3b7400f706 img.shogun-image {
    
    width: px;
  }


#s-2cf75616-aa15-4945-8dba-5f3b7400f706 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-45c690d4-611e-4971-830c-fda9affd0fc0 {
  text-align: center;
}




  #s-45c690d4-611e-4971-830c-fda9affd0fc0 img.shogun-image {
    
    width: px;
  }


#s-45c690d4-611e-4971-830c-fda9affd0fc0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1093ee95-a22a-46bd-8c7b-197022e6244c {
  min-height: 50px;
background-color: rgba(54, 170, 221, 0.1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1093ee95-a22a-46bd-8c7b-197022e6244c {
  display: none;
}
#s-1093ee95-a22a-46bd-8c7b-197022e6244c, #wrap-s-1093ee95-a22a-46bd-8c7b-197022e6244c { display:none !important; }}@media (max-width: 767px){#s-1093ee95-a22a-46bd-8c7b-197022e6244c {
  display: none;
}
#s-1093ee95-a22a-46bd-8c7b-197022e6244c, #wrap-s-1093ee95-a22a-46bd-8c7b-197022e6244c { display:none !important; }}







#s-1093ee95-a22a-46bd-8c7b-197022e6244c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1093ee95-a22a-46bd-8c7b-197022e6244c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-25ec768f-5c72-4c31-9864-085f26d40eb5 {
  margin-top: 7px;
margin-bottom: 7px;
text-align: center;
}

#s-25ec768f-5c72-4c31-9864-085f26d40eb5 .shogun-heading-component h2 {
  color: rgba(54, 170, 221, 1);
  font-weight:  700 ;
  font-family: Hind;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-302102aa-0eab-4b2d-b9b1-52235dd01f23"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-2816ca65-429f-46d1-832b-8f5630bd273d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2816ca65-429f-46d1-832b-8f5630bd273d .shogun-heading-component h3 {
  color: rgba(30, 30, 30, 1);
  font-weight:   ;
  font-family: Hind;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-650f3ee9-9b0f-4729-bb0b-5a05bf7afb3f {
  text-align: center;
}




  #s-650f3ee9-9b0f-4729-bb0b-5a05bf7afb3f img.shogun-image {
    
    width: px;
  }


#s-650f3ee9-9b0f-4729-bb0b-5a05bf7afb3f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b1d69bc9-0049-4789-a13e-81d6a4e6759c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1d69bc9-0049-4789-a13e-81d6a4e6759c .shogun-heading-component h3 {
  color: rgba(30, 30, 30, 1);
  font-weight:   ;
  font-family: Hind;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5c86835a-5aeb-4b15-9bbf-c218b643b444 {
  text-align: center;
}




  #s-5c86835a-5aeb-4b15-9bbf-c218b643b444 img.shogun-image {
    
    width: px;
  }


#s-5c86835a-5aeb-4b15-9bbf-c218b643b444 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-57f87cd5-516a-4a21-83ee-b042646601d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57f87cd5-516a-4a21-83ee-b042646601d6 .shogun-heading-component h3 {
  color: rgba(30, 30, 30, 1);
  font-weight:   ;
  font-family: Hind;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a71a5ad3-ba03-455c-b1db-ebe694e2423b {
  text-align: center;
}




  #s-a71a5ad3-ba03-455c-b1db-ebe694e2423b img.shogun-image {
    
    width: px;
  }


#s-a71a5ad3-ba03-455c-b1db-ebe694e2423b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f640cff8-a4fe-4182-a952-d7b1355b3a28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f640cff8-a4fe-4182-a952-d7b1355b3a28 .shogun-heading-component h3 {
  color: rgba(30, 30, 30, 1);
  font-weight:   ;
  font-family: Hind;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f8ae6881-4de5-43e7-9e4f-bb549ac85ad2 {
  text-align: center;
}




  #s-f8ae6881-4de5-43e7-9e4f-bb549ac85ad2 img.shogun-image {
    
    width: px;
  }


#s-f8ae6881-4de5-43e7-9e4f-bb549ac85ad2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fc06a5c2-5483-49cd-9223-6bc940371eff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc06a5c2-5483-49cd-9223-6bc940371eff .shogun-heading-component h3 {
  color: rgba(30, 30, 30, 1);
  font-weight:   ;
  font-family: Hind;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7ffabf9b-af5e-4790-a740-312a8092e90d {
  text-align: center;
}




  #s-7ffabf9b-af5e-4790-a740-312a8092e90d img.shogun-image {
    
    width: px;
  }


#s-7ffabf9b-af5e-4790-a740-312a8092e90d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-87b9d90f-dc4d-40bf-8efd-56e365787d16 {
  min-height: 50px;
background-color: rgba(54, 170, 221, 0.1);
}
@media (min-width: 1200px){#s-87b9d90f-dc4d-40bf-8efd-56e365787d16 {
  display: none;
}
#s-87b9d90f-dc4d-40bf-8efd-56e365787d16, #wrap-s-87b9d90f-dc4d-40bf-8efd-56e365787d16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87b9d90f-dc4d-40bf-8efd-56e365787d16 {
  display: none;
}
#s-87b9d90f-dc4d-40bf-8efd-56e365787d16, #wrap-s-87b9d90f-dc4d-40bf-8efd-56e365787d16 { display:none !important; }}







#s-87b9d90f-dc4d-40bf-8efd-56e365787d16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87b9d90f-dc4d-40bf-8efd-56e365787d16.shg-box.shg-c {
  justify-content: center;
}

#s-43225524-fc22-4efa-a70f-9613064b5c33 {
  text-align: center;
}

#s-43225524-fc22-4efa-a70f-9613064b5c33 .shogun-heading-component h2 {
  color: rgba(54, 170, 221, 1);
  font-weight:  700 ;
  font-family: Hind;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d64f05b9-8cf3-4772-9c46-0e36d97749fc {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9b81fbdd-804b-428f-ab9d-33128ac05c6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b81fbdd-804b-428f-ab9d-33128ac05c6a .shogun-heading-component h3 {
  color: rgba(30, 30, 30, 1);
  font-weight:   ;
  font-family: Hind;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fb5713ea-c7d4-4075-8d79-ee6b9dc397e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb5713ea-c7d4-4075-8d79-ee6b9dc397e0 .shogun-heading-component h3 {
  color: rgba(30, 30, 30, 1);
  font-weight:   ;
  font-family: Hind;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-66c5fe31-4cb5-4657-beb9-164f92a1485e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66c5fe31-4cb5-4657-beb9-164f92a1485e .shogun-heading-component h3 {
  color: rgba(30, 30, 30, 1);
  font-weight:   ;
  font-family: Hind;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3230f47d-41fb-484d-aa92-641dd51c5136 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3230f47d-41fb-484d-aa92-641dd51c5136 .shogun-heading-component h3 {
  color: rgba(30, 30, 30, 1);
  font-weight:   ;
  font-family: Hind;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bd70237e-58e0-4490-b3e2-ef19b029ac60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd70237e-58e0-4490-b3e2-ef19b029ac60 .shogun-heading-component h3 {
  color: rgba(30, 30, 30, 1);
  font-weight:   ;
  font-family: Hind;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7dcbabe7-90c3-4d6d-a8e8-93ac382fdc9c {
  text-align: center;
}




  #s-7dcbabe7-90c3-4d6d-a8e8-93ac382fdc9c img.shogun-image {
    
    width: px;
  }


#s-7dcbabe7-90c3-4d6d-a8e8-93ac382fdc9c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5c6ac2a4-f02e-443a-b079-0e8923f83842 {
  text-align: center;
}




  #s-5c6ac2a4-f02e-443a-b079-0e8923f83842 img.shogun-image {
    
    width: px;
  }


#s-5c6ac2a4-f02e-443a-b079-0e8923f83842 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-94f89979-e781-4977-9438-71a48d82f413 {
  text-align: center;
}




  #s-94f89979-e781-4977-9438-71a48d82f413 img.shogun-image {
    
    width: px;
  }


#s-94f89979-e781-4977-9438-71a48d82f413 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-629d54a4-82e5-4395-b5aa-0f84b7124f59 {
  text-align: center;
}




  #s-629d54a4-82e5-4395-b5aa-0f84b7124f59 img.shogun-image {
    
    width: px;
  }


#s-629d54a4-82e5-4395-b5aa-0f84b7124f59 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e0269956-f686-4891-987f-2e8d50700aec {
  text-align: center;
}




  #s-e0269956-f686-4891-987f-2e8d50700aec img.shogun-image {
    
    width: px;
  }


#s-e0269956-f686-4891-987f-2e8d50700aec .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6ebd7c8a-7eb8-46dc-9ec6-ad862c3e107e {
  min-height: 100%;
background-color: rgba(225, 225, 225, 1);
}








#s-6ebd7c8a-7eb8-46dc-9ec6-ad862c3e107e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ebd7c8a-7eb8-46dc-9ec6-ad862c3e107e.shg-box.shg-c {
  justify-content: center;
}

#s-62545760-c1b8-4f00-aca7-bb642153bcaa {
  border-radius: 4px;
text-align: center;
background-color: #3498db;
text-decoration: none;
}
#s-62545760-c1b8-4f00-aca7-bb642153bcaa:hover {background-color: rgba(37, 118, 154, 1) !important;
text-decoration: none !important;}#s-62545760-c1b8-4f00-aca7-bb642153bcaa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-62545760-c1b8-4f00-aca7-bb642153bcaa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-52d6c29d-8b46-4f8c-8723-0ea1210fa3b9 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center center;
}








#s-52d6c29d-8b46-4f8c-8723-0ea1210fa3b9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-52d6c29d-8b46-4f8c-8723-0ea1210fa3b9.shg-box.shg-c {
  justify-content: center;
}

#s-1dc5471b-3e57-43d6-b49f-9600b7b2451e {
  text-align: center;
}

#s-1dc5471b-3e57-43d6-b49f-9600b7b2451e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Hind;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8401e794-3d81-4f79-abd6-b7c3a412a226 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
text-decoration: none;
}
#s-8401e794-3d81-4f79-abd6-b7c3a412a226:hover {background-color: rgba(37, 118, 154, 1) !important;
text-decoration: none !important;}#s-8401e794-3d81-4f79-abd6-b7c3a412a226:active {background-color: #000000 !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-8401e794-3d81-4f79-abd6-b7c3a412a226.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-51451046-e233-40ac-bb67-3d5331036d6b {
  min-height: 50px;
}








#s-51451046-e233-40ac-bb67-3d5331036d6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51451046-e233-40ac-bb67-3d5331036d6b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8baf1df2-3268-4f25-95a1-4e1059715fdb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8de944c4-a51c-4928-a2d0-092b0b526a88 {
  margin-top: -0px;
margin-bottom: -0px;
text-align: center;
}





#s-8de944c4-a51c-4928-a2d0-092b0b526a88 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-39fac07f-f700-43aa-a807-1da1e396831c {
  min-height: 50px;
}








#s-39fac07f-f700-43aa-a807-1da1e396831c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39fac07f-f700-43aa-a807-1da1e396831c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ae1bcc8c-cc67-4d68-beaf-f68269518337 {
  text-align: center;
}

#s-ae1bcc8c-cc67-4d68-beaf-f68269518337 .shogun-heading-component h2 {
  color: rgba(54, 170, 221, 1);
  font-weight:  700 ;
  font-family: Hind;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ae1bcc8c-cc67-4d68-beaf-f68269518337 .shogun-heading-component h2 a {
  color: rgba(54, 170, 221, 1);
}


.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial;
  color: #b3b3b3;
  font-size: 12px;
}

[id="s-97642aba-672b-4638-8a0b-d6f265aaa32b"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 30px;
}

.shg-ig-posts-container {
  width: calc(100% + 30px) !important;
}

@media (min-width: 768px) {
  [id="s-97642aba-672b-4638-8a0b-d6f265aaa32b"] .shg-ig-posts-container > .shg-ig-posts {
    width: 16.666666666666668%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

#s-37cd9990-5733-4fc4-883d-0db8ddaf9ffb {
  min-height: 50px;
}








#s-37cd9990-5733-4fc4-883d-0db8ddaf9ffb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37cd9990-5733-4fc4-883d-0db8ddaf9ffb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-baaef8ea-c590-4659-87a3-34c7c6d54b70 {
  text-align: center;
}

#s-baaef8ea-c590-4659-87a3-34c7c6d54b70 .shogun-heading-component h3 {
  color: rgba(54, 170, 221, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-f9cf6852-2b67-40d8-b25e-82c3acfe9ff9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-742ccd53-4f30-4142-894d-9885789239b4 {
  text-align: center;
}




  #s-742ccd53-4f30-4142-894d-9885789239b4 img.shogun-image {
    
    width: px;
  }


#s-742ccd53-4f30-4142-894d-9885789239b4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-85d28146-8c53-4fb8-b63a-d3a7038d003c {
  text-align: center;
}




  #s-85d28146-8c53-4fb8-b63a-d3a7038d003c img.shogun-image {
    
    width: px;
  }


#s-85d28146-8c53-4fb8-b63a-d3a7038d003c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e5c30e66-205d-4050-85d1-abe7426f950f {
  text-align: center;
}




  #s-e5c30e66-205d-4050-85d1-abe7426f950f img.shogun-image {
    
    width: px;
  }


#s-e5c30e66-205d-4050-85d1-abe7426f950f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4ed98db6-aed8-4ddb-97ad-3ea3f4936313 {
  text-align: center;
}




  #s-4ed98db6-aed8-4ddb-97ad-3ea3f4936313 img.shogun-image {
    
    width: px;
  }


#s-4ed98db6-aed8-4ddb-97ad-3ea3f4936313 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ab655444-c963-43ed-83be-2cadf6b15deb {
  text-align: center;
}




  #s-ab655444-c963-43ed-83be-2cadf6b15deb img.shogun-image {
    
    width: px;
  }


#s-ab655444-c963-43ed-83be-2cadf6b15deb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9d6ba833-adf0-48da-9276-b533d76434fc {
  text-align: center;
}




  #s-9d6ba833-adf0-48da-9276-b533d76434fc img.shogun-image {
    
    width: px;
  }


#s-9d6ba833-adf0-48da-9276-b533d76434fc .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-165c4879-97ae-412b-b58c-b4b234ef1df4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-ddfdc636-7a81-4cd2-a0d5-223a5ec7ab71 {
  text-align: center;
}




  #s-ddfdc636-7a81-4cd2-a0d5-223a5ec7ab71 img.shogun-image {
    
    width: px;
  }


#s-ddfdc636-7a81-4cd2-a0d5-223a5ec7ab71 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-554d48f7-6841-4805-a6a5-1634dc3f3efa {
  text-align: center;
}




  #s-554d48f7-6841-4805-a6a5-1634dc3f3efa img.shogun-image {
    
    width: px;
  }


#s-554d48f7-6841-4805-a6a5-1634dc3f3efa .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-35b81cf1-f90e-4c98-8e87-379248fb64f9 {
  text-align: center;
}




  #s-35b81cf1-f90e-4c98-8e87-379248fb64f9 img.shogun-image {
    
    width: px;
  }


#s-35b81cf1-f90e-4c98-8e87-379248fb64f9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b760a76b-ec3e-457b-897e-e2d9bfde5628 {
  text-align: center;
}




  #s-b760a76b-ec3e-457b-897e-e2d9bfde5628 img.shogun-image {
    
    width: px;
  }


#s-b760a76b-ec3e-457b-897e-e2d9bfde5628 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4009cc63-f8cf-4cc4-992f-12463ab4497b {
  text-align: center;
}




  #s-4009cc63-f8cf-4cc4-992f-12463ab4497b img.shogun-image {
    
    width: px;
  }


#s-4009cc63-f8cf-4cc4-992f-12463ab4497b .shogun-image-content {
  
    align-items:  flex-start;
  
}

/*
  $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%;
  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;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
